Skip to content

Commit dc46239

Browse files
authored
fix: Remove outdated deprecation notice (#275)
Legacy user format was indeed removed in v8.0.0. However, this deprecation warning was missed causing confusion for customers.
1 parent d3f7726 commit dc46239

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ldclient-rb/context.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,6 @@ def self.with_key(key, kind = KIND_DEFAULT)
377377
# {https://docs.launchdarkly.com/sdk/features/user-config SDK
378378
# documentation}.
379379
#
380-
# @deprecated The old user format will be removed in 8.0.0. Please use the new context specific format.
381-
#
382380
# @param data [Hash]
383381
# @return [LDContext]
384382
#

0 commit comments

Comments
 (0)