Liking cljdoc? Tell your friends :D

CHANGELOG

Version 0.7.0-alpha2 (2021-01-14)

  • Small fix remove μ char to avoid loading issues.

Version 0.7.0-alpha1 (2020-08-04)

  • [NEW] Migrated tracking to μ/log. [BREAKING] The TrackIt! metering system is no longer supported. μ/log provides a much more comprehensive tracking system, and provides publisher for many of popular monitoring system. (no other changes are present in this version compared to v0.5.0)

Version 0.5.0 (released: 2020-03-01)

  • [NEW] Introduced circuit-breaker functionality
  • [BREAKING] Metrics format: with the introduction of the circuit-breaker function I've restructured the metrics names and added new metrics, therefore if you rely on the old metrics name structure you might need to update your alerts. See the tracking page.
  • [CHANGED] Default retry policy changed from [:random-exp-backoff :base 3000 :+/- 0.50] to [:random-exp-backoff :base 300 :+/- 0.50 :max 60000] to accommodate wider type of use cases with the default case.
  • [DEPRECATION] From v0.5.0-alpha7, the :max-retry option is deprecated in favour of :max-retries. The old version will still work with the same behaviour, but display a warning message at compile time. It will be removed in future releases.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close