v0.4.0
What's Changed
New Features 🎉
- ci: try a different strategy for rabbit health check by @masci in #406
- fix: apiserver doesn't set session id when creating a task by @masci in #407
- [feat] Add environment variables to deployment/services def'n by @nerdai in #399
- chore: stop using e2e pytest markers by @masci in #408
- fix: reword manual setup docs and use new Client by @masci in #409
- fix: consolidate naming on
Llama Deploy
by @masci in #410 - chore: rearrange simple message queue code by @masci in #411
- refact: Simple message queue refactoring by @masci in #413
- test: mock sleep time to .1 seconds to speed up test time by @masci in #414
- fix: use the image tag in the docker run examples by @masci in #416
- [feat] Add send event endpoints to api server by @nerdai in #412
- chore: remove unused packages and modules by @masci in #417
- feat: Reload a running deployment. by @masci in #419
- fix: Invoke cleanup() method on the message queue from deploy() before exiting by @masci in #422
- refact: make topic configurable in RedisMessageQueue by @masci in #421
- refact: make the topic configurable for AWSMessageQueue by @masci in #423
- refact: make topic configurable for SolaceMessageQueue by @masci in #424
- refact: remove BaseMessageQueue in favor of AbstractMessageQueue by @masci in #425
Full Changelog: v0.3.6...v0.4.0