Skip to content

Commit

Permalink
prepare 2.1.1 release (#86)
Browse files Browse the repository at this point in the history
## [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 <[email protected]>
Co-authored-by: Ben Woskow <[email protected]>
Co-authored-by: Joe Cieslik <[email protected]>
Co-authored-by: Zurab Davitiani <[email protected]>
Co-authored-by: LaunchDarklyCI <[email protected]>
Co-authored-by: elliot <[email protected]>
Co-authored-by: elliot <https://[email protected]>
Co-authored-by: Elliot <[email protected]>
Co-authored-by: Ben Woskow <[email protected]>
Co-authored-by: LaunchDarklyReleaseBot <[email protected]>
Co-authored-by: Ryan Lamb <[email protected]>
Co-authored-by: Matt Glover <[email protected]>
Co-authored-by: Molly <[email protected]>
Co-authored-by: Ben Levy <[email protected]>
Co-authored-by: Casey Waldren <[email protected]>
Co-authored-by: Louis Chan <[email protected]>
Co-authored-by: Ember Stevens <[email protected]>
Co-authored-by: Ember Stevens <[email protected]>
Co-authored-by: ld-repository-standards[bot] <113625520+ld-repository-standards[bot]@users.noreply.github.com>
Co-authored-by: Kane Parkinson <[email protected]>
  • Loading branch information
21 people authored Aug 2, 2023
1 parent 62aea87 commit 6d9ea4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ldclient_instance.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
redis_database => integer(),
redis_password => string(),
redis_prefix => string(),
redis_tls => [ssl:tls_option()] | undefined,
use_ldd => boolean(),
cache_ttl => integer(),
send_events => boolean(),
Expand Down
3 changes: 3 additions & 0 deletions test-usage/ldclient_usage.erl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ init_with_all_options() ->
redis_database => 0,
redis_password => "password",
redis_prefix => "prefix",
redis_tls => [
{verify, verify_peer}
],
use_ldd => false,
cache_ttl => 1000,
send_events => false,
Expand Down

0 comments on commit 6d9ea4a

Please sign in to comment.