Skip to content

Commit

Permalink
prepare for release (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinapathak committed May 29, 2020
1 parent 3038482 commit b2866f4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

# Notes
- The next release needs to be v0.3.0 because #217 & #219.

## [Unreleased]

## [v0.3.0]
- added metric for counting when caduceus re-encodes the wrp [#216](https://github.com/xmidt-org/caduceus/pull/216)
- Made outgoing hostname validation configurable [#217](https://github.com/xmidt-org/caduceus/pull/217)
- **Note:** To be backwards compatable, the configuration value of `allowInsecureTLS: true` will need to be defined, otherwise hostname validation is enabled by default.
- removed contentTypeCounter [#218](https://github.com/xmidt-org/caduceus/pull/218)
- added configuration for which http codes Caduceus should retry on [#219](https://github.com/xmidt-org/caduceus/pull/219)
- **Note:** This configuration change causes the existing retry logic to change.



## [v0.2.8]
### Changed
- cleaned up shutdown logic for outbound sender [#205](https://github.com/xmidt-org/caduceus/pull/205)
Expand Down Expand Up @@ -108,7 +105,8 @@ fixed build upload
### Added
- Initial creation

[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.2.8...HEAD
[Unreleased]: https://github.com/Comcast/caduceus/compare/v0.3.0...HEAD
[v0.3.0]: https://github.com/Comcast/caduceus/compare/v0.2.8...v0.3.0
[v0.2.8]: https://github.com/Comcast/caduceus/compare/v0.2.7...v0.2.8
[v0.2.7]: https://github.com/Comcast/caduceus/compare/v0.2.6...v0.2.7
[v0.2.6]: https://github.com/Comcast/caduceus/compare/v0.2.5...v0.2.6
Expand Down

0 comments on commit b2866f4

Please sign in to comment.