splitclient-rb 8.10.0.pre.rc7 → 8.10.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 996c61b1cd0a431ef21c5dff6eda92b553d96f81586470b89e7bbe49d2625923
4
- data.tar.gz: 25643beb6250dd2e34e0e2d324ac4559ceeeb57a965ab7aeade1ce7cb73810ed
3
+ metadata.gz: 50b29bab8ea1dba7dd7778d934d99de9f0f4587d3c1ba9133acabaa405f2f801
4
+ data.tar.gz: b2b170c6445959673fcd0f40fc7c2575f4ea6d792e98c69b7e2ced36f63347b4
5
5
  SHA512:
6
- metadata.gz: 446a6dfd308323b5136b4f521e74e5d619cb49f2241f51ca446b8052997fc501485571f4ec45b1f12d17187bd308b4084d6b903a1c080da93cfc94a25f0caa74
7
- data.tar.gz: 6b7b280649134be59a443c1a95838aa524ba4046a0948c2de2fc2faabcb288a66e0736dcd02196eddfdf3e0881e71d8a128ff86f1959b8b9a3b3bd621af3d5df
6
+ metadata.gz: 9f1de8bc9afe5a5e4c521392245d54cc20db00cf17cadb26ed052fcb9a761c5e96b263f357b217a592c417bbc92094e03aa7fac8816690bcf0fa56e314143f72
7
+ data.tar.gz: 9c19433cb1ee908425b7d052e1226e2ad049b747263b6f51410aaf1ec4239ba7885802438cfa9d391e5e3839e709f76c8881f3682ed0d257236bb3f08c40a56c
@@ -35,6 +35,12 @@ jobs:
35
35
  with:
36
36
  fetch-depth: 0
37
37
 
38
+ - name: Set up Java
39
+ uses: actions/setup-java@v2
40
+ with:
41
+ java-version: 17
42
+ distribution: "temurin"
43
+
38
44
  - name: Setup Ruby ${{ matrix.version }}
39
45
  uses: ruby/setup-ruby@v1
40
46
  with:
@@ -57,7 +63,7 @@ jobs:
57
63
 
58
64
  - name: SonarQube Scan (Push)
59
65
  if: matrix.version == '3.2.2' && github.event_name == 'push'
60
- uses: SonarSource/sonarcloud-github-action@v1.9
66
+ uses: SonarSource/sonarcloud-github-action@v5.0.0
61
67
  env:
62
68
  SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
63
69
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -69,13 +75,14 @@ jobs:
69
75
 
70
76
  - name: SonarQube Scan (Pull Request)
71
77
  if: matrix.version == '3.2.2' && github.event_name == 'pull_request'
72
- uses: SonarSource/sonarcloud-github-action@v1.9
78
+ uses: SonarSource/sonarcloud-github-action@v5.0.0
73
79
  env:
74
80
  SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
75
81
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
82
  with:
77
83
  projectBaseDir: .
78
84
  args: >
85
+ -Dsonar.java.source=17
79
86
  -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
80
87
  -Dsonar.projectVersion=${{ env.VERSION }}
81
88
  -Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
data/CHANGES.txt CHANGED
@@ -1,5 +1,8 @@
1
1
  CHANGES
2
2
 
3
+ 8.10.0 (Nov 28, 2025)
4
+ - Replaced socketry gem used in streaming feature with built-in socket lib.
5
+
3
6
  8.9.0 (Oct 8, 2025)
4
7
  - Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
5
8
 
@@ -1,3 +1,3 @@
1
1
  module SplitIoClient
2
- VERSION = '8.10.0-rc7'
2
+ VERSION = '8.10.0'
3
3
  end
@@ -2,4 +2,5 @@ sonar.projectKey=ruby-client
2
2
  sonar.projectKey=ruby-client
3
3
  sonar.sources=lib
4
4
  sonar.tests=spec
5
+ sonar.java.source=17
5
6
  sonar.ruby.coverage.reportPaths=coverage/.resultset.sonarqube.json
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: splitclient-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.10.0.pre.rc7
4
+ version: 8.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Split Software