Releases: rudderlabs/rudder-observability-kit
Releases · rudderlabs/rudder-observability-kit
v0.0.6
v0.0.5
What's Changed
- refactor: add release please action workflow by @koladilip in #51
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.46.2 to 0.47.1 by @dependabot[bot] in #53
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.47.1 to 0.48.0 by @dependabot[bot] in #55
- chore: update dependencies by @fracasula in #61
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.49.1 to 0.50.2 by @dependabot[bot] in #63
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.50.2 to 0.52.0 by @dependabot[bot] in #65
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.52.0 to 0.53.1 by @dependabot[bot] in #67
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.53.1 to 0.54.0 by @dependabot[bot] in #68
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.54.0 to 0.55.0 by @dependabot[bot] in #70
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.55.0 to 0.55.2 by @dependabot[bot] in #71
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.55.2 to 0.56.0 by @dependabot[bot] in #72
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.56.0 to 0.56.2 by @dependabot[bot] in #74
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.56.2 to 0.57.0 by @dependabot[bot] in #76
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.57.0 to 0.57.1 by @dependabot[bot] in #77
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.57.1 to 0.58.0 by @dependabot[bot] in #78
- chore(deps): bump github.com/rudderlabs/rudder-go-kit from 0.58.0 to 0.60.0 by @dependabot[bot] in #85
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- chore: add dependabot by @lvrach in #7
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #9
- chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #10
- chore(deps): bump golangci/golangci-lint-action from 3 to 6 by @dependabot in #18
- chore: upgrade packages by @koladilip in #26
- feat: introduce transformationId label by @lvrach in #47
- fix CODEOWNERS file by @ktgowtham in #50
- chore: update go version and use go tool by @lvrach in #46
New Contributors
- @lvrach made their first contribution in #7
- @dependabot made their first contribution in #9
- @ktgowtham made their first contribution in #50
Full Changelog: v0.0.3...v0.0.4
v0.0.3
v0.0.2
chore: using go-kit fields plus minor improvements (#5) * feat: zap support * chore: .gitignore .idea * chore: dropping generics * chore: making labels compliant to new system * chore: go mod tidy * chore: multierr v1.11.0 * chore: clean up * chore: template changes * chore: using go-kit fields * chore: using type instead of any * chore: introducing go initialisms * chore: adding newline * chore: simpler logic * chore: removing unnecessary initliasm * chore: adding tests on ci * chore: using arg as test name * chore: moving labels.yaml into root * chore: adding fmt lint and verify * chore: adding step to check if files were generated * chore: test to break CI * chore: remove testing line * chore: rudder-go-kit v0.18.0
v0.0.2.rc1-beta
chore: using type instead of any
First release
Merge pull request #2 from rudderlabs/feat.common-constants feat(INT-681): add common label generator using turbo