Skip to content

Releases: z5labs/bedrock

v0.12.2

16 Oct 02:06
a5900db
Compare
Choose a tag to compare

What's Changed

  • chore(deps): pin dependencies by @renovate in #312
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.56.0 by @renovate in #313
  • fix(deps): update module go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to v1.31.0 by @renovate in #314

New Contributors

Full Changelog: v0.12.1...v0.12.2

v0.12.1

15 Oct 05:18
0e1fd12
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.30.0 to 1.31.0 by @dependabot in #307
  • chore(deps): bump go.opentelemetry.io/otel/sdk/metric from 1.30.0 to 1.31.0 by @dependabot in #306
  • chore(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.30.0 to 1.31.0 by @dependabot in #308
  • chore(deps): bump go.opentelemetry.io/otel/sdk/log from 0.6.0 to 0.7.0 by @dependabot in #305
  • story(issue-309): deps migrate from dependabot to renovatebot by @Zaba505 in #310

Full Changelog: v0.12.0...v0.12.1

v0.12.0

09 Oct 03:32
3d2c622
Compare
Choose a tag to compare

What's Changed

  • story(issue-300): endpoint.Request interface needs to read from http.Request directly instead of a io.Reader by @Zaba505 in #301
  • story(issue-302): endpoint remove writebufpool due to potential oom by @Zaba505 in #303

Full Changelog: v0.11.0...v0.12.0

v0.11.0

06 Oct 22:08
8964de3
Compare
Choose a tag to compare

What's Changed

  • story(issue-298): endpoint move to explicit request and response interfaces by @Zaba505 in #299

Full Changelog: v0.10.3...v0.11.0

v0.10.3

03 Oct 02:55
ea93de3
Compare
Choose a tag to compare

What's Changed

  • story(issue-295): rest interface out mux by @Zaba505 in #296

Full Changelog: v0.10.2...v0.10.3

v0.10.2

29 Sep 23:03
53d7646
Compare
Choose a tag to compare

What's Changed

  • story(issue-293): rest unable to register endpoint with wildcard segment by @Zaba505 in #294

Full Changelog: v0.10.1...v0.10.2

v0.10.1

29 Sep 22:09
265fc29
Compare
Choose a tag to compare

What's Changed

  • story(issue-291): rest use strings.TrimSuffix instead of strings.TrimRight by @Zaba505 in #292

Full Changelog: v0.10.0...v0.10.1

v0.10.0

28 Sep 23:26
4bc6b0a
Compare
Choose a tag to compare

What's Changed

  • story(issue-282): bedrock recover from panic in run by @Zaba505 in #283
  • chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.1.0 to 2.2.1 by @dependabot in #286
  • story(issue-285): rest use http method in http.ServeMux pattern when registering endpoints by @Zaba505 in #287
  • story(issue-281): add option for providing a custom net.Listener by @Zaba505 in #288
  • story(issue-284): rest refactor openapi endpoint into rest.Option by @Zaba505 in #289
  • story(issue-279): endpoint validate path params by @Zaba505 in #290

Full Changelog: v0.9.8...v0.10.0

v0.9.8

17 Sep 04:48
6d37d14
Compare
Choose a tag to compare

What's Changed

  • story(issue-277): endpoint pass contextcontext to errorhandler by @Zaba505 in #278

Full Changelog: v0.9.7...v0.9.8

v0.9.7

15 Sep 20:14
74d5fa6
Compare
Choose a tag to compare

What's Changed

  • story(issue-274): appbuilder add recover middleware by @Zaba505 in #275
  • story(issue-273): app do not ignore lifecycle hook errors in post run by @Zaba505 in #276

Full Changelog: v0.9.6...v0.9.7