Skip to content

Commit 6d9ea4a

Browse files
LaunchDarklyReleaseBotzurab-darklybwoskow-ldtorchhoundLaunchDarklyCI
authored
prepare 2.1.1 release (#86)
## [2.1.1] - 2023-08-02 ### Fixed: - Fixed `ldclient_instance:options()` to include new `redis_tls` option. Only specs affected. --------- Co-authored-by: zurab-darkly <56062336+zurab-darkly@users.noreply.github.com> Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com> Co-authored-by: Joe Cieslik <5600929+torchhound@users.noreply.github.com> Co-authored-by: Zurab Davitiani <zurab@launchdarkly.com> Co-authored-by: LaunchDarklyCI <dev@launchdarkly.com> Co-authored-by: elliot <elliot@debian.elliot> Co-authored-by: elliot <https://Apache-HB@github.com> Co-authored-by: Elliot <35050275+Apache-HB@users.noreply.github.com> Co-authored-by: Ben Woskow <bwoskow@launchdarkly.com> Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com> Co-authored-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Co-authored-by: Matt Glover <mpglover@gmail.com> Co-authored-by: Molly <molly.jones@launchdarkly.com> Co-authored-by: Ben Levy <benjaminlevy007@gmail.com> Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com> Co-authored-by: Louis Chan <lchan@launchdarkly.com> Co-authored-by: Ember Stevens <ember.stevens@launchdarkly.com> Co-authored-by: Ember Stevens <79482775+ember-stevens@users.noreply.github.com> Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com> Co-authored-by: Kane Parkinson <93555788+kparkinson-ld@users.noreply.github.com>
1 parent 62aea87 commit 6d9ea4a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ldclient_instance.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
redis_database => integer(),
3232
redis_password => string(),
3333
redis_prefix => string(),
34+
redis_tls => [ssl:tls_option()] | undefined,
3435
use_ldd => boolean(),
3536
cache_ttl => integer(),
3637
send_events => boolean(),

test-usage/ldclient_usage.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ init_with_all_options() ->
3434
redis_database => 0,
3535
redis_password => "password",
3636
redis_prefix => "prefix",
37+
redis_tls => [
38+
{verify, verify_peer}
39+
],
3740
use_ldd => false,
3841
cache_ttl => 1000,
3942
send_events => false,

0 commit comments

Comments
 (0)