Skip to content

Commit 39f3624

Browse files
author
Concourse CI
committed
[skip ci] release v0.8.0
1 parent 80c0209 commit 39f3624

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [v0.8.0]
10+
- Added ability to turn off max batch size
11+
- Bumped codex to v0.5.0
12+
- Return 429 status code on full queue
13+
14+
15+
916
## [v0.7.1]
1017
- close request body after reading it
1118

@@ -116,7 +123,8 @@ Bug Fix Caduceus config loading
116123
- Initial creation
117124
- Bumped codex version, modified code to match changes
118125

119-
[Unreleased]: https://github.com/Comcast/codex-svalinn/compare/v0.7.1...HEAD
126+
[Unreleased]: https://github.com/Comcast/codex-svalinn/compare/v0.8.0...HEAD
127+
[v0.8.0]: https://github.com/Comcast/codex-svalinn/compare/v0.7.1...v0.8.0
120128
[v0.7.1]: https://github.com/Comcast/codex-svalinn/compare/v0.7.0...v0.7.1
121129
[v0.7.0]: https://github.com/Comcast/codex-svalinn/compare/v0.6.1...v0.7.0
122130
[v0.6.1]: https://github.com/Comcast/codex-svalinn/compare/v0.6.0...v0.6.1

release_notes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
- Added ability to turn off max batch size
2-
- Bumped codex to v0.5.0
3-
- Return 429 status code on full queue
1+

0 commit comments

Comments
 (0)