- Update go and libhoney (#236) | @MikeGoldsmith
- gh: add re-triage workflow (#235) | @vreynolds
- docs: add example (#232) | @JamieDanielson
- Update dependabot to monthly (#233) | @vreynolds
- docs: add config usage to readme (#231) | @vreynolds
- Update install docs for modern go versions (#230) | @vreynolds
Improvements:
- Parse trace data from SQL comments (#226) | @endor
Maintenance:
- bump libhoney-go to v1.15.6 (#229)
- empower apply-labels action to apply labels (#227)
- Bump github.com/honeycombio/libhoney-go from 1.15.4 to 1.15.5 (#225)
- Change maintenance badge to maintained (#223)
- Adds Stalebot (#224)
- Bump github.com/klauspost/compress from 1.13.4 to 1.13.6 (#222)
- Bump github.com/honeycombio/libhoney-go from 1.15.3 to 1.15.4 (#212)
- Bump github.com/klauspost/compress from 1.13.1 to 1.13.4 (#217)
- Add issue and PR templates (#218)
- Add OSS lifecycle badge (#216)
- Add community health files (#215)
- Bump github.com/klauspost/compress from 1.12.2 to 1.13.1 (#208)
- Updates Github Action Workflows (#211)
- Updates Dependabot Config (#210)
- Switches CODEOWNERS to telemetry-team (#209)
- Bump github.com/honeycombio/libhoney-go from 1.15.2 to 1.15.3 (#206)
- arm[32] support, for raspberry pis. (raspberries pi?) (#205)
- Bump github.com/klauspost/compress from 1.11.13 to 1.12.2 (#198)
Improvements:
- Now building for darwin/arm64 (M1)!
Fixes:
- Generate statefile hash based on tailed file location (#193)
Improvements:
- Add tail option to generate hash per state file when tailing multile files with same name (#191)
- Include note about quoted table/column names in PG (#186)
Maintenance:
- Teach Dependabot to use our maintenance labels (#180 & #181)
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#188)
- Bump github.com/klauspost/compress from 1.11.12 to 1.11.13 (#187)
- Bump github.com/stretchr/testify from 1.5.1 to 1.7.0 (#169)
- Bump github.com/honeycombio/libhoney-go from 1.12.4 to 1.15.2 (#171)
- Bump github.com/klauspost/compress from 1.10.3 to 1.11.12 (#183)
- Bump github.com/sirupsen/logrus from 1.4.2 to 1.8.1 (#184)
Add rename_field flag that allows users to map fields to alternative field names.
Improvements:
- Add support for UUID parsing within lsid block to mongodb log parser.
Bug Fixes:
- Upgraded to latest version of libhoney (1.12.4) to fix a broken msgpack indirect dependency.
Bug Fixes:
- Fixed issue with bad tag for 1.1.3 causing issues with go modules. No other changes.
Bug Fixes:
- Fixed bug that was causing a panic when debug logging cli args.
Improvements:
- Add informational messaging about how the
backfill
option interacts with rate limiting.