Skip to content

Releases: Unleash/yggdrasil

unleash-yggdrasil v0.18.1

19 Aug 07:03
d43cda8

Choose a tag to compare

New Features

  • expose get_state method in core binaries

Commit Statistics

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

Commit Details

view details
  • #295
    • Expose get_state method in core binaries (c2ca8d1)

unleash-yggdrasil v0.18.0

23 Jul 08:00
f03c5bf

Choose a tag to compare

Chore

  • bump version to 0.18.0
  • upgrade getrandom to 0.3
  • thank you clippy
  • internal refactor to free yggdrasil from random/sys clock, move to ahash and allow the internal functions to receive an EnrichedContext directly

Bug Fixes

  • don't warn when using a custom strategy on built in strategies

Commit Statistics

  • 5 commits contributed to the release over the course of 47 calendar days.
  • 55 days passed between releases.
  • 5 commits were understood as conventional.
  • 3 unique issues were worked on: #269, #274, #293

Commit Details

view details
  • #269
    • Upgrade getrandom to 0.3 (c4079eb)
  • #274
    • Don't warn when using a custom strategy on built in strategies (e853952)
  • #293
  • Uncategorized
    • Thank you clippy (3231e86)
    • Internal refactor to free yggdrasil from random/sys clock, move to ahash and allow the internal functions to receive an EnrichedContext directly (3232c0b)

unleash-yggdrasil v0.17.5

28 May 13:14
68d26b7

Choose a tag to compare

Chore

  • apply Clippy

Commit Statistics

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

Commit Details

view details

unleash-yggdrasil v0.17.4

08 Apr 12:28
2ba3a94

Choose a tag to compare

Chore

  • bump unleash-types to 0.15.11

Commit Statistics

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

Commit Details

view details

unleash-yggdrasil v0.17.3

11 Mar 13:54
aee6eda

Choose a tag to compare

Chore

  • javascript engine
    • chore: javascript engine

    • docs: update README, package.json, tests

    • fix: do not push back to git, its our temp pkg dir

    • chore: use set version instead

    • chore: use jq instead

    • chore: bump yggdrasil-wasm

    • fix: remove defaults from isEnabled and getVariant

    • refactor: rename utils to wasm-interop

    • refactor: move KNOWN_STRATEGIES to Ygg

    • chore: make Clippy happy

    • test: fix tests

    • test: add e2e tests for custom strategies

    • chore: deltas in custom strategies

    • Update javascript-engine/src/index.ts

    • fix: imports

New Features

  • expose enabled on list features in core and java
    • feat(java): expose enabled on list features in core and java

Commit Statistics

  • 2 commits contributed to the release.
  • 20 days passed between releases.
  • 2 commits were understood as conventional.
  • 2 unique issues were worked on: #226, #230

Commit Details

view details

unleash-yggdrasil v0.17.2

19 Feb 10:21
1db4699

Choose a tag to compare

Chore

  • bump types to 0.15.9
    • chore: bump types to 0.15.9

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #222

Commit Details

view details

unleash-yggdrasil v0.17.1

19 Feb 07:15
9b1a14f

Choose a tag to compare

Bug Fixes

  • metric bucket start time should be reset everytime it is sent

    • fix: metric bucket start time should be reset everytime it is sent

    • chore: add test to cover that time is correctly advanced by metrics


Commit Statistics

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

Commit Details

view details
  • #219
    • Metric bucket start time should be reset everytime it is sent (feddb5d)

unleash-yggdrasil v0.17.0

05 Feb 09:31
f0ed1d5

Choose a tag to compare

New Features

  • move state ingestion entry point

    • chore: move the switch that checks for delta into yggdrasil main take_state method so no one has to worry about it again

    • chore: update client specs to include 19 and 20

    • fix(ruby): patch custom strategies handling with delta events

    • chore: bump client spec version for core and ruby to 5.2.0


Commit Statistics

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

Commit Details

view details

unleash-yggdrasil v0.16.1

30 Jan 13:06
0215088

Choose a tag to compare

Chore

  • update releasing template
  • bump types to 0.15.6
  • bump types to 0.15.6
  • optimizations to core layer
    • fix: repair benchmarks

    • chore: move fallback date into rule engine so that rules that don't need it don't incur the cost of creating a date

Commit Statistics

  • 4 commits contributed to the release.
  • 4 commits were understood as conventional.
  • 2 unique issues were worked on: #209, #210

Commit Details

view details

unleash-yggdrasil v0.16.0

29 Jan 14:32
9cb7625

Choose a tag to compare

New Features

  • add hydration method to ruby to receive delta updates

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #206

Commit Details

view details
  • #206
    • Add hydration method to ruby to receive delta updates (d73a4fa)