launchdarkly-server-sdk 7.3.2 → 8.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: launchdarkly-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.3.2
4
+ version: 8.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - LaunchDarkly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-26 00:00:00.000000000 Z
11
+ date: 2023-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb
@@ -308,12 +308,15 @@ files:
308
308
  - lib/ldclient-rb/impl/integrations/file_data_source.rb
309
309
  - lib/ldclient-rb/impl/integrations/redis_impl.rb
310
310
  - lib/ldclient-rb/impl/integrations/test_data/test_data_source.rb
311
+ - lib/ldclient-rb/impl/migrations/migrator.rb
312
+ - lib/ldclient-rb/impl/migrations/tracker.rb
311
313
  - lib/ldclient-rb/impl/model/clause.rb
312
314
  - lib/ldclient-rb/impl/model/feature_flag.rb
313
315
  - lib/ldclient-rb/impl/model/preprocessed_data.rb
314
316
  - lib/ldclient-rb/impl/model/segment.rb
315
317
  - lib/ldclient-rb/impl/model/serialization.rb
316
318
  - lib/ldclient-rb/impl/repeating_task.rb
319
+ - lib/ldclient-rb/impl/sampler.rb
317
320
  - lib/ldclient-rb/impl/store_client_wrapper.rb
318
321
  - lib/ldclient-rb/impl/store_data_set_sorter.rb
319
322
  - lib/ldclient-rb/impl/unbounded_pool.rb
@@ -330,6 +333,7 @@ files:
330
333
  - lib/ldclient-rb/interfaces.rb
331
334
  - lib/ldclient-rb/ldclient.rb
332
335
  - lib/ldclient-rb/memoized_value.rb
336
+ - lib/ldclient-rb/migrations.rb
333
337
  - lib/ldclient-rb/non_blocking_thread_pool.rb
334
338
  - lib/ldclient-rb/polling.rb
335
339
  - lib/ldclient-rb/reference.rb
@@ -350,14 +354,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
350
354
  requirements:
351
355
  - - ">="
352
356
  - !ruby/object:Gem::Version
353
- version: 2.7.0
357
+ version: 3.0.0
354
358
  required_rubygems_version: !ruby/object:Gem::Requirement
355
359
  requirements:
356
360
  - - ">="
357
361
  - !ruby/object:Gem::Version
358
362
  version: '0'
359
363
  requirements: []
360
- rubygems_version: 3.1.6
364
+ rubygems_version: 3.4.21
361
365
  signing_key:
362
366
  specification_version: 4
363
367
  summary: LaunchDarkly SDK for Ruby