Releases: Unleash/unleash-types-rs
Releases · Unleash/unleash-types-rs
v0.14.0
v0.13.0
Chore
- chrono security bump
- change tests so that we can add fields to clientapplication without a lot of noise
- clippy/cargo linting cleanups
New Features
- extend metrics and registration with optional metadata
Bug Fixes
- re-add snake-case of impression_data
Commit Statistics
- 5 commits contributed to the release.
- 84 days passed between releases.
- 5 commits were understood as conventional.
- 4 unique issues were worked on: #38, #39, #40, #41
Commit Details
view details
- #38
- Clippy/cargo linting cleanups (12fc7c0)
- #39
- Change tests so that we can add fields to clientapplication without a lot of noise (29a3068)
- #40
- Extend metrics and registration with optional metadata (9938660)
- #41
- Re-add snake-case of impression_data (4f8ed49)
- Uncategorized
- Chrono security bump (06b3b3d)
v0.12.0
Bug Fixes
- convert frontend responses to camel case
Commit Statistics
- 1 commit contributed to the release.
- 92 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #36
Commit Details
v0.11.0
Bug Fixes
- add stickiness to strategy variants
Commit Statistics
- 1 commit contributed to the release.
- 54 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #34
Commit Details
v0.10.6
What's Changed
- fix: none strategy variants should serialize as an empty array by @gastonfournier in #32
Full Changelog: v0.10.5...v0.10.6
v0.10.5
Chore
- Bumps utoipa to new major version
New Features
-
add
dependencies
property to client feature structDescription
This change adds the dependencies property to the client feature
struct, opening the path for dependent feature toggles:Commits
- feat: add
dependencies
property to client feature struct
- feat: add
Commit Statistics
- 4 commits contributed to the release.
- 89 days passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #30, #31
Commit Details
v0.10.4
New Features
- add support for strategy variants
- feat: add support for strategy variants
Commit Statistics
- 1 commit contributed to the release.
- 15 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #28
Commit Details
v0.10.3
v0.10.1
Bug Fixes
- patch ClientFeatures upsert behaviour to correctly take updated …
- fix: patch ClientFeatures upsert behaviour to correctly take updated segment
Commit Statistics
- 1 commit contributed to the release.
- 41 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #26
Commit Details
v0.10.0
Bug Fixes
- updated to not flatten properties map
Also declares IntoParams as belonging to Query, not to Path, to allow utoipa to build correct openAPI spec
Commit Statistics
- 1 commit contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #25