Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Latest commit

 

History

History
82 lines (38 loc) · 3.56 KB

CHANGELOG.md

File metadata and controls

82 lines (38 loc) · 3.56 KB

Changelog

0.6.0 (2023-11-15)

Features

  • add namespace scope for creation of tokens (#32) (ccf68ba)

0.5.0 (2023-10-31)

Features

  • add flag_key to VariantEvaluationResponse and BooleanEvaluationResponse (#29) (7651a6b)

Miscellaneous Chores

0.4.6 (2023-08-01)

Features

  • evaluate_v2: Add evaluate code for new v2 endpoints (ee77b91)
  • rollouts: feat(rollouts): (82407b6)
  • rollouts: Add CRUD code for rollouts (4c605a0)

0.4.5 (2023-05-24)

Features

  • add datetime comparison type (#24) (e720108)
  • add description to constraint on client (2a46798)

0.4.4 (2023-05-02)

Bug Fixes

  • use rustls instead of default tls (#20) (4dffb17)

0.4.3 (2023-05-02)

Bug Fixes

0.4.2 (2023-04-27)

Features

0.4.1 (2023-04-26)

Features

  • add meta/info client; add crate version to user-agent (#13) (d1158f9)

0.4.0 (2023-04-11)

Added

  • Namespace functionality to clients #8

Changed

  • All methods use Request types as arguments (breaking change) #8

0.3.1 (2022-12-08)

Added

  • Initial implementation of Flipt API. (9553c63)