- add: Telemetry events for
Unleash.Client
!28 - add: Telemetry events for
Unleash.enabled?
!29 - add: Telemetry events for
Unleash.get_variant
!30 - add: Telemetry events for
Unleash.Repo
!31 - add: Telemetry events for metrics pushed to server !33
- remove: Logger calls !37
Thanks Jekri Orlina and Sam Hutchings for telemetry adoption.
- 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
- fix
Unleash.Metrics.add_metrics
ccrash for unrecorded feature_toggle !24 Thanks calvin-kargo!
- fix Unleash.Metrics to provide proper start_link/1 behaviour !23 Thanks calvinsadewa!
- Use ETS cache to store features rather than Genserver state !22 Thanks Maximilien Rothier Bautzer
- Disabled flags should not produce an active variant !20 Thanks Daniel Cooper
- Handle unexpected mojito_response messages !19 Thanks Daniel Cooper
- Also transform the member in a list query !17 Thanks Daniel Cooper!
- Update mojito to current !18 Thanks Daniel Cooper!
- Add Flexible Rollout Strategy !12
- Support Constraints for Feature Flags !14
- Avoid using Mix.env at runtime !16 Thanks Daniel Cooper!
- Add ability to fetch all feature flag names decfa826
- Suport Running With Distillery !10 Thanks Thomas Chandler!
- Use cached features when unexpected response received from Unleash server !11 Thanks Thomas Chandler!
- Add Support for Capturing Metrics on Variants !7
- Fix Missing Content-Type for Posting Metrics 89d073cf
- Add Optional
Plug
Module !6
- Implement Client Specification Tests !4
- Add E-Tag Caching Support !1
- Send the Library Version when Registering Client !2
- Add Checks for a Retry Limit !3
- Initial release