Releases: scalyr/dataset-go
Releases · scalyr/dataset-go
v0.20.0: Increase stability
What's Changed
- DPDV-6415: Adjust stress tests by @martin-majlis-s1 in #99
- DPDV-6415: Remove SIGSEV by @martin-majlis-s1 in #100
Full Changelog: v0.19.0...v0.20.0
v0.19.0: Retry when server is not returning JSON
What's Changed
- Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #80
- Bump go.opentelemetry.io/otel from 1.23.1 to 1.24.0 by @dependabot in #79
- DPDV-6531: Retry when server does not return JSON by @martin-majlis-s1 in #81
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #82
- Bump github.com/cenkalti/backoff/v4 from 4.2.1 to 4.3.0 by @dependabot in #83
- Bump act10ns/slack from 2.0.0 to 2.1.0 by @dependabot in #88
- Bump go.opentelemetry.io/otel from 1.24.0 to 1.27.0 in /examples/readme by @dependabot in #95
- Bump go.opentelemetry.io/otel from 1.24.0 to 1.27.0 by @dependabot in #93
- Bump go.opentelemetry.io/otel/metric from 1.24.0 to 1.27.0 by @dependabot in #94
- Bump go.opentelemetry.io/otel from 1.24.0 to 1.27.0 in /examples/client by @dependabot in #96
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #72
- DPDV-6415: Fix issues find by linter after update by @martin-majlis-s1 in #97
- DPDV-6531: Bump version for new release by @martin-majlis-s1 in #98
Full Changelog: v0.18.0...v0.19.0
v0.18.0: Release unused resources after some time
What's Changed
- Bump go.opentelemetry.io/otel from 1.20.0 to 1.21.0 by @dependabot in #64
- Bump go.opentelemetry.io/otel/metric from 1.20.0 to 1.21.0 by @dependabot in #65
- Bump actions/setup-python from 4 to 5 by @dependabot in #66
- Bump actions/setup-go from 4 to 5 by @dependabot in #67
- Bump github.com/google/uuid from 1.4.0 to 1.5.0 by @dependabot in #68
- Bump go.opentelemetry.io/otel/metric from 1.21.0 to 1.22.0 by @dependabot in #69
- Bump go.opentelemetry.io/otel from 1.21.0 to 1.22.0 by @dependabot in #70
- Bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #71
- Bump go.opentelemetry.io/otel from 1.22.0 to 1.23.1 by @dependabot in #74
- DPDV-6166: Increase Go versions by @martin-majlis-s1 in #76
- DPDV-6166: Purge old unused buffers by @martin-majlis-s1 in #75
Full Changelog: v0.17.0...v0.18.0
v0.17.0 - Metrics add attributes
What's Changed
- Metrics: add attributes and switch to snake_case by @martin-majlis-s1 in #63
Full Changelog: v0.16.0...v0.17.0
v0.16.0 - Introduce OTel metrics
v0.15.0 - Move grouped attributes to sessionInfo
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #57
- Bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #56
- Bump go.uber.org/zap from 1.25.0 to 1.26.0 by @dependabot in #58
- Bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #60
- Bump fkirc/skip-duplicate-actions from 5.3.0 to 5.3.1 by @dependabot in #59
- DSET-4559: Group By fields are part of SessionInfo by @martin-majlis-s1 in #62
Full Changelog: v0.14.0...v0.15.0
v0.14.0 - Drop Go 1.19, Add Go 1.21
What's Changed
- DSET-4456: Drop testing for Go 1.19 and add 1.21 by @martin-majlis-s1 in #53
- DSET-4456: Use Go 1.20 and not 1.2 in CI/CD pipeline by @martin-majlis-s1 in #54
- Bump go.uber.org/zap from 1.24.0 to 1.25.0 by @dependabot in #49
- DSET-4455: Fix flaky test on MacOS by @martin-majlis-s1 in #55
Full Changelog: v0.13.0...v0.14.0
v0.13.0 - Bug fixes
What's Changed
- Create pull_request_template.md by @zdaratom in #48
- DSET-4430: Fix flaky test on Windows by @martin-majlis-s1 in #50
- DSET-4430: Test also Go 1.20 by @martin-majlis-s1 in #51
- DSET-4449: Do not count dropped buffer as processed by @martin-majlis-s1 in #52
Full Changelog: v0.12.1...v0.13.0
v0.12.0 - Adjust RetryShutdownTimeout functionality
What's Changed
- Fix failing pre-commit checks by @martin-majlis-s1 in #45
- DSET-4359: Fix flaky tests by @martin-majlis-s1 in #46
Full Changelog: v0.0.11...v0.12.0
0.0.11 make client shutdown timeout configurable.
What's Changed
Full Changelog: v0.0.10...v0.0.11