Skip to content

Releases: launchdarkly/ruby-server-sdk

v8.5.0

10 Jun 17:14
9f6c902
Compare
Choose a tag to compare

8.5.0 (2024-06-10)

Features

  • Support to_h and to_json methods for LDContext (#284) (d3c8d40)

Bug Fixes

  • Increment flag & segment versions when reloading from file data source (#285) (7d5b051)
  • Log warning if client init timeout is considered high (#278) (61f4c7e)

v8.4.2

03 May 20:02
fd7683c
Compare
Choose a tag to compare

8.4.2 (2024-05-03)

Bug Fixes

v8.4.1

29 Apr 17:24
caead08
Compare
Choose a tag to compare

8.4.1 (2024-04-29)

Bug Fixes

v8.4.0

05 Apr 14:45
b2ac61d
Compare
Choose a tag to compare
chore(main): release 8.4.0 (#268)

:robot: I have created a release *beep* *boop*
---

This release introduces a Hooks API. Hooks are collections of
user-defined callbacks that are executed by the SDK at various points of
interest. You can use them to augment the SDK with metrics or tracing.

##
[8.4.0](https://github.com/launchdarkly/ruby-server-sdk/compare/8.3.1...8.4.0)
(2024-04-05)


### Features

* Add initial support for hooks
([#256](https://github.com/launchdarkly/ruby-server-sdk/issues/256))
([3cf16eb](https://github.com/launchdarkly/ruby-server-sdk/commit/3cf16ebd559053cef601de288bddbc6430fe33ec))


### Bug Fixes

* Adjust migration variation and hook interaction
([#264](https://github.com/launchdarkly/ruby-server-sdk/issues/264))
([8067af6](https://github.com/launchdarkly/ruby-server-sdk/commit/8067af635e7adc726656ecf75d4395a30cb1e359))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matthew Keeler <mkeeler@launchdarkly.com>

v8.3.1

28 Mar 18:15
fbdaee2
Compare
Choose a tag to compare

8.3.1 (2024-03-28)

Bug Fixes

v7.3.3

28 Mar 13:06
0ff2ad8
Compare
Choose a tag to compare

7.3.3 (2024-03-28)

Bug Fixes

  • Remove invalid prereq check_variation_range check (#261) (960e392), closes #260

v8.3.0

14 Mar 17:32
f43b3ad
Compare
Choose a tag to compare

8.3.0 (2024-03-14)

Features

  • Inline contexts for all evaluation events (#245) (bd30c3b)
  • Redact anonymous attributes within feature events (#246) (640ac39)

v8.2.0

22 Feb 20:17
58e9d1f
Compare
Choose a tag to compare

8.2.0 (2024-02-20)

Features

  • Enable gzip compression on polling requests (#249) (abffe47)

v8.1.0

03 Jan 16:53
42ccae5
Compare
Choose a tag to compare

8.1.0 (2024-01-03)

Features

  • Add hash access and equality support to LDContext (#241) (1ba6bde)
  • Define equality methods for LDContext and Reference (#232) (1b2ba7b)

Bug Fixes

  • Calling stop in ldd mode no longer raises an exception (#237) (8149da1)

v7.3.2

26 Dec 20:51
ab3816b
Compare
Choose a tag to compare

7.3.2 (2023-12-26)

Bug Fixes

  • Update missed version bump to LaunchDarkly::VERSION (#239) (dc44559)