Releases: eiffel-community/eiffel-pythonlib
Releases · eiffel-community/eiffel-pythonlib
3.0.0
What's Changed
- Allow jsonschema >4.0.0 by @MartinWallgren in #55
- Update to Orizaba by @t-persson in #57
Full Changelog: 2.4.1...3.0.0
2.4.1
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
- MAINT: remove hard coded event type class name. by @EmanIsmail in #46
- Add a sleep to re-sending nacked events by @t-persson in #48
- Update rabbitmq_publisher.py by @ebram96 in #50
- Update pyscaffold by @t-persson in #52
- Update to arica by @t-persson in #53
New Contributors
- @EmanIsmail made their first contribution in #46
- @ebram96 made their first contribution in #50
Full Changelog: 2.3.0...2.4.0
Eiffellib 2.3.0
What's Changed
- Update event schemas to edition-lyon by @t-persson in #40
- Fix a problem where the RabbitMQPublisher could deadlock by @t-persson in #43
- Add a method for waiting for unpublished events by @t-persson in #42
Full Changelog: 2.2.0...2.3.0
Eiffellib 2.2.0
Eiffellib updated to 2.2.0
Add sepia routing keys to eiffellib (#37)
Eiffellib 2.1.0
Eiffellib updated to 2.1.0
- Specify open dependencies (#35)
Eiffellib 2.0.1
Version 2.0.0 did not work as expected. This fixes the problem with 2.0.0
Eiffellib 2.0.0
Eiffellib update to 2.0.0
Note: This update is not backwards compatible.
You must install with "eiffellib[rabbitmq]" in order to get rabbitmq support.
- Make the pika dependency optional (#32)
Eiffellib 1.2.0
Eiffellib 1.1.1
Eiffellib updated to 1.1.1
- Add wildcard support to nackable subscriptions (#21)