Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

78 lines (53 loc) · 3.91 KB

Changelog

1.8.3 - 2022-05-31

  • fix: Avoid crash when mojito connect is closed for the metrics client !26 Thanks John Bell!
  • fix: Feature flag without variants cause FunctionClause Error !25 Thanks Ulisses Almeida

1.8.2

  • fix Unleash.Metrics.add_metrics ccrash for unrecorded feature_toggle !24 Thanks calvin-kargo!

1.8.1

  • fix Unleash.Metrics to provide proper start_link/1 behaviour !23 Thanks calvinsadewa!

1.8.0

1.7.2

1.7.1

1.7.0

1.6.0

  • Add Flexible Rollout Strategy !12
  • Support Constraints for Feature Flags !14
  • Avoid using Mix.env at runtime !16 Thanks Daniel Cooper!

1.5.0

  • Add ability to fetch all feature flag names decfa826

1.4.1

1.4.0

  • Add Support for Capturing Metrics on Variants !7

1.3.1

  • Fix Missing Content-Type for Posting Metrics 89d073cf

1.3.0

  • Fix Variant Serialization to JSON e5f4fd3c
  • Use Mojito to Pool HTTP Connections e5f4fd3c

1.2.0

1.1.0

  • Add Optional Plug Module !6

1.0.0

  • Implement Client Specification Tests !4

0.2.0

  • Add E-Tag Caching Support !1
  • Send the Library Version when Registering Client !2
  • Add Checks for a Retry Limit !3

0.1.0

  • Initial release

Unreleased