rabbitmq-stream-rust-client
rabbitmq-stream-rust-client copied to clipboard
A client library for RabbitMQ streams
## 🤖 New release * `rabbitmq-stream-client`: 0.4.2 -> 0.4.3 (✓ API compatible changes) Changelog ## `rabbitmq-stream-client` ## [0.4.3](https://github.com/rabbitmq/rabbitmq-stream-rust-client/compare/rabbitmq-stream-client-v0.4.2...rabbitmq-stream-client-v0.4.3) - 2024-04-24 ### Other - udpate producer and consumer ([#217](https://github.com/rabbitmq/rabbitmq-stream-rust-client/pull/217)) --- This...
### Is your feature request related to a problem? Please describe. Besides navigating the code there is no simple way to understand which features are implemented yet and for which...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Updates the requirements on [tokio-rustls](https://github.com/rustls/tokio-rustls) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...
Updates the requirements on [rustls-pemfile](https://github.com/rustls/pemfile) to permit the latest version. Release notes Sourced from rustls-pemfile's releases. 2.0.0 Headlines Improving API stability. This crate now uses types from rustls-pki-types; we expect...
### Is your feature request related to a problem? Please describe. See https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#with-the-client-library ### Describe the solution you'd like See https://rabbitmq.github.io/rabbitmq-stream-java-client/snapshot/htmlsingle/#with-the-client-library ### Describe alternatives you've considered _No response_ ### Additional...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
The test coverage is not so high atm. We should add more tests. [See codecov.io](https://codecov.io/gh/rabbitmq/rabbitmq-stream-rust-client/commit/2a67a5abf55c400f166c364f590d4a26626bda51/)
### Is your feature request related to a problem? Please describe. We sometime encounter a situation where a fresh consumer is created, without prior knowledge of the stream. The consumer...