Skip to content

Releases: launchdarkly/ld-relay

5.0.0

30 May 00:12
Compare
Choose a tag to compare

[5.0.0] - 2018-05-29

Changed:

  • Instead of the configuration option apiKey, please use sdkKey. It has the same function, but is less misleading (since it is really an SDK key, not an API token).
  • The /status endpoint now returns environments as a map of configuration name to details/status. It also no longer exposes full SDK keys so this endpoint should be safe to expose publicly.

Fixed:

  • Support for the OPTIONS method for /sdk/goals/{envId} was restored after being accidentally dropped in 4.1.0.

Deprecated:

  • The configuration option apiKey is now deprecated, but will still work if there is no sdkKey.

4.1.1

26 May 03:20
Compare
Choose a tag to compare

Fixed: Fix JS streaming by sending an empty data field in ping events

4.1.0

25 May 23:45
652a8c0
Compare
Choose a tag to compare

Added:

  • Add support for client-side (js) and mobile endpoints for evaluation, streaming and publishing events.
  • Set UserAgent to LDRelay/VERSION.

Fixed:

  • Fix configuration of flush interval for summarizing event relay.

4.0.0

11 May 02:57
Compare
Choose a tag to compare

Changes:

  • When proxying events, ld-relay now converts analytics events from older SDKs, or from the PHP SDK, into the new summary format. For more details, see Analytics Data Stream Reference.

3.0.2

16 Apr 19:53
4dd4c6a
Compare
Choose a tag to compare

Changes:

  • Fixed a bug causing flag and segment configurations to not be propagated correctly on stream initialization.

3.0.1

20 Feb 23:49
6c08f8c
Compare
Choose a tag to compare

Changes:

  • Fixed a long-standing bug that could cause client SDKs to repeatedly log the warning "Unexpected event found in stream".

3.0.0

20 Feb 18:11
8df6dfb
Compare
Choose a tag to compare

Changes

  • This release adds support for a new LaunchDarkly feature: reusable user segments. If you are using segments, or a version of the SDK that supports segments (e.g. Go SDK version 3.0.0 and above), this is now the minimum supported version of ld-relay; otherwise, older versions will continue to work. Configuration is unchanged.

Support for flag evaluation

09 Feb 23:55
4d18d81
Compare
Choose a tag to compare

Changes

  • Added support for proxied flag evaluation for mobile, client-side, and unofficial SDKs. See the README for configuration instructions.

Support for event forwarding

05 Jun 21:29
Compare
Choose a tag to compare

Changes

  • The relay can now act as an event forwarder, which allows PHP clients to synchronously push events to a local relay instead of calling fork+curl to events.launchdarkly.com

2.1.0

07 Nov 18:33
Compare
Choose a tag to compare

Changes:
Disabled gzip compression