You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Ruby SDK v3.4.0, the name of `evaluationDetails` was inadvertently changed to `evaluation_details`. This was a bug that caused backward incompatibility in a minor release.
9
+
10
+
This release fixes the casing back to `evaluationDetails`.
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
11
+
9
12
## 3.5.1
10
13
11
14
### Patch Changes
@@ -16,12 +19,18 @@
16
19
17
20
-[#223](https://github.com/Eppo-exp/eppo-multiplatform/pull/223)[`9504e92`](https://github.com/Eppo-exp/eppo-multiplatform/commit/9504e928c37f82147e65fe25aab558cad3bbac2a) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump rb_sys from 0.9.110 to 0.9.111
18
21
22
+
### Known Issues
23
+
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
24
+
19
25
## 3.5.0
20
26
21
27
### Minor Changes
22
28
23
29
-[#197](https://github.com/Eppo-exp/eppo-multiplatform/pull/197)[`a4da91f`](https://github.com/Eppo-exp/eppo-multiplatform/commit/a4da91f1a962708924063f3f076d3064441c2f76) Thanks [@rasendubi](https://github.com/rasendubi)! - Change TLS implementation from openssl to rustls.
24
30
31
+
### Known Issues
32
+
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
33
+
25
34
## 3.4.6
26
35
27
36
### Patch Changes
@@ -32,18 +41,27 @@
32
41
33
42
-[#213](https://github.com/Eppo-exp/eppo-multiplatform/pull/213)[`9ea7865`](https://github.com/Eppo-exp/eppo-multiplatform/commit/9ea78657dbbfe8fb733dd67fb71357872db9f8b2) Thanks [@rasendubi](https://github.com/rasendubi)! - Bump Minimum Supported Rust Version (MSRV) to 1.80.0.
34
43
44
+
### Known Issues
45
+
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
46
+
35
47
## 3.4.5
36
48
37
49
### Patch Changes
38
50
39
51
-[#201](https://github.com/Eppo-exp/eppo-multiplatform/pull/201)[`1d310c7`](https://github.com/Eppo-exp/eppo-multiplatform/commit/1d310c7019dde1aa5a965e064eab15187b064d96) Thanks [@felipecsl](https://github.com/felipecsl)! - [Unstable] Event Ingestion: Fix JSON serialization of Event timestamp field
40
52
53
+
### Known Issues
54
+
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
55
+
41
56
## 3.4.4
42
57
43
58
### Patch Changes
44
59
45
60
-[#198](https://github.com/Eppo-exp/eppo-multiplatform/pull/198)[`9c6990e`](https://github.com/Eppo-exp/eppo-multiplatform/commit/9c6990ec77dc3ffe8f1b6384f92fcc24db94916f) Thanks [@felipecsl](https://github.com/felipecsl)! - [unstable] Event Ingestion: Fix JSON serialization of Event type field
46
61
62
+
### Known Issues
63
+
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
64
+
47
65
## 3.4.3
48
66
49
67
### Patch Changes
@@ -56,20 +74,29 @@
56
74
57
75
This changes API of the core but should be invisible for SDKs. The only noticeable difference is that client should be more responsive to graceful shutdown requests.
58
76
77
+
### Known Issues
78
+
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
- Starting with v3.4.0, in result of evaluation details methods, the name of `evaluationDetails` key is spelled as `evaluation_details`. This is fixed in 3.7.0.
0 commit comments