Releases: launchdarkly/ruby-server-sdk-ai
Releases · launchdarkly/ruby-server-sdk-ai
v0.4.0
Immutable
release. Only release title and notes can be modified.
0.4.0 (2026-05-15)
⚠ BREAKING CHANGES
- Replace tracker tuple from completion_config with AIConfig#create_tracker factory
- Track each AIConfigTracker metric at most once per tracker
- Add per-execution runId, at-most-once tracking, and cross-process tracker resumption
Features
- Add Client#create_tracker(token:, context:) to resume a tracker across processes (20f06f1)
- Add per-execution runId to correlate AIConfigTracker events (20f06f1)
- Add per-execution runId, at-most-once tracking, and cross-process tracker resumption (20f06f1)
- Replace tracker tuple from completion_config with AIConfig#create_tracker factory (20f06f1)
- Track each AIConfigTracker metric at most once per tracker (20f06f1)
This PR was generated with Release Please. See documentation.
v0.3.0
0.3.0 (2026-03-05)
⚠ BREAKING CHANGES
- Use kwargs for completion_config and config methods
- Return disabled config if no defaultValue is provided (#23)
Features
- Drop support for Ruby 3.0 which is EOL. (fe3fdf8)
- Use kwargs for completion_config and config methods (fe3fdf8)
Bug Fixes
This PR was generated with Release Please. See documentation.