Releases: TogetherCrew/broker-lib-py
Releases · TogetherCrew/broker-lib-py
v1.6.7
What's Changed
- Adding Twitter Predefined Terms by @amindadgar in #31
- updated to use docker and added ci workflows! by @amindadgar in #29
- Added missing term, the saga! by @amindadgar in #33
- fixed the singleton functionality! by @amindadgar in #35
- breaking down the twitter transactions! by @amindadgar in #34
- TWITTER_REFRESH transaction update! by @amindadgar in #38
- Feat add predefined payloads discord bot by @amindadgar in #42
- feat: Adding the hivemind related queue and events! by @amindadgar in #40
- fix: field names in class instances! by @amindadgar in #44
- fix: field names updated with the real data! by @amindadgar in #47
- Add async ability to some functions by @ahmadyazdanii in #50
- Fix/hivemind interaction payloads by @amindadgar in #51
- fix: ChatInputInteraction alignment with real data given from discord! by @amindadgar in #52
- fix: discord-bot payloads! by @amindadgar in #53
- fix: update mongodb credentials! by @amindadgar in #54
New Contributors
- @ahmadyazdanii made their first contribution in #50
Full Changelog: v1.4.0...v1.6.7
v1.4.0
What's Changed
- Updated declare_queue default values! by @amindadgar in #27
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- added discord bot send message event! by @amindadgar in #23
- Discord fetch members choreography added! by @amindadgar in #24
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
Version 1.1.3 Released!
What's Changed
- Updating DB status! in #20
- Updated the
get_saga
which is now by sagaId, not guildId.
- Updated the
Full Changelog: 1.1.2...1.1.3
Version 1.1.2 Released!
What's Changed
- Fixed the order number of DISCORD_SCHEDULED_JOB_TRANSACTIONS in #18
- Problems with reading from and writing on DB resolved! in #19
Full Changelog: 1.1.1...1.1.2
Version 1.1.1
What's Changed
- Added
start
method for saga. - Added
DISCORD_SCHEDULED_JOB_TRANSACTIONS
- Updated DB collection to use as input variable
- Added more tests for new updates.
Full Changelog: 1.1.0...1.1.1
Version 1.1.0 Released!
What's New
- RabbitMQ connection credentials support added.
What's Changes
- Event.DISCORD_ANALYZER.SAVE + its predefined transaction commented out.
- install dependencies added to setup.py.
- Updated the examples due to new changes.
Version 1.0.0 Released!
We have the features below
- RabbitMQ wrapper for Discord.
- Choreography-based Saga interacting with MongoDB.
What's Changed
- Added CodeClimate Badge!
- GitHub Actions added!
- Setting up project!
- Adding saga support!
- Publishing Library on Pypi!
Full Changelog: https://github.com/RnDAO/tc-messageBrokerPython/commits/v1.0.0