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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ The `Unreleased` section name is replaced by the expected version of next releas
13
13
14
14
-`eqx`/`Equinox.Tool`: Flip `-P` option to opt _in_ to pretty printing [#313](https://github.com/jet/equinox/pull/313)
15
15
-`CosmosStore`: Require `Microsoft.Azure.Cosmos` v `3.0.25`[#310](https://github.com/jet/equinox/pull/310)
16
+
-`CosmosStore`: Switch to natively using `JsonElement` event bodies [#305](https://github.com/jet/equinox/pull/305):pray:[@ylibrach](https://github.com/ylibrach)
17
+
-`CosmosStore`: Switch to natively using `System.Text.Json` for serialization of all `Microsoft.Azure.Cosmos` round-trips [#305](https://github.com/jet/equinox/pull/305):pray:[@ylibrach](https://github.com/ylibrach)
18
+
-`CosmosStore`: Only log `bytes` when log level is `Debug`[#305](https://github.com/jet/equinox/pull/305)
16
19
-`SqlStreamStore`.*: Target `SqlStreamStore` v `1.2.0` (`Postgres` remains at `1.2.0-beta.8` as that's the last released version) [#227](https://github.com/jet/equinox/pull/227):pray:[@rajivhost](https://github.com/rajivhost)
17
20
- Update all non-Client dependencies except `FSharp.Core`, `FSharp.Control.AsyncSeq`[#310](https://github.com/jet/equinox/pull/310)
0 commit comments