|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | +## v0.29.0 - 2025-04-29 |
| 5 | + |
| 6 | +- Added retry logic to the `ServiceIntegration` controller |
| 7 | +- Made `ConnectionPool` username field optional, allowing connection pools to use the credentials of the connecting client instead of a fixed service user |
| 8 | +- Add `Kafka` field `userConfig.kafka_rest_config.consumer_idle_disconnect_timeout`, type `integer`: |
| 9 | + Specifies the maximum duration (in seconds) a client can remain idle before it is deleted |
| 10 | +- Change `ServiceIntegration` field `clickhouseKafka.tables`: maxItems ~~`100`~~ → `400` |
| 11 | +- Add `Valkey` field `userConfig.enable_ipv6`, type `boolean`: Register AAAA DNS records for the service, |
| 12 | + and allow IPv6 packets to service ports |
| 13 | +- Add `Valkey` field `userConfig.valkey_active_expire_effort`, type `integer`: Valkey reclaims expired |
| 14 | + keys both when accessed and in the background |
| 15 | +- Add `OpenSearch` field `userConfig.azure_migration.readonly`, type `boolean`: Whether the repository |
| 16 | + is read-only |
| 17 | +- Add `OpenSearch` field `userConfig.gcs_migration.readonly`, type `boolean`: Whether the repository |
| 18 | + is read-only |
| 19 | +- Add `OpenSearch` field `userConfig.opensearch.disk_watermarks`, type `object`: Watermark settings |
| 20 | +- Add `OpenSearch` field `userConfig.s3_migration.readonly`, type `boolean`: Whether the repository is |
| 21 | + read-only |
| 22 | +- Add `AlloyDBOmni` field `userConfig.pgaudit`, type `object`: System-wide settings for the pgaudit extension |
| 23 | +- Add `Clickhouse` field `userConfig.backup_hour`, type `integer`: The hour of day (in UTC) when backup |
| 24 | + for the service is started |
| 25 | +- Add `Clickhouse` field `userConfig.backup_minute`, type `integer`: The minute of an hour when backup |
| 26 | + for the service is started |
| 27 | +- Add `Kafka` field `userConfig.kafka_connect_plugin_versions`, type `array`: The plugin selected by the user |
| 28 | +- Change `Kafka` field `userConfig.kafka_version`: enum add `3.9` |
| 29 | +- Add `OpenSearch` field `userConfig.opensearch.enable_searchable_snapshots`, type `boolean`: Enable |
| 30 | + searchable snapshots |
| 31 | +- Change `PostgreSQL` field `userConfig.pgaudit.log_level`: enum add `debug1`, `debug2`, `debug3`, `debug4`, |
| 32 | + `debug5`, `info`, `log`, `notice` |
| 33 | + |
4 | 34 | ## v0.28.0 - 2025-02-17 |
5 | 35 |
|
6 | 36 | - Add kind: `AlloyDBOmni` |
|
0 commit comments