Skip to content

Commit d9d21c4

Browse files
author
Concourse CI
committed
[skip ci] release v0.9.0
1 parent 6515510 commit d9d21c4

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v0.9.0]
10+
- Modified event parsing: if the eventType is state, parse the event
11+
destination to find the device id. Otherwise, take the event Source as the
12+
device id.
13+
- Added documentation in the form of updating the README and putting comments
14+
in the yaml file.
15+
- Refactored code to separate rules and requestParser into their own packages.
16+
Also moved batchInserter to codex and refactored that.
17+
18+
919
## [v0.8.0]
1020
- Added ability to turn off max batch size
1121
- Bumped codex to v0.5.0
@@ -123,7 +133,8 @@ Bug Fix Caduceus config loading
123133
- Initial creation
124134
- Bumped codex version, modified code to match changes
125135

126-
[Unreleased]: https://github.com/Comcast/codex-svalinn/compare/v0.8.0...HEAD
136+
[Unreleased]: https://github.com/Comcast/codex-svalinn/compare/v0.9.0...HEAD
137+
[v0.9.0]: https://github.com/Comcast/codex-svalinn/compare/v0.8.0...v0.9.0
127138
[v0.8.0]: https://github.com/Comcast/codex-svalinn/compare/v0.7.1...v0.8.0
128139
[v0.7.1]: https://github.com/Comcast/codex-svalinn/compare/v0.7.0...v0.7.1
129140
[v0.7.0]: https://github.com/Comcast/codex-svalinn/compare/v0.6.1...v0.7.0

release_notes.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
- Modified event parsing: if the eventType is state, parse the event
2-
destination to find the device id. Otherwise, take the event Source as the
3-
device id.
4-
- Added documentation in the form of updating the README and putting comments
5-
in the yaml file.
6-
- Refactored code to separate rules and requestParser into their own packages.
7-
Also moved batchInserter to codex and refactored that.
1+

0 commit comments

Comments
 (0)