Skip to content

v10.0.0

Compare
Choose a tag to compare
@zucchinidev zucchinidev released this 30 May 13:57
· 79 commits to main since this release
eac41c2

Breaking Changes

Because the gorilla/mux project has been archived, brokerapi now depends on go-chi/chi:

  • Function signatures that referred to gorilla/mux now refer to go-chi/chi. This affects AttachRoutes() and WithRouter().
  • Previously gorilla/mux would have treated /v2/service_instances/foo%2Fbar as /v2/service_instances/foo/bar unless the WithEncodedPath() option was used. This behavior is now the default and /v2/service_instances/foo%2Fbar will interpret foo%2Fbar as an instance ID. The WithEncodedPath() option is now a no-op.

What's Changed

  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.4 by @dependabot in #244
  • chore(deps): bump github.com/onsi/ginkgo/v2 from 2.9.4 to 2.9.5 by @dependabot in #245
  • chore(deps): bump github.com/onsi/gomega from 1.27.6 to 1.27.7 by @dependabot in #247
  • feat!: swap gorilla/mux for go-chi/chi by @blgm in #246
  • feat!: update import path to v10 by @blgm in #248
  • docs: fix typo by @blgm in #249

Full Changelog: v9.0.1...v10.0.0