Skip to content

Releases: z5labs/bedrock

v0.13.0

10 Nov 04:40
35f0eb9
Compare
Choose a tag to compare

What's Changed

  • story(issue-324): rest implement openapi handlers as endpointoperations by @Zaba505 in #325

Full Changelog: v0.12.3...v0.13.0

v0.12.3

09 Nov 06:07
e76b307
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/setup-go digest to 41dfa10 by @renovate in #317
  • chore(deps): update github/codeql-action digest to 6624720 by @renovate in #315
  • chore(deps): update actions/checkout digest to 11bd719 by @renovate in #316
  • fix(deps): update opentelemetry-go monorepo by @renovate in #323
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.57.0 by @renovate in #322
  • fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.7.0 by @renovate in #321
  • fix(deps): update module golang.org/x/sync to v0.9.0 by @renovate in #319
  • chore(deps): update github/codeql-action digest to 4f3212b by @renovate in #320
  • chore(deps): update goreleaser/goreleaser-action digest to 9ed2f89 by @renovate in #318

Full Changelog: v0.12.2...v0.12.3

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