Skip to content

Releases: launchdarkly/ruby-server-sdk-ai

v0.3.0

05 Mar 14:59
1fe67cc

Choose a tag to compare

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
c2a9230

Choose a tag to compare

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
9207b8d

Choose a tag to compare

0.2.1 (2025-08-28)

Bug Fixes

  • Add usage tracking to config method (#15) (53ec5f6)

v0.2.0

30 Jul 19:53
2e1a51b

Choose a tag to compare

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
2adeab3

Choose a tag to compare

0.1.0 (2025-06-18)

Features

  • Implement the AIClient and AITracker classes (#1) (7511fe9)

Miscellaneous Chores