Releases: launchdarkly/ruby-server-sdk-ai
Releases · launchdarkly/ruby-server-sdk-ai
v0.3.0
05 Mar 14:59
Compare
Sorry, something went wrong.
No results found
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
Return disabled config if no defaultValue is provided (#23 ) (fe3fdf8 )
This PR was generated with Release Please . See documentation .
v0.2.2
25 Feb 22:18
Compare
Sorry, something went wrong.
No results found
0.2.2 (2026-02-25)
Bug Fixes
Improve usage reporting (#18 ) (9f7ec17 )
Remove bundler version constraint from gemspec (#20 ) (ef18f32 )
v0.2.1
28 Aug 16:31
Compare
Sorry, something went wrong.
No results found
0.2.1 (2025-08-28)
Bug Fixes
Add usage tracking to config method (#15 ) (53ec5f6 )
v0.2.0
30 Jul 19:53
Compare
Sorry, something went wrong.
No results found
0.2.0 (2025-07-30)
Features
added provider and model to ai tracker (5922fe9 )
Update AI tracker to include model & provider name for metrics generation (#11 ) (ce176e4 )
Bug Fixes
Remove deprecated track generation event (#10 ) (dc13cfb )
Remove unused instance variable (#13 ) (6a04b8b )
v0.1.0
18 Jun 16:12
Compare
Sorry, something went wrong.
No results found
0.1.0 (2025-06-18)
Features
Implement the AIClient and AITracker classes (#1 ) (7511fe9 )
Miscellaneous Chores