From fed9c64c6df9c27c7cac61d1eca37339d18cecaa Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 21 Jun 2018 15:11:48 -0400 Subject: [PATCH] Prep changelog for v3.8.2 release --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2abbc3686..a84dde2a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,13 +16,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Security +## [3.8.2] - 2018-06-21 + +### Added +- amqp-job-queue: support for setting priority when consuming jobs via + `x-priority` argument + ## [3.8.1] - 2018-06-20 ### Added -- cli: create a LogQueue that connects to a separate AMQP server, to prepare for splitting the build logs from the current JobQueue +- cli: create a LogQueue that connects to a separate AMQP server, to prepare for + splitting the build logs from the current JobQueue ### Changed -- cli: the connection to the AMQP server now uses a configurable AmqpHeartbeat option +- cli: the connection to the AMQP server now uses a configurable AmqpHeartbeat + option - Makefile: log output from building or running the tests is now less verbose ### Fixed @@ -31,7 +39,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ## [3.8.0] - 2018-05-31 ### Added -- amqp-job-queue: pool state updates instead of creating an amqp channel per processor +- amqp-job-queue: pool state updates instead of creating an amqp channel per + processor ### Fixed - backend/gce: disable automatic restart @@ -688,7 +697,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added - Initial release -[Unreleased]: https://github.com/travis-ci/worker/compare/v3.8.1...HEAD +[Unreleased]: https://github.com/travis-ci/worker/compare/v3.8.2...HEAD +[3.8.2]: https://github.com/travis-ci/worker/compare/v3.8.1...v3.8.2 [3.8.1]: https://github.com/travis-ci/worker/compare/v3.8.0...v3.8.1 [3.8.0]: https://github.com/travis-ci/worker/compare/v3.7.0...v3.8.0 [3.7.0]: https://github.com/travis-ci/worker/compare/v3.6.0...v3.7.0