Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

47 lines (31 loc) · 3.63 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2020-10-22)

0.1.0 (2020-06-01)

⚠ BREAKING CHANGES

  • exporting classes Cache, PrometheusExporter, Producer, and RTAEmitter as properties of their modules

Features

  • make this a typescript project (bea5526)

0.0.1 (2020-05-18)

0.0.0 (2020-05-17)

Features

  • add cockatiel lib (f7f5fae)
  • producer: add rta for circuit breaker state changes (adcc2ae)
  • initial commit (975b670)
  • cache: add methods get and set (33f3379)
  • cache: optional config to refresh a key (bd308d2), closes #9
  • cache: use rtaEmitter in cache methods (9f950c0)
  • classes/cache: use producer class (cf33733)
  • install prom-client as a peer dependency (fc49b36)
  • classes/producer: add producer resilience class (b995c01)
  • client/redis: local redis client (045db7c)
  • project's main file (4c6efe3)
  • examples: formalize an examples folder (243d6f2)
  • policies: add separated policy classes (38e7b9a)
  • prometheus-exporter: class to export metrics for prometheus (3f852e5)
  • rta-emitter: add class to help rta cache/producer operations (c87d681)

Bug Fixes

  • cache: pass missing service name to producer class (58ae330)
  • ci: add whole lib folder in coverage reports (3c6a4b2)
  • change lots of files so CB state change events, work (1f4a8f6), closes #14