Skip to content

Latest commit

 

History

History
245 lines (130 loc) · 15.2 KB

CHANGELOG.md

File metadata and controls

245 lines (130 loc) · 15.2 KB

Changelog

0.2.5 (2025-02-06)

Features

  • rename report error strategy to fail (#697) (4824c4d)

0.2.4 (2025-02-06)

Features

  • engine-ffi: add option to evaluate the flag against the stale cache (#673) (b357414)

0.2.3 (2024-12-18)

Bug Fixes

  • ffi: clear stored etag on http req failure (#594) (2db0a2e)

0.2.2 (2024-11-24)

Features

Bug Fixes

  • engine-ffi: return error to caller on connection or parse json failures (#254) (aaf3377)
  • ffi: handle errors from http response (#347) (0c86da9), closes #346

Miscellaneous Chores

0.2.0 (2024-10-20)

Miscellaneous Chores

0.1.20 (2024-10-11)

Miscellaneous Chores

0.1.19 (2024-10-03)

Features

0.1.18 (2024-09-14)

Features

0.1.17 (2024-09-03)

Bug Fixes

0.1.16 (2024-08-25)

Miscellaneous Chores

0.1.15 (2024-07-29)

Features

  • add support for default variant eval (#309) (ad88594)

0.1.14 (2024-07-14)

Features

0.1.13 (2024-04-27)

Bug Fixes

  • engine-ffi: return error to caller on connection or parse json failures (#254) (aaf3377)

0.1.12 (2024-04-23)

Miscellaneous Chores

0.1.11 (2024-04-10)

Features

0.1.10 (2024-03-28)

Miscellaneous Chores

0.1.9 (2024-03-27)

Bug Fixes

  • ffi: prevent fatal error if there is the connection error during (#204) (e2c3e05)

0.1.8 (2024-03-26)

Bug Fixes

0.1.7 (2024-03-26)

Bug Fixes

  • use committed c-header file and copy to correct place expected by Go SDK (#190) (183dffd)

Miscellaneous Chores

0.1.6 (2024-03-23)

Miscellaneous Chores

0.1.5 (2024-03-14)

Miscellaneous Chores

0.1.4 (2024-03-05)

Bug Fixes

0.1.3 (2024-03-01)

Features

0.1.2 (2024-02-24)

Miscellaneous Chores

0.1.1 (2024-02-06)

Features

  • client-sdks: add batch evaluation to engine (5dec28b)

0.1.0 (2024-01-25)

Features

  • authentication: add support for substitutable authentication methods (c01cb48)

Miscellaneous Chores

0.0.5 (2024-01-18)

Features

0.0.4 (2024-01-16)

Bug Fixes

  • cargo: move workspace reference up to root toml (9bdb2b5)
  • dont wipe out snapshot if error in parser (#96) (75850ab)
  • examples: rewire the use statements (f3457a0)

Miscellaneous Chores

0.0.3 (2024-01-03)

Bug Fixes

  • instead of using empty dictionary use actual EngineOpts instance (#62) (9aae5e9)
  • return error on http status >= 400 (#65) (100c7d2)

0.0.2 (2023-12-27)

Miscellaneous Chores

0.0.1 (2023-12-24)

Features

  • add ability to pass opts to the engine (#7) (1abd50d)
  • add build script for repeatability in generating C header file (c08d2fd)
  • add filter for empty namespaces for Rust core (afef630)
  • Add ruby client (#3) (1e1d5ac)
  • Dependency Injection (#6) (90a374d)
  • do not fail on non-existent namespace in Rust core (#26) (51ef54b)
  • Error types (#30) (1cbd333)
  • remove box dynamic dispatch and use generic trait bounds (0f337b4)
  • rename methods (#21) (d6e669e)
  • update tests for node, go, and python to account for auth token (136891b)
  • wip: support passing auth token down to engine (3181a32)

Miscellaneous Chores