Skip to content

Releases: rudderlabs/rudder-observability-kit

v0.0.6

22 Oct 13:48
135dcbf

Choose a tag to compare

0.0.6 (2025-10-22)

Bug Fixes

v0.0.5

21 Aug 12:26
b82b19c

Choose a tag to compare

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

18 Feb 05:29
aff3ef6

Choose a tag to compare

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

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 Jan 14:00
ad93cd4

Choose a tag to compare

fix: error field type (#6)

* fix: error field type

* chore: updating docs

* chore: adding param

v0.0.2

11 Jan 12:56
ccfb916

Choose a tag to compare

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

10 Nov 14:30

Choose a tag to compare

chore: using type instead of any

First release

02 Nov 16:17
1f7f7f3

Choose a tag to compare

Merge pull request #2 from rudderlabs/feat.common-constants

feat(INT-681): add common label generator using turbo