Skip to content

Releases: einride/cloudrunner-go

v0.9.0

13 Aug 12:00
Compare
Choose a tag to compare

0.9.0 (2021-08-13)

Features

  • add support for specifying tracing probability and timeout (c2f7e9a)

v0.8.0

06 Aug 09:30
Compare
Choose a tag to compare

0.8.0 (2021-08-06)

Features

  • add cloudrunner.PubsubHTTPHandler top-level method (68a0178)

v0.7.0

05 Aug 20:04
Compare
Choose a tag to compare

0.7.0 (2021-08-05)

Features

  • add cloudpubsub.NewHTTPHandler (f9f26b7)

v0.6.1

05 Aug 17:06
Compare
Choose a tag to compare

0.6.1 (2021-08-05)

Bug Fixes

  • panic when nil is passed to NewHTTPServer (2655b8d)

v0.6.0

05 Aug 14:48
Compare
Choose a tag to compare

0.6.0 (2021-08-05)

Features

  • error if retries are not successfully enabled (28f8bf1)

v0.5.0

04 Aug 09:56
Compare
Choose a tag to compare

0.5.0 (2021-08-04)

Features

  • remove cloudtesting.WithLogger (7b18969)

BREAKING CHANGES

  • cloudtesting.WithLogger is removed

v0.4.0

04 Aug 08:43
Compare
Choose a tag to compare

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

04 Aug 08:37
Compare
Choose a tag to compare

0.3.0 (2021-08-04)

Features

  • remove cloudrunner.WithLogger (1e03414)

v0.2.1

03 Aug 15:49
Compare
Choose a tag to compare

0.2.1 (2021-08-03)

Bug Fixes

  • cloudrequestlog: handle nil-result of Check correctly (b2e5967)

v0.2.0

03 Aug 10:28
Compare
Choose a tag to compare

0.2.0 (2021-08-03)

Features

  • add cloudrunner.WithGRPCServerOptions (244e61d)