Releases: xmidt-org/codex-db
Releases · xmidt-org/codex-db
v0.7.3
Changelog
Dependency Updates
- aa8b92a: feat(deps): bump github.com/go-kit/kit from 0.12.0 to 0.13.0 (#70) (@dependabot[bot])
- 24731f3: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#76) (@dependabot[bot])
- 0c2fc5a: feat(deps): bump github.com/yugabyte/gocql (#72) (@dependabot[bot])
- 41a89cd: feat(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#77) (@dependabot[bot])
Other Work
- d512911: Bump github.com/InVisionApp/go-health/v2 from 2.1.3 to 2.1.4 (#64) (@dependabot[bot])
- a300bd4: Bump github.com/stretchr/testify from 1.8.0 to 1.8.3 (#60) (@dependabot[bot])
- 8180280: Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#61) (@dependabot[bot])
- c449591: Bump golang.org/x/text from 0.3.7 to 0.3.8 (#55) (@dependabot[bot])
- b27925e: Update README.md (@schmidtw)
- c4d43f8: Update dependabot to manage all dependencies. (@schmidtw)
v0.7.2
Changelog
Other Work
- e2b6110: Add auto-approval workflow. (@schmidtw)
- 26aec8d: Adding issue updating for the team project board. (@schmidtw)
- 2cd5b44: Bump github.com/xmidt-org/webpa-common/v2 from 2.0.6 to 2.0.7 (#50) (@dependabot[bot])
- b2f8250: Disable lint checks for now. (@schmidtw)
- a17f506: Fix the broken go-health/v2 2.1.2 issue. (@schmidtw)
- b23da99: Install the go generate dependency. (@schmidtw)
- 86e9454: Migrate to use dependabot for dependency updates. (@schmidtw)
- 156162e: Update the CI to use the common workflows. (@schmidtw)
- 313434f: Use the new shared workflow. (@schmidtw)
- ebd08c1: [create-pull-request] automated change (@schmidtw)
- 91d14a1: [create-pull-request] automated change (@schmidtw)
- 42d9559: [create-pull-request] automated change (@schmidtw)
- 62adab0: ci-style-skip (@denopink)
v0.7.1 04/11/2022
- bump dependencies [#41](https://github.com/xmidt-org/codex-db/pull/41) - Updated references to the main branch [#33](https://github.com/xmidt-org/codex-db/pull/33)
v0.7.0: 03/30/2020
- Modified batchInserter to check if certain record values are empty before adding the record to the queue [#30](https://github.com/xmidt-org/codex-db/pull/30)
v0.6.0: 02/19/2020
- Added TimeTracker to keep track of how long an event is in memory [#29](https://github.com/xmidt-org/codex-db/pull/29)
v0.5.2: 01/30/2020
- Always provide a state hash cassandra [#28](https://github.com/xmidt-org/codex-db/pull/28)
v0.5.1: 01/29/2020
- Fixed get record of status type [#27](https://github.com/xmidt-org/codex-db/pull/27) - Improved cassandra connect logic [#27](https://github.com/xmidt-org/codex-db/pull/27)
v0.5.0: 01/21/2020
- Added cassandra row_id with TIMEUUID for long-polling #25
v0.4.0: 12/04/2019
- Modified retry package to use backoff package for exponential backoffs on retries [#21](https://github.com/xmidt-org/codex-db/pull/21) - Added automated releases using travis [#22](https://github.com/xmidt-org/codex-db/pull/22)
0.3.3 11/25/2019
- fix multiple row read error causing corrupt data