Releases: NeoMedSys/mrsal
Releases · NeoMedSys/mrsal
v1.2.6 Publish Messages
New
You can make a collection of protocols and publish them all at once
What's Changed
- remove annoying constaint on minors by @MartinRovang in #44
- Publishing messages by @JonNesvold in #45
Full Changelog: v1.2.5...v1.2.6
v1.2.5
Full Changelog: v1.2.4...v1.2.5
v1.2.4 Patch SSL Setup
Full Changelog: v1.2.3...v1.2.4
v1.2.3 Patch SSL setup and f string
v1.2.1 Need to require asyncio.run
v1.2.0 Easy to use Async interface
The start_consumer method can look sync to client while actually running async. This protect the client from the horrors of async in python.
What's Changed
- ugh by @JonNesvold in #41
Full Changelog: v1.1.0...v1.2.0
v1.1.0 New Async implementation
Using aio-pika now. More modern approach to async.
What's Changed
- Async by @JonNesvold in #40
Full Changelog: v1.0.10...v1.1.0
v1.0.10 Refactoring Async Connection setup
Merge pull request #39 from NeoMedSys/path-10 o ya another patch yo