|
1 | 1 | # ruby-sdk
|
2 | 2 |
|
| 3 | +## 3.7.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#268](https://github.com/Eppo-exp/eppo-multiplatform/pull/268) [`2ec98c6`](https://github.com/Eppo-exp/eppo-multiplatform/commit/2ec98c6f006d9e86c186fc99a903188d9837d653) Thanks [@rasendubi](https://github.com/rasendubi)! - Fix casing of `evaluationDetails`. |
| 8 | + |
| 9 | + 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. |
| 10 | + |
| 11 | + This release fixes the casing back to `evaluationDetails`. |
| 12 | + |
3 | 13 | ## 3.6.0
|
4 | 14 |
|
5 | 15 | ### Minor Changes
|
6 | 16 |
|
7 | 17 | - [#247](https://github.com/Eppo-exp/eppo-multiplatform/pull/247) [`2e3bf09`](https://github.com/Eppo-exp/eppo-multiplatform/commit/2e3bf093d23a2b63f55f3e5336662489ed689a09) Thanks [@rasendubi](https://github.com/rasendubi)! - Add `wait_for_initialization()` method.
|
8 | 18 |
|
9 | 19 | ### Known Issues
|
| 20 | + |
10 | 21 | - 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 | 22 |
|
12 | 23 | ## 3.5.1
|
|
20 | 31 | - [#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
|
21 | 32 |
|
22 | 33 | ### Known Issues
|
| 34 | + |
23 | 35 | - 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 | 36 |
|
25 | 37 | ## 3.5.0
|
|
29 | 41 | - [#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.
|
30 | 42 |
|
31 | 43 | ### Known Issues
|
| 44 | + |
32 | 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.
|
33 | 46 |
|
34 | 47 | ## 3.4.6
|
|
42 | 55 | - [#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.
|
43 | 56 |
|
44 | 57 | ### Known Issues
|
| 58 | + |
45 | 59 | - 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 | 60 |
|
47 | 61 | ## 3.4.5
|
|
51 | 65 | - [#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
|
52 | 66 |
|
53 | 67 | ### Known Issues
|
| 68 | + |
54 | 69 | - 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 | 70 |
|
56 | 71 | ## 3.4.4
|
|
60 | 75 | - [#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
|
61 | 76 |
|
62 | 77 | ### Known Issues
|
| 78 | + |
63 | 79 | - 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 | 80 |
|
65 | 81 | ## 3.4.3
|
|
75 | 91 | 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.
|
76 | 92 |
|
77 | 93 | ### Known Issues
|
| 94 | + |
78 | 95 | - 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.
|
79 | 96 |
|
80 | 97 | ## 3.4.2
|
|
85 | 102 |
|
86 | 103 |
|
87 | 104 | ### Known Issues
|
| 105 | + |
88 | 106 | - 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.
|
89 | 107 |
|
90 | 108 | ## 3.4.1
|
|
95 | 113 |
|
96 | 114 |
|
97 | 115 | ### Known Issues
|
| 116 | + |
98 | 117 | - 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.
|
99 | 118 |
|
100 | 119 | ## 3.4.0
|
|
144 | 163 |
|
145 | 164 |
|
146 | 165 | ### Known Issues
|
| 166 | + |
147 | 167 | - 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