Skip to content

Releases: Unleash/unleash-types-rs

v0.15.6

30 Jan 12:41
d782b65
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • refactor delta applying to be in generic function (#69) (by @sjaanus) - #69

Contributors

v0.15.5

29 Jan 08:41
e10aa0d
Compare
Choose a tag to compare

🚀 Features

Contributors

v0.15.4

14 Jan 13:06
49bcfa7
Compare
Choose a tag to compare

🚀 Features

  • added from ClientFeaturesDelta for ClientFeatures (#63) (by @chriswk) - #63

🐛 Bug Fixes

  • apply delta not updating features (#64) (by @sjaanus) - #64
  • (ci) Use private key, not client token (by @chriswk)

⚙️ Miscellaneous Tasks

Contributors

v0.15.3

07 Jan 11:08
aafd50b
Compare
Choose a tag to compare

🚀 Features

  • allow ClientFeatures to apply deltas to itself (#59) (by @chriswk) - #59

Contributors

v0.15.2

07 Jan 08:24
b7526d0
Compare
Choose a tag to compare

🚀 Features

Contributors

v0.15.1

06 Jan 14:53
2892957
Compare
Choose a tag to compare

🚀 Features

💼 Other

Dependency updates

  • (deps) bump serde from 1.0.210 to 1.0.217 (#52) (by @dependabot[bot])
  • (deps) bump actions/checkout from 3 to 4 (#49) (by @dependabot[bot])
  • (deps) bump serde_json from 1.0.128 to 1.0.134 (#51) (by @dependabot[bot])
  • (deps) bump github/codeql-action from 2 to 3 (#48) (by @dependabot[bot])
  • (deps) bump xxhash-rust from 0.8.12 to 0.8.15 (#47) (by @dependabot[bot])
  • (deps) bump chrono from 0.4.38 to 0.4.39 (#53) (by @dependabot[bot])

⚙️ Miscellaneous Tasks

  • added build(deps) as a dependency update group parser (by @chriswk)
  • Trust [changelog] section (by @chriswk)
  • Add dep-update prefix for dependabot upgrades (#55) (by @chriswk) - #55

Contributors

v0.15.0

03 Jan 08:26
ad9ef13
Compare
Choose a tag to compare

New Features

  • derives the hash impl for query

Commit Statistics

  • 2 commits contributed to the release over the course of 2 calendar days.
  • 55 days passed between releases.
  • 1 commit was understood as conventional.
  • 2 unique issues were worked on: #33, #43

Commit Details

view details

v0.14.0

18 Oct 20:51
44a2b81
Compare
Choose a tag to compare

Chore

  • dependency maintenance

Commit Statistics

  • 1 commit contributed to the release.
  • 91 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #42

Commit Details

view details

v0.13.0

19 Jul 08:55
8860ba2
Compare
Choose a tag to compare

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

v0.12.0

25 Apr 14:12
Compare
Choose a tag to compare

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

view details
  • #36
    • Convert frontend responses to camel case (1717a61)