File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
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
+
9
19
## [ v0.8.0]
10
20
- Added ability to turn off max batch size
11
21
- Bumped codex to v0.5.0
@@ -123,7 +133,8 @@ Bug Fix Caduceus config loading
123
133
- Initial creation
124
134
- Bumped codex version, modified code to match changes
125
135
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
127
138
[ v0.8.0 ] : https://github.com/Comcast/codex-svalinn/compare/v0.7.1...v0.8.0
128
139
[ v0.7.1 ] : https://github.com/Comcast/codex-svalinn/compare/v0.7.0...v0.7.1
129
140
[ v0.7.0 ] : https://github.com/Comcast/codex-svalinn/compare/v0.6.1...v0.7.0
Original file line number Diff line number Diff line change 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
+
You can’t perform that action at this time.
0 commit comments