Skip to content

Commit

Permalink
fix: Remove outdated deprecation notice
Browse files Browse the repository at this point in the history
Legacy user format was indeed removed in v8.0.0. However, this
deprecation warning was missed causing confusion for customers.
  • Loading branch information
keelerm84 committed May 3, 2024
1 parent caead08 commit 1535e7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ldclient-rb/context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,6 @@ def self.with_key(key, kind = KIND_DEFAULT)
# {https://docs.launchdarkly.com/sdk/features/user-config SDK
# documentation}.
#
# @deprecated The old user format will be removed in 8.0.0. Please use the new context specific format.
#
# @param data [Hash]
# @return [LDContext]
#
Expand Down

0 comments on commit 1535e7d

Please sign in to comment.