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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,16 @@ Changelog
3
3
4
4
All notable changes to this project will be documented in this file.
5
5
6
-
## 4.82.0 - TBD
6
+
## 4.82.0 - 2026-03-05
7
7
8
8
### Added
9
9
10
-
- Add configuration option to set client name for `redis` connections.
11
-
- (Benthos) The `command` processor now emits the `exit_code` metadata field. (@mihaitodor)
12
-
- The `postgres_cdc` input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as `schema_registry_encode`. (@Jeffail)
13
-
- New `iceberg` output, allows writing Iceberg data to REST catalogs in s3, gcs and adls. (@rockwotj)
14
-
- The `microsoft_sql_server_cdc` input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as `schema_registry_encode`. (@Jeffail)
10
+
- redis: Add configuration option to set client name for `redis` connections. (@nhaberla)
11
+
- benthos: The `command` processor now emits the `exit_code` metadata field. (@mihaitodor)
12
+
- postgres_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as `schema_registry_encode`. (@Jeffail)
13
+
- iceberg: New output, allows writing Iceberg data to REST catalogs in s3, gcs and adls. (@rockwotj)
14
+
- microsoft_sql_server_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as `schema_registry_encode`. (@Jeffail)
15
+
- otlp: Add oauth2 support and service account fallback to schemaregistry (@mmatczuk)
15
16
16
17
### Changed
17
18
@@ -23,7 +24,9 @@ All notable changes to this project will be documented in this file.
23
24
### Fixed
24
25
25
26
-`test` command: Templates registered via the `-t` flag are now correctly available during test execution. (@Phantal)
26
-
- (Benthos) Fixed a regression where input and output resources imported but unused were being initialized. (@Jeffail)
27
+
- benthos: Fixed a regression where input and output resources imported but unused were being initialized. (@Jeffail)
28
+
- redpanda/migrator: fix key scoping to prevent label collision (@mmatczuk)
0 commit comments