Skip to content

Commit

Permalink
release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
helios57 committed Sep 19, 2024
1 parent e634b29 commit 463286a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions API.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,10 @@ Base Units: `bytes`
This is the total size of the messages received (if `name` is a consumer binding) or published (if `name` is a producer binding) from/to a PubSub+ broker.
|===
== Micometer Tracing
The binder supports micrometer tracing. To enable ensure the needed Beans are available: Tracer and Propagator.
== Resources
For more information about Spring Cloud Streams try these resources:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [5.0.2] - 2024-09-19
### Added
- Support for Micrometer Tracing

## [5.0.1] - 2024-07-29
### Added
- Support for tests without excluding Autoconfig
Expand Down
1 change: 1 addition & 0 deletions COMPARE_WITH_SOLACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Additional:
- Fixed startup error with anonymous queues when broker is under load
- Provide and cache JCSMPSessions as Bean to avoid multiple connections to the same broker
- Support large messages up to 1.2GB with chunking (need partitioned queues if using groups)
- Micrometer Tracing

Not supported by fork on purpose:
- Batch processing - We judge this feature as unnecessary complex and an antipattern
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Consult the table below to determine which version of the BOM you need to use:

| Spring Cloud | Spring Cloud Stream Binder Solace | Spring Boot | sol-jcsmp |
|--------------|-----------------------------------|-------------|-----------|
| 2023.0.3 | 5.0.2 | 3.3.3 | 10.24.1 |
| 2023.0.3 | 5.0.1 | 3.3.3 | 10.24.1 |
| 2023.0.3 | 5.0.0 | 3.3.2 | 10.24.1 |
| 2023.0.3 | 4.2.4 | 3.3.2 | 10.24.1 |
| 2023.0.3 | 4.2.3 | 3.3.2 | 10.24.1 |
Expand All @@ -50,7 +52,7 @@ Check out the difference between this fork and the original solace spring cloud
<dependency>
<groupId>ch.sbb</groupId>
<artifactId>spring-cloud-stream-binder-solace</artifactId>
<version>5.0.0</version>
<version>5.0.2</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>spring-cloud-stream-binder-solace</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>

<name>Spring Cloud Stream Binder Solace</name>
<description>A Spring Cloud Stream Binder implementation using the Solace Java API (JCSMP)</description>
Expand Down

0 comments on commit 463286a

Please sign in to comment.