Skip to content

Commit

Permalink
Update changelog for v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjm committed Dec 13, 2018
1 parent 44d90d2 commit a86e736
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added

### Changed
- ratelimit: trace redis connection pool checkout

### Deprecated

### Removed

### Fixed

## [6.0.0] - 2018-12-13

### Added
- rc: remote controller HTTP API
- processor: set size of processor pool

### Changed
- ratelimit: trace redis connection pool checkout

### Removed
- http: old HTTP API, superseded by remote controller

### Fixed
- backend/gce: add missing rate limit calls
- processor: fix race conditions adding and removing processors

### Security

Expand Down Expand Up @@ -878,7 +892,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Initial release

[Unreleased]: https://github.com/travis-ci/worker/compare/v5.1.0...HEAD
[Unreleased]: https://github.com/travis-ci/worker/compare/v6.0.0...HEAD
[6.0.0]: https://github.com/travis-ci/worker/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/travis-ci/worker/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/travis-ci/worker/compare/v4.6.3...v5.0.0
[4.6.3]: https://github.com/travis-ci/worker/compare/v4.6.2...v4.6.3
Expand Down

0 comments on commit a86e736

Please sign in to comment.