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
- The Stackable scaler now ensures that a `TrinoCluster` has changed to `ready` more than 5 seconds
12
-
ago before marking it as `ready` ([#68]).
13
16
- Support configuring compression for OTEL ([#70]).
14
17
- Improve tracing details by adding a `tower_http::trace::TraceLayer` that creates spans for every HTTP request ([#71]).
15
18
- Support compressing HTTP contents, previously the content was always uncompressed.
@@ -22,7 +25,6 @@ All notable changes to this project will be documented in this file.
22
25
- Improve performance by using [`serde_json::value::RawValue`](https://docs.rs/serde_json/latest/serde_json/value/struct.RawValue.html) for the `data` and `columns` attributes to avoid unneeded deserialization and serialization of them ([#73]).
0 commit comments