|
1 | 1 | # hive |
2 | 2 |
|
| 3 | +## 8.13.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#7303](https://github.com/graphql-hive/console/pull/7303) |
| 8 | + [`840bc08`](https://github.com/graphql-hive/console/commit/840bc08236dfd635d720566360b176e1cc59ce70) |
| 9 | + Thanks [@adambenhassen](https://github.com/adambenhassen)! - Add configurable data retention TTL |
| 10 | + for self-hosted Hive instances. Self-hosted users can now configure retention periods via |
| 11 | + environment variables instead of hardcoded values. |
| 12 | + |
| 13 | + New environment variables: |
| 14 | + |
| 15 | + - `CLICKHOUSE_TTL_TABLES` - Retention for ClickHouse mergetree tables (Default: 1 YEAR) |
| 16 | + - `CLICKHOUSE_TTL_DAILY_MV_TABLES` - Retention for daily materialized view tables (Default: 1 |
| 17 | + YEAR) |
| 18 | + - `CLICKHOUSE_TTL_HOURLY_MV_TABLES` - Retention for hourly materialized view tables (Default: 30 |
| 19 | + DAYS) |
| 20 | + - `CLICKHOUSE_TTL_MINUTELY_MV_TABLES` - Retention for minutely materialized view tables (Default: |
| 21 | + 24 HOURS) |
| 22 | + |
| 23 | + Supports both numeric days (e.g., `365`) and ClickHouse interval syntax (e.g., `"1 YEAR"`, |
| 24 | + `"30 DAY"`, `"24 HOUR"`). |
| 25 | + |
| 26 | + The retention update runs automatically if any retention environment variable is set. |
| 27 | + |
| 28 | +- [#7333](https://github.com/graphql-hive/console/pull/7333) |
| 29 | + [`4aa5247`](https://github.com/graphql-hive/console/commit/4aa524779c257602864f582fc3eb02b02c86d29a) |
| 30 | + Thanks [@alexdaima](https://github.com/alexdaima)! - Update Redis client to support connecting to |
| 31 | + IPv6 networks. |
| 32 | + |
| 33 | +### Patch Changes |
| 34 | + |
| 35 | +- [#7381](https://github.com/graphql-hive/console/pull/7381) |
| 36 | + [`415a9c1`](https://github.com/graphql-hive/console/commit/415a9c19d27e825c55bd9b492f8316624b4d6cf7) |
| 37 | + Thanks [@jdolle](https://github.com/jdolle)! - Hide unnecessary elements from header when screen |
| 38 | + is narrow |
| 39 | + |
| 40 | +- [#7352](https://github.com/graphql-hive/console/pull/7352) |
| 41 | + [`727e525`](https://github.com/graphql-hive/console/commit/727e525abbd26dce638278ee26e0311f725571e1) |
| 42 | + Thanks [@jdolle](https://github.com/jdolle)! - Correctly check the global environment feature flag |
| 43 | + in for app deployments and fix app deployment pagination |
| 44 | + |
| 45 | +- [#7391](https://github.com/graphql-hive/console/pull/7391) |
| 46 | + [`d027f99`](https://github.com/graphql-hive/console/commit/d027f99321aa338209b42a89133a112926a22f7f) |
| 47 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix exception raised by server when updating user |
| 48 | + profile information. |
| 49 | + |
| 50 | +- [#7389](https://github.com/graphql-hive/console/pull/7389) |
| 51 | + [`a9a3e5f`](https://github.com/graphql-hive/console/commit/a9a3e5f9f1e942302bd6ce884f9afa011f2a7a96) |
| 52 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Do not swallow 4XX HTTP errors as 500 internal |
| 53 | + server errors when sentry error reporting is enabled. |
| 54 | + |
| 55 | + Send the same predictable error responses with and without the sentry plugin enabled. |
| 56 | + |
3 | 57 | ## 8.12.1 |
4 | 58 |
|
5 | 59 | ### Patch Changes |
|
0 commit comments