Skip to content

Commit d1a8cb0

Browse files
[release] 2.8.4 - Adds Option for Initialization Retries (#419)
### New Features - Adds an option to set an amount of retries for the initial download config specs and id lists requests >Included In This Release >- d54626e sroyal-statsig > - Add option to retry initial dcs and id lists requests (#418)
1 parent d54626e commit d1a8cb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/statsig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def self.get_client_initialize_response(
410410
def self.get_statsig_metadata
411411
{
412412
'sdkType' => 'ruby-server',
413-
'sdkVersion' => '2.8.3',
413+
'sdkVersion' => '2.8.4',
414414
'languageVersion' => RUBY_VERSION
415415
}
416416
end

statsig.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'statsig'
5-
s.version = '2.8.3'
5+
s.version = '2.8.4'
66
s.summary = 'Statsig server SDK for Ruby'
77
s.description = 'Statsig server SDK for feature gates and experimentation in Ruby'
88
s.authors = ['Statsig, Inc']

0 commit comments

Comments
 (0)