Sha256: ad8c1a26294dd2bd5bc41f4bca9ea8dac8c7fbc3e685e95e6fbec6188d616d6d

Contents?: true

Size: 663 Bytes

Versions: 1

Compression:

Stored size: 663 Bytes

Contents

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### v1.1.0

#### Added

- Replace Rails::Rack::Logger class with custom logger to avoid noisy logs.

### v1.0.0

#### Added

- Replace `GET /jobs` with `GET /:identifier/jobs/pending` and `PUT /:identifier/jobs/notify` to mark jobs as notified in a second step.

### v0.2.1

#### Fixed

- Avoid polling with nil jobIdentifier

### v0.2.0

#### Added

- job_class attribute in Job class to identify different jobs.

### v0.1.1

#### Fixed

- Call private include method using send.

### v0.1.0

* Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
job_notifier-1.1.0 CHANGELOG.md