Skip to content

Commit

Permalink
[skip ci] release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse CI committed Apr 10, 2019
1 parent 30eb9b8 commit 7fa43f6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.3.0]
- Modified health metric to reflect unhealthy when pinging the database fails
- Changed expected "reason-for-close" key in payload to "reason-for-closure" for `status` endpoint
- Device id will always be converted to lowercase to query the database
- Added sat verification for endpoints
- Added basic level of decryption
- Expect the data of a record to be a wrp.Message



## [v0.2.7]
- bumped codex

Expand Down Expand Up @@ -65,7 +75,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Initial creation
- Bumped codex version, modified code to match changes

[Unreleased]: https://github.com/Comcast/codex-gungnir/compare/v0.2.7...HEAD
[Unreleased]: https://github.com/Comcast/codex-gungnir/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/Comcast/codex-gungnir/compare/v0.2.7...v0.3.0
[v0.2.7]: https://github.com/Comcast/codex-gungnir/compare/v0.2.6...v0.2.7
[v0.2.6]: https://github.com/Comcast/codex-gungnir/compare/v0.2.5...v0.2.6
[v0.2.5]: https://github.com/Comcast/codex-gungnir/compare/v0.2.4...v0.2.5
Expand Down
7 changes: 1 addition & 6 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
- Modified health metric to reflect unhealthy when pinging the database fails
- Changed expected "reason-for-close" key in payload to "reason-for-closure" for `status` endpoint
- Device id will always be converted to lowercase to query the database
- Added sat verification for endpoints
- Added basic level of decryption
- Expect the data of a record to be a wrp.Message

0 comments on commit 7fa43f6

Please sign in to comment.