eppo-server-sdk 3.5.1-arm64-darwin → 3.6.0-arm64-darwin

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: 61945a45f67e51959b1c55d44dd6beb4ec105bdc5fc5fad5cccfa3fb2ac06dcc
4
- data.tar.gz: 5ed3895dfb4cb1db4333f3d98c8ca11cb2f0c8af803dcd3e40cb84632f4cda6d
3
+ metadata.gz: 3fe0467b4be07dddb1f9bc51d299b08c28f7b3cf93a028463fc7e7b49a48711a
4
+ data.tar.gz: 5880fbb3d30c337e8938bca5adb25dc9efc469ee48b2e6c894b86655b13484f3
5
5
  SHA512:
6
- metadata.gz: 64b5a8d0f97530f40f41ea2e5678f4f01b1cbf41b4561a3aec1d19f5ccbe86d558860451895eb5e3b2676bdbb3e8869099339b373cacc5956fe7e558ecc93b71
7
- data.tar.gz: fa6fd85a736aa8e922f7d7346160e2db71926a5cc7c7817906918613411d154026a09f06025707e2d8a7fa2aacacdd573b966cc46368de3025791d9950ad5d4a
6
+ metadata.gz: 96885d19a09b844d6afb4e33537c87e4920bb8a2154bf2b355fe5cbe9f9d6f8a04be19c8352ce77d8292f05e820c8d670348fb8c3a1f8a6736f6654f8f94f087
7
+ data.tar.gz: 9cf95bdd5f948d0592db01571faf2e91d6b4646c5e1ea6a89c3dd2926a2f9570ebba8317592252248e9c525c0febc1473888c8c9af4bd1c816c98dbc2a95b8eb
Binary file
Binary file
Binary file
Binary file
@@ -31,6 +31,20 @@ module EppoClient
31
31
  @core = EppoClient::Core::Client.new(config)
32
32
  end
33
33
 
34
+ ##
35
+ # Waits for client to fetch configuration and get ready to serve
36
+ # assignments.
37
+ #
38
+ # This method blocks the current thread until configuration is
39
+ # successfully fetched or +timeout+ seconds passed.
40
+ #
41
+ # Note: this method returns immediately if configuration poller
42
+ # has been disabled.
43
+ def wait_for_initialization(timeout=1)
44
+ return unless @core
45
+ @core.wait_for_initialization(timeout)
46
+ end
47
+
34
48
  def configuration
35
49
  @core.configuration
36
50
  end
@@ -2,5 +2,5 @@
2
2
 
3
3
  # TODO: this version and ext/eppo_client/Cargo.toml should be in sync
4
4
  module EppoClient
5
- VERSION = "3.5.1"
5
+ VERSION = "3.6.0"
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eppo-server-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.1
4
+ version: 3.6.0
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Eppo
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-03-14 00:00:00.000000000 Z
11
+ date: 2025-03-19 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: