v0.2.0
What's Changed
Note this release includes a lot of API deprecations and restructuring without any breaking changes.
The deprecated APIs are scheduled for removal in v0.3.0
.
- Rename UnsuccessfulOperationError to OperationError by @bergundy in #33
- Add a Service.MustRegister helper by @bergundy in #35
- Add more OperationError constructors by @bergundy in #36
- Add HandlerError.RetryBehavior by @bergundy in #37
- Add support for operation token and deprecate operation ID by @bergundy in #38
- Bump version to 0.2.0 by @bergundy in #39
- Update README and examples by @bergundy in #40
- Prep for stable API by @bergundy in #42
- Document links and improve failure documentation by @bergundy in #43
- Add methods to create a handler context and extract links from context by @bergundy in #44
Full Changelog: v0.1.1...v0.2.0