Skip to content

Commit d727546

Browse files
chore: update changelog
1 parent b25be56 commit d727546

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ Changelog
33

44
All notable changes to this project will be documented in this file.
55

6-
## 4.82.0 - TBD
6+
## 4.82.0 - 2026-03-05
77

88
### Added
99

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)
1516

1617
### Changed
1718

@@ -23,7 +24,9 @@ All notable changes to this project will be documented in this file.
2324
### Fixed
2425

2526
- `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)
29+
2730

2831
## 4.81.0 - 2026-02-18
2932

0 commit comments

Comments
 (0)