Skip to content

flipt-engine: v0.0.1

Compare
Choose a tag to compare
@flipt-release-bot flipt-release-bot released this 24 Dec 17:44
6f09f10

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