Skip to content

Commit

Permalink
Merge pull request #360 from travis-ci/meat-release-prep
Browse files Browse the repository at this point in the history
Prepare for v3.0.0
  • Loading branch information
meatballhat authored Aug 29, 2017
2 parents 9c81793 + e621086 commit 0c11997
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]
### Added
- backend/openstack: initial support for OpenStack

### Changed
- http-log-writer: removed buffer in favor of adding directly via log sink

### Deprecated

Expand All @@ -17,6 +15,27 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

### Security

## [3.0.0] - 2017-08-29
### Added
- backend/openstack: initial support for OpenStack
- log entry fields for improved correlation in various places
- context: convenience funcs for set/get JWT string

### Changed
- http-log-writer: removed buffer in favor of adding directly via log sink
- job: require context in Received and Started
- http-job-queue:
- drop processor pool from constructor signature
- add cancellation broadcaster to constructor signature
- remove caching of build job channel across calls to Jobs
- use pop + claim processor-level job-board API

### Fixed
- amqp-job:
- check context when sending state updates
- timeout after 10s when sending state updates
- amqp-job-queue: timeout after 1s when waiting for deliveries

## [2.11.0] - 2017-07-21
### Added
- step-transform-build-json: support for arbitrary modifications to JSON payload
Expand Down Expand Up @@ -526,7 +545,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Initial release

[Unreleased]: https://github.com/travis-ci/worker/compare/v2.11.0...HEAD
[Unreleased]: https://github.com/travis-ci/worker/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/travis-ci/worker/compare/v2.11.0...v3.0.0
[2.11.0]: https://github.com/travis-ci/worker/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/travis-ci/worker/compare/v2.9.3...v2.10.0
[2.9.3]: https://github.com/travis-ci/worker/compare/v2.9.2...v2.9.3
Expand Down

0 comments on commit 0c11997

Please sign in to comment.