Sha256: 6f81e8b7639a65c2f4ee29c9ab011f71d0778400719790c835bbe866f47192dc

Contents?: true

Size: 1.85 KB

Versions: 4

Compression:

Stored size: 1.85 KB

Contents

### 2017-06-16
- Released v5.0.9 to Rubygems.org.
- Testing with fake_sqs when the daemon was not running or with a misconfigured SQS_QUEUE_URL could lead to Sqewer seemingly hanging. The actual cause was a _very_ large amount of retries were being performed. The amount of retries has been adjusted to a more reasonable number.
- An exception in the message fetching thread could lead to the receiving thread silently dying, while leaving the worker threads running without any work to do. Uncaught exceptions in the receiving thread now lead to a graceful shutdown of the worker.

### 2017-06-12
- Released v5.0.8 to Rubygems.org.
- Retry sending and deleting messages when `sender_fault=false`.

### 2017-05-26
- Released v5.0.7 to Rubygems.org.
- Report errors with string interpolation to avoid confusion.
- Fix failure when running one test at a time.

### 2017-05-26
- Released v5.0.6 to Rubygems.org.
- Additional change to error reporting: report errors both on submitting and on deleting messages.

### 2017-05-03
- Released v5.0.5 to Rubygems.org.
- Added CHANGELOG.md (you're reading it!).

### 2017-05-01
- Tiny change to improve error reporting; the error message from AWS when submitting to the queue is sometimes empty so we call .inspect on it.

### 2017-03-11
- Released v5.0.4 to Rubygems.org.
- Removed dependency on Jeweler.
- Fixed a bug where configuration errors could cause the `receive_messages` call to hang.

### 2016-09-06
- Released v5.0.3 to Rubygems.org.
- Overhauled Appsignal integration code.

### 2016-07-01
- Released v5.0.2 to Rubygems.org.
- Lowered log level of exception backtraces.

### 2016-06-22
- Released v5.0.1 to Rubygems.org.
- Improve Appsignal integration; only show parameters if the job actually supports those.
- Simplify CLI tests and add tests with mock workers.

### Current end of changelog. For earlier changes see the commit log on github.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sqewer-6.0.0 CHANGELOG.md
sqewer-5.1.1 CHANGELOG.md
sqewer-5.1.0 CHANGELOG.md
sqewer-5.0.9 CHANGELOG.md