Releases: einride/cloudrunner-go
Releases Β· einride/cloudrunner-go
v0.9.0
0.9.0 (2021-08-13)
Features
- add support for specifying tracing probability and timeout (c2f7e9a)
v0.8.0
0.8.0 (2021-08-06)
Features
- add cloudrunner.PubsubHTTPHandler top-level method (68a0178)
v0.7.0
0.7.0 (2021-08-05)
Features
- add cloudpubsub.NewHTTPHandler (f9f26b7)
v0.6.1
0.6.1 (2021-08-05)
Bug Fixes
- panic when nil is passed to NewHTTPServer (2655b8d)
v0.6.0
0.6.0 (2021-08-05)
Features
- error if retries are not successfully enabled (28f8bf1)
v0.5.0
0.5.0 (2021-08-04)
Features
- remove cloudtesting.WithLogger (7b18969)
BREAKING CHANGES
- cloudtesting.WithLogger is removed
v0.4.0
0.4.0 (2021-08-04)
Features
- move runtime config into cloudruntime package (5a0e2b3)
BREAKING CHANGES
- cloudrunner.Service replaced with cloudrunner.Runtime
v0.3.0
0.3.0 (2021-08-04)
Features
- remove cloudrunner.WithLogger (1e03414)
v0.2.1
0.2.1 (2021-08-03)
Bug Fixes
- cloudrequestlog: handle nil-result of Check correctly (b2e5967)
v0.2.0
0.2.0 (2021-08-03)
Features
- add cloudrunner.WithGRPCServerOptions (244e61d)