Releases: netlify/netlify-commons
Releases · netlify/netlify-commons
v0.61.2
v0.61.1
v0.61.0
v0.60.1
v0.60.0
0.60.0 (2022-01-20)
⚠ BREAKING CHANGES
- deps: update module gopkg.in/launchdarkly/go-sdk-common.v1 to v2 (#310)
Bug Fixes
- deps: update module github.com/datadog/datadog-go to v4.8.3 (#307) (2241418)
- deps: update module github.com/joho/godotenv to v1.4.0 (#308) (85bf974)
- deps: update module github.com/spf13/cobra to v0.0.7 (#303) (29cae7a)
- deps: update module go.mongodb.org/mongo-driver to v1.8.2 (#294) (ee4907f)
- deps: update module gopkg.in/launchdarkly/go-sdk-common.v1 to v2 (#310) (5dd1f98)
v0.59.2
v0.59.1: chore(main): release 0.59.1 (#300)
v0.59.0
What's Changed
BREAKING CHANGE: Remove kakfa package and tests by @kschlarman in #278
To upgrade:
- If the kafka
package is not being used, no changes necessary
- If the kafka
package is being used, add https://github.com/netlify/kafka-commons to the go.mod
and fix imports.
Full Changelog: v0.58.10...v0.59.0
v0.58.10
v0.59.0-pre
Remove kakfa package and tests