Releases: launchdarkly/ld-relay
Releases · launchdarkly/ld-relay
4.1.0
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
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
3.0.1
Changes:
- Fixed a long-standing bug that could cause client SDKs to repeatedly log the warning "Unexpected event found in stream".
3.0.0
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
Changes
- Added support for proxied flag evaluation for mobile, client-side, and unofficial SDKs. See the README for configuration instructions.
Support for event forwarding
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
Changes:
Disabled gzip compression
1.1.0
This version of ld-relay is for customers using LaunchDarkly v1. For customers on v2, please use 2.0.0 or higher.
Uses the github.com/launchdarkly/go-client dependency.
Changes:
Disabled gzip compression
1.0.0
Not recommended. Please use 2.0.0 or higher.
Uses the github.com/launchdarkly/go-client dependency.