v0.7.1
Breaking Changes
- #181 updates the way we store Actor state in wadm and it is recommended to purge the wadm state bucket before upgrading from 0.6.x to 0.7.1.
What's Changed
- fix: implement model name sort in model listing by @emattiza in #172
- bug: fix structured logging crash by @emattiza in #174
- feat(spreadscaler): Assign leftover instances by weight, instead of spread order by @ahmedtadde in #173
- feat(server): improved output messages for model operations by @ahmedtadde in #178
- feat!(state): Updates event loop to store state from ActorsStarted/Stopped by @thomastaylor312 in #181
- Validate that linkdef targets actually exist in the manifest by @ahmedtadde in #182
- Use actor scale ctl commands by @brooksmtownsend in #171
- Refactor manifest upgrade for more efficient scaler computation by @ahmedtadde in #183
- Add JSON schema validation for OAM manifests by @aish-where-ya in #184
- chore: bump to 0.7.1 by @brooksmtownsend in #186
New Contributors
- @emattiza made their first contribution in #172
- @ahmedtadde made their first contribution in #173
Full Changelog: v0.6.0...v0.7.1