From a36c613c3c770b5829158c0b70aa0cf363a9b19d Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Wed, 29 Jan 2025 16:54:45 +0000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef704f5a5..e6ca009486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ Changelog All notable changes to this project will be documented in this file. -## 4.46.0 - TBD +## 4.47.0 - TBD + +### Added + +- Field `arguments` added to the `amqp_0_9` input and output. (@calini) + +## 4.46.0 - 2025-01-29 ### Added From af93f3a5b830e3a3b10ae39bb646da33db333b33 Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Wed, 29 Jan 2025 16:58:53 +0000 Subject: [PATCH 2/2] update bundles --- public/bundle/enterprise/go.mod | 4 ++-- public/bundle/free/go.mod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/bundle/enterprise/go.mod b/public/bundle/enterprise/go.mod index e35d493876..383ec08379 100644 --- a/public/bundle/enterprise/go.mod +++ b/public/bundle/enterprise/go.mod @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/enterprise/v4 go 1.23.4 -require github.com/redpanda-data/connect/v4 v4.45.1 +require github.com/redpanda-data/connect/v4 v4.46.0 require ( cel.dev/expr v0.19.1 // indirect @@ -323,7 +323,7 @@ require ( github.com/twmb/franz-go v1.18.0 // indirect github.com/twmb/franz-go/pkg/kadm v1.14.0 // indirect github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect - github.com/twmb/franz-go/pkg/sr v1.2.0 // indirect + github.com/twmb/franz-go/pkg/sr v1.3.0 // indirect github.com/urfave/cli/v2 v2.27.5 // indirect github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect diff --git a/public/bundle/free/go.mod b/public/bundle/free/go.mod index b275507bef..426f3a7e5c 100644 --- a/public/bundle/free/go.mod +++ b/public/bundle/free/go.mod @@ -2,7 +2,7 @@ module github.com/redpanda-data/connect/public/bundle/free/v4 go 1.23.4 -require github.com/redpanda-data/connect/v4 v4.45.1 +require github.com/redpanda-data/connect/v4 v4.46.0 require ( cel.dev/expr v0.19.1 // indirect @@ -306,7 +306,7 @@ require ( github.com/twmb/franz-go v1.18.0 // indirect github.com/twmb/franz-go/pkg/kadm v1.13.0 // indirect github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect - github.com/twmb/franz-go/pkg/sr v1.2.0 // indirect + github.com/twmb/franz-go/pkg/sr v1.3.0 // indirect github.com/urfave/cli/v2 v2.27.5 // indirect github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect