Skip to content

Releases: houseofcat/turbocookedrabbit

Updating Dependencies.

06 Mar 20:13
Compare
Choose a tag to compare
v1.1.7

Updating to Golang 13 + dependencies.

Dependency updates w/ infinite loop create channel fix.

06 Feb 15:34
Compare
Choose a tag to compare

Minor Release - Dependencies updated.

05 Dec 18:29
Compare
Choose a tag to compare
v1.1.5

Update dependencies.

Hotfix for RabbitService

16 Oct 18:13
Compare
Choose a tag to compare
  • Default behavior to RabbitService is to create Persisted Messages.

Hotfix for Publisher

15 Oct 20:18
Compare
Choose a tag to compare

Simple err fix for error handling on publisher.

Minor Update

15 Oct 13:42
Compare
Choose a tag to compare

Adjustment to v1.1.1 release. Adding support for Metadata in RabbitService Publish functions.

Minor Update

15 Oct 13:22
Compare
Choose a tag to compare
Minor Update.

No functional changes.

 * Adding string property to ModdedLetter to add metadata.
 * Updated compression dependencies.
 * Small cleanup in RabbitService.

RabbitService with Encryption/Compression

22 Sep 20:24
f0aecf2
Compare
Choose a tag to compare
  • 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.
  • Additional utilities added to support Argon2 hashing, Aes Encrypt/Decrypt.
  • More RandomString/Byte tools.

Support for configuring Connection friendly names.

18 Sep 20:04
Compare
Choose a tag to compare

The format is this SuppliedName-ConnectionID.

Make CreateLetter more useful and allow DeliveryMode to be set on Letters.

18 Sep 16:22
Compare
Choose a tag to compare
v1.0.1

Changes to CreateLetter for fixes and to set DeliveryMode.