Skip to content

Releases: pivotal-cf/brokerapi

v12.0.0

06 Jan 13:07
f1587dd
Compare
Choose a tag to compare

v12 changes

  • New() has changed signature to optionally take options.
  • AttachRoutes() has been removed. If you want to attach to an existing Chi router, you can still
    do something like:
b := brokerapi.New(broker, logger, brokerapi.WithBrokerCredentials(creds))

r := chi.NewRouter()
r.Handle("/*", b)
  • The WithRouter() option has been removed as a Chi router can no longer be specified.
  • WithEncodedPath() has been removed as it was deprecated and did nothing.

In Go 1.22, http.ServeMux was improved so that we no longer need to use
go-chi/chi, gorilla/mux, or any other third party HTTP router. Users therefore
no longer have a dependency forced on them, and can choose which router they
would like to use (if any).

Changelog

Breaking Changes

Dependency updates

  • 8daa2e6 chore(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 (#345)
  • a0966ec chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#347)
  • 570dd8b chore(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#349)
  • f0cda8b chore(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#348)

v11.0.16

11 Dec 19:11
8bcf18e
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 117d329 chore(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#341)

Others

v11.0.15

05 Dec 10:39
77a0fde
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 77a0fde chore(deps): bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#339)

v11.0.14

21 Nov 19:08
2955802
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 2955802 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#338)

v11.0.13

13 Nov 19:08
04821ba
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 04821ba chore(deps): bump github.com/onsi/gomega from 1.35.0 to 1.35.1 (#337)

v11.0.12

30 Oct 19:08
ab3db04
Compare
Choose a tag to compare

Changelog

Dependency updates

  • ab3db04 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#335)
  • bf4ccd6 chore(deps): bump github.com/onsi/gomega from 1.34.2 to 1.35.0 (#336)

v11.0.11

24 Oct 08:28
9eb2564
Compare
Choose a tag to compare

Changelog

Dependency updates

  • 9eb2564 chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#333)

v11.0.10

09 Oct 18:02
1196157
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 1196157 fix: add expiration date and time for bindings

v11.0.9

12 Sep 18:02
c78d48d
Compare
Choose a tag to compare

Changelog

Dependency updates

  • c78d48d chore(deps): bump github.com/maxbrunsfeld/counterfeiter/v6 (#331)

v11.0.8

05 Sep 18:04
b979e60
Compare
Choose a tag to compare

Changelog

Dependency updates

  • b979e60 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#330)
  • 6b27dd9 chore(deps): bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#329)