Skip to content

Commit

Permalink
[skip ci] release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Concourse CI committed Nov 19, 2019
1 parent 853cf5c commit 477b4d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.3.1]
- Added a custom xhttpserver.Listener type
- Added MaxConcurrentRequests enforcement driven by configuration
- ConstantHandler for static HTTP transaction responses
- Busy decorator for enforcing MaxConcurrentRequests



## [v0.3.0]
- Allow metrics and health servers to be disabled
- Allow only a claims server to be configured
Expand Down Expand Up @@ -61,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Converted to a go module: github.com/xmidt-org/themis


[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/xmidt-org/themis/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/xmidt-org/themis/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/xmidt-org/themis/compare/v0.2.1...v0.3.0
[v0.2.1]: https://github.com/xmidt-org/themis/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/xmidt-org/themis/compare/v0.1.1...v0.2.0
Expand Down
5 changes: 1 addition & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Added a custom xhttpserver.Listener type
- Added MaxConcurrentRequests enforcement driven by configuration
- ConstantHandler for static HTTP transaction responses
- Busy decorator for enforcing MaxConcurrentRequests

0 comments on commit 477b4d5

Please sign in to comment.