v1.1.0 Release
Happy new year, iWF users!
Here is the last release of this year of iWF server.
It's backward compatible to the 1.0 APIs, with a bunch of new features and improvements:
- New search attribute types: bool, int, datetime, keyword array are all supported
- Default metrics & logging
What's Changed
- README: minor improve wordings by @longquanzheng in #106
- Refactor to use independent enums from IDL by @longquanzheng in #108
- Use activity context from Cadence/Temporal by @longquanzheng in #109
- Use timeout from request by @longquanzheng in #111
- Fix flaky test due to map iteration randomness in Golang and add stress test options by @longquanzheng in #112
- Add more search attribute types and pagintion by @longquanzheng in #115
- Fix integ test for datetime format by @longquanzheng in #120
- Test using nano time str for Datetime Search attribute by @longquanzheng in #121
- Improve docker compose startup script by @longquanzheng in #122
- Bug fix: workaround cadence client bug of concurrent map writes by @longquanzheng in #125
- Add metrics config for temporal by @longquanzheng in #123
- Add structured logger and panic capturer by @longquanzheng in #126
- BugFix: cadence resetType StateId/StateExecutionId by @longquanzheng in #127
Full Changelog: v1.0.0-final...v1.1.0