Skip to content

Commit

Permalink
bump codex-db to v0.5.0 for long-poll feature (#123)
Browse files Browse the repository at this point in the history
* bump codex-db to v0.5.0

* fixed changelog

* go mod tidy
  • Loading branch information
kcajmagic authored Jan 22, 2020
1 parent 9d8aaa3 commit eb0e286
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.14.0]
- Bumped codex-db to v0.5.0 to enable long-poll [#123](https://github.com/xmidt-org/svalinn/pull/123)
- Changed logging for requestParser to log INFO or WARNING instead of ERROR
on failures to create the record [#122](https://github.com/xmidt-org/svalinn/pull/122)

Expand Down Expand Up @@ -131,7 +134,8 @@ Bug Fix Caduceus config loading
- Initial creation
- Bumped codex version, modified code to match changes

[Unreleased]: https://github.com/xmidt-org/svalinn/compare/v0.13.0...HEAD
[Unreleased]: https://github.com/xmidt-org/svalinn/compare/v0.14.0...HEAD
[v0.14.0]: https://github.com/xmidt-org/svalinn/compare/v0.13.0...v0.14.0
[v0.13.0]: https://github.com/xmidt-org/svalinn/compare/v0.12.1...v0.13.0
[v0.12.1]: https://github.com/xmidt-org/svalinn/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/xmidt-org/svalinn/compare/v0.11.2...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.4.0
github.com/xmidt-org/bascule v0.5.0
github.com/xmidt-org/codex-db v0.4.0
github.com/xmidt-org/codex-db v0.5.0
github.com/xmidt-org/voynicrypto v0.1.1
github.com/xmidt-org/webpa-common v1.5.0
github.com/xmidt-org/wrp-go v1.3.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ github.com/xmidt-org/bascule v0.3.1/go.mod h1:fx2JeJAwEoepVcE3Fgd6JQSBvUAccyuFDz
github.com/xmidt-org/bascule v0.5.0 h1:cpg0iX992y6VM+EQuI0qV4y3xzSrGL+eAh7dq2n0FTo=
github.com/xmidt-org/bascule v0.5.0/go.mod h1:D2DuXSMa5+OpveCtaSWp0+/tmnxZqfYhkCC1oCzLZdI=
github.com/xmidt-org/capacityset v0.1.1/go.mod h1:rJ00PZmbkdroZMiL0DOMzgkrwJddVfR1I5LmRX6YG2Y=
github.com/xmidt-org/codex-db v0.4.0 h1:nrxavZNTY5GCeMN42bwMurapkStSwPEetIObk2Ruqy0=
github.com/xmidt-org/codex-db v0.4.0/go.mod h1:vQpkbRzvaOCpiObVv8e5vRHgW08w1o8J1GtgRheulwk=
github.com/xmidt-org/codex-db v0.5.0 h1:TFFzuSwtV0pubtKeqjAsk/qXG4d36Dqwf4Hdr42qt8c=
github.com/xmidt-org/codex-db v0.5.0/go.mod h1:vQpkbRzvaOCpiObVv8e5vRHgW08w1o8J1GtgRheulwk=
github.com/xmidt-org/voynicrypto v0.1.1 h1:hMqSOgYzpkbUUpgKxJcPTVRGdmDY0jem8PufsUikh+c=
github.com/xmidt-org/voynicrypto v0.1.1/go.mod h1:YSw/rwukAL2tpkB6wSeuoCRBOIK2mhpV4OzJLX292fs=
github.com/xmidt-org/webpa-common v1.1.0/go.mod h1:oCpKzOC+9h2vYHVzAU/06tDTQuBN4RZz+rhgIXptpOI=
Expand Down

0 comments on commit eb0e286

Please sign in to comment.