Skip to content

Releases: Unleash/unleash-types-rs

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)

v0.11.0

23 Jan 13:26
5645d74
Compare
Choose a tag to compare

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

view details
  • #34
    • Add stickiness to strategy variants (9afeb15)

v0.10.6

30 Nov 09:57
edf3920
Compare
Choose a tag to compare

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

12 Oct 09:32
0e4303f
Compare
Choose a tag to compare

Chore

  • Bumps utoipa to new major version

New Features

  • add dependencies property to client feature struct

    Description

    This change adds the dependencies property to the client feature
    struct, opening the path for dependent feature toggles:

    Unleash/unleash#2255

    Commits

    • feat: add dependencies property to client feature struct

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

view details
  • #30
    • Add dependencies property to client feature struct (573d86d)
  • #31
    • Bumps utoipa to new major version (fd005f9)
  • Uncategorized
    • Release unleash-types v0.10.5 (90cd590)
    • Release unleash-types v0.10.5 (f96028e)

v0.10.4

14 Jul 09:46
aa5b7cc
Compare
Choose a tag to compare

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

view details

v0.10.3

28 Jun 11:33
85622d9
Compare
Choose a tag to compare

Chore

  • cargo update

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized

v0.10.1

30 May 10:01
9946218
Compare
Choose a tag to compare

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

view details
  • #26
    • Patch ClientFeatures upsert behaviour to correctly take updated … (1cd7287)

v0.10.0

18 Apr 19:39
da5901e
Compare
Choose a tag to compare

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

Commit Details

view details
  • #25
    • Updated to not flatten properties map (22b2912)