All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.14.0 - 2021-21-23
- Updated dependencies
0.13.0 - 2021-11-13
- Updated dependencies
0.12.0 - 2021-09-25
- Go kit updated to v0.12.0
- Updated dependencies
0.11.0 - 2021-07-04
- Go kit updated to v0.11.0
- Updated dependencies
0.10.0 - 2020-05-31
- Updated dependencies
0.9.0 - 2020-04-09
run
:TemporalWorkerActor
functionbuildinfo
package
run
:CadenceWorkerRun
function. UseCadenceWorkerActor
instead.
0.8.0 - 2020-02-24
run
:CadenceWorker
run function
0.7.0 - 2020-02-17
- Updated dependencies
0.6.0 - 2020-02-14
IsServiceError
checker functionServiceErrorMiddleware
endpoint middleware
IsClientError
checker function. UseIsServiceError
instead.ClientErrorMiddleware
endpoint middleware. UseServiceErrorMiddleware
instead.
0.5.0 - 2020-01-22
- HTTP server run actor
- Server log run actor
0.4.0 - 2020-01-17
transport/grpc
:SetStatusMatchers
to override existing matcherstransport/http
:SetProblemMatchers
to override existing matchers
transport/grpc
: Default matchers are appended to existing onestransport/grpc
:WithStatusMatchers
appends matchers to existing onestransport/http
: Default matchers are appended to existing onestransport/http
:WithProblemMatchers
appends matchers to existing ones
0.3.0 - 2020-01-13
- GracefulRestart actor
- gRPC server actor
0.2.0 - 2020-01-13
- Default problem and status converters
- Initial release