Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 23 Apr 19:08
· 344 commits to main since this release

What's Changed

  • fix(ff-script): disable default-features on ff-core dep (closes #164) by @avifenesh in #168
  • feat(ff-sdk): migrate snapshot raw-HGET helpers through trait; delete FlowFabricWorker::client (closes #160) by @avifenesh in #169
  • feat(ff-backend-valkey, ff-core): observability wiring on EngineBackend impls (closes #154) by @avifenesh in #170
  • docs(benches): refresh baseline at v0.4.0 by @avifenesh in #172
  • docs: v0.4.1 DX polish bundle (closes #176) by @avifenesh in #177
  • fix(ff-backend-valkey): downgrade hot-path tracing spans to level="debug" (#173) by @avifenesh in #178
  • fix(benches): Scenario 5 multi-sample methodology (N=5 aggregation) by @avifenesh in #179
  • docs(examples): Grafana dashboard JSON for 0.5.x operator observability by @avifenesh in #186
  • feat(ff-observability-http): new crate for consumer-side /metrics endpoint by @avifenesh in #188
  • feat(ff-observability, ff-server): Sentry integration via FF_SENTRY_* env vars by @avifenesh in #187
  • chore(deps): Bump the cargo group across 1 directory with 1 update by @dependabot[bot] in #118
  • feat(ff-sdk): client-local EngineBackend layer surface by @avifenesh in #189
  • feat(ff-observability, ff-backend-valkey): ff_attempt_outcome_total counter metric by @avifenesh in #190
  • feat(ff-core, ff-backend-valkey, ff-sdk): list_flows trait method with cursor pagination (#185) by @avifenesh in #193
  • feat(ff-core, ff-backend-valkey, ff-sdk): list_lanes trait method with cursor pagination (#184) by @avifenesh in #191
  • feat(ff-core, ff-backend-valkey, ff-sdk): list_suspended trait method with cursor pagination (#183) by @avifenesh in #194
  • feat(ff-core, ff-backend-valkey, ff-sdk, ff-server): list_executions trait + cursor pagination (#182) by @avifenesh in #192
  • chore: bump workspace to 0.5.0 by @avifenesh in #195
  • docs(README): refresh for 0.5.0 by @avifenesh in #196
  • test(ff-readiness-tests): v0.5.0 runtime smoke scenarios A/B/C/D by @avifenesh in #197
  • docs(benches): refresh COMPARISON.md on v0.5.0 by @avifenesh in #198
  • refactor(ff-script): gate ferriskey behind valkey-client feature (closes #171) by @avifenesh in #199
  • feat: deliver_signal + claim_resumed_execution trait methods (#150) by @avifenesh in #200
  • fix(examples): use ExecutionId helpers to mint hash-tagged ids by @avifenesh in #201
  • fix(ff-sdk): claim_from_grant falls back to claim_resumed_execution (Bug B) by @avifenesh in #202

New Contributors

Full Changelog: v0.4.0...v0.5.0