eppo-server-sdk 3.5.1-aarch64-linux → 3.6.0-aarch64-linux

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: bdc839bf3b2091302bab7d7a75ac1321db70423787070bb0a32664f3a28209fc
4
- data.tar.gz: 2ffca7f966207b234d539c29b2f7b02fb5d494f38bd150cb1e48e20cbc0839f9
3
+ metadata.gz: ff25e5c2d66d796157a621f90cd79fcc65a3bf850eeb3634e99f6816d75d69dc
4
+ data.tar.gz: 931c4d082a650c7b4c7ce7c85bc992ec8cb9b5f5f0fa998c4a7ed307458608dd
5
5
  SHA512:
6
- metadata.gz: 1f864876fc5e5289a8194b6d9d36b5090cb945a50c93c9ebcd086701d70f4045797227808b7555d058cb0e0eb00ba18a228c5c12da021e24884302409f9f43cc
7
- data.tar.gz: 7541386c2c05fc37dd42f69dd18aa8bd3f74b489c5e3a8604751beb6e77030b8a3aa973344d0d000f9a3d035b0977ccb26b31e48f62abb97d230a38af69209a6
6
+ metadata.gz: 559b8a5f6bddd0047fafbd30325b9c46d3b460f631ce1b9b94e454430ffd849e4f4342e353ca905217d7860d32d5abf7f28d0f10f28dc126d0e5f190fbe39cc3
7
+ data.tar.gz: 6d69fbeae0bd2ae3772b29deaf968d98646342976be1b25a36e7db5027b41283de0788b4f1db844874226dc2f10c0345e50adbee6ac76b2b967649350098c4d3
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: aarch64-linux
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: