splitclient-rb 8.1.3.pre.rc4-java → 8.2.0-java

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8753013ccb2e60edf514115dd808c531a55f0bb0
4
- data.tar.gz: 258ea4f4543ca8a977f0e662fd4f156cf3a39698
3
+ metadata.gz: ea3da7680876860f77e069d5f693d11d3fb4c2de
4
+ data.tar.gz: 16046200f0b3b965a3518cafbd12aba47ede4c6b
5
5
  SHA512:
6
- metadata.gz: 1869e634836e8fd54847aaa7b03a9d916f1650a616bb4da85cd7b56ff0879b5af3b03f07da66a1717e663d823b10d3e50d0245aeb66e3e727fdff8bd71f78ea5
7
- data.tar.gz: f6ba403082dc072594565f22785c2c3cbcc8c7b027716570e0321ac28a6591a0b4348de0bac969bce84caf480964902b755364afeda3b8e5d22f1e79c62f2c8f
6
+ metadata.gz: 9b442d89bf1108f8af055a99b5c81b88357cad7cd67637b3f8945a17fa84f74a6f40d85de43acb12225183f5382622ade374ec20c8614495122c29e34a885d91
7
+ data.tar.gz: 3b89a1134ee5f2bfcb47604bce63e76b05b9b8ca63d442bf70573a43817619b959c5b73a58ea74109dbb16298706c8e2266326276668497ad4ef749c014c1a40
@@ -0,0 +1 @@
1
+ * @splitio/sdk
data/CHANGES.txt CHANGED
@@ -1,5 +1,8 @@
1
1
  CHANGES
2
2
 
3
+ 8.2.0 (Jul 18, 2023)
4
+ - Improved streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
5
+
3
6
  8.1.2 (May 15, 2023)
4
7
  - Updated terminology on the SDKs codebase to be more aligned with current standard without causing a breaking change. The core change is the term split for feature flag on things like logs and IntelliSense comments.
5
8
 
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '8.1.3.pre.rc4'
2
+ VERSION = '8.2.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.1.3.pre.rc4
4
+ version: 8.2.0
5
5
  platform: java
6
6
  authors:
7
7
  - Split Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-29 00:00:00.000000000 Z
11
+ date: 2023-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -409,6 +409,7 @@ executables: []
409
409
  extensions: []
410
410
  extra_rdoc_files: []
411
411
  files:
412
+ - ".github/CODEOWNERS"
412
413
  - ".github/pull_request_template.md"
413
414
  - ".github/workflows/ci.yml"
414
415
  - ".github/workflows/update-license-year.yml"
@@ -573,9 +574,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
573
574
  version: 2.5.0
574
575
  required_rubygems_version: !ruby/object:Gem::Requirement
575
576
  requirements:
576
- - - ">"
577
+ - - ">="
577
578
  - !ruby/object:Gem::Version
578
- version: 1.3.1
579
+ version: '0'
579
580
  requirements: []
580
581
  rubyforge_project:
581
582
  rubygems_version: 2.6.14