Releases: houseofcat/turbocookedrabbit
Releases · houseofcat/turbocookedrabbit
Updating Dependencies.
v1.1.7 Updating to Golang 13 + dependencies.
Dependency updates w/ infinite loop create channel fix.
v1.1.6 Go Mod cleanup.
Minor Release - Dependencies updated.
v1.1.5 Update dependencies.
Hotfix for RabbitService
- Default behavior to RabbitService is to create Persisted Messages.
Hotfix for Publisher
Simple err fix for error handling on publisher.
Minor Update
Adjustment to v1.1.1 release. Adding support for Metadata in RabbitService Publish functions.
Minor Update
Minor Update. No functional changes. * Adding string property to ModdedLetter to add metadata. * Updated compression dependencies. * Small cleanup in RabbitService.
RabbitService with Encryption/Compression
- Code cleanup/lint fixes. Keeping it A+.
- UnitTest refactoring.
- Some models were shuffled around.
- RabbitService was added.
- Supports easy Encryption (once configured).
- Aes 128/192/256 SymmetricKey encryption.
- Argon2 32-bit Key Hash.
- Supports easy Compression (once configured).
- Gzip support (native)
- Zstd support (3rd party)
- Supports auto-setup of Topologer, Consumers, Publishers.
- Centralized Error support - more work coming soon.
- Supports easy Encryption (once configured).
- Additional utilities added to support Argon2 hashing, Aes Encrypt/Decrypt.
- More RandomString/Byte tools.
Support for configuring Connection friendly names.
The format is this SuppliedName-ConnectionID
.
Make CreateLetter more useful and allow DeliveryMode to be set on Letters.
v1.0.1 Changes to CreateLetter for fixes and to set DeliveryMode.