Skip to content

Commit e5df229

Browse files
PlugaruTpre-commit-ci[bot]xSAVIKx
authored
feat: implement RabbitMQ bindings (#284)
* feat: implement RabbitMQ bindings Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * feat: update changelog file Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com> --------- Signed-off-by: Tudor Plugaru <plugaru.tudor@protonmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Yurii Serhiichuk <xSAVIKx@users.noreply.github.com>
1 parent c7360bb commit e5df229

File tree

4 files changed

+1197
-1
lines changed

4 files changed

+1197
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- Added [RabbitMQ](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md)
12+
protocol binding for CloudEvents.
13+
914
## [2.0.0]
1015

1116
### Changed

src/cloudevents/core/bindings/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"""
1616
CloudEvents protocol bindings.
1717
18-
This package provides protocol-specific bindings for CloudEvents, including HTTP and Kafka.
18+
This package provides protocol-specific bindings for CloudEvents, including HTTP, Kafka, AMQP, and RabbitMQ.
1919
Each binding module provides functions to convert CloudEvents to/from protocol-specific messages.
2020
"""

0 commit comments

Comments
 (0)