Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Oelke committed May 27, 2016
1 parent 44b40c8 commit bd65743
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions CHANGELOG.md
@@ -1,30 +1,40 @@
## Unreleased

## 0.10.0-alpha
## 0.10.2

* Backburner support (jandudulski)
* Sucker Punch support (kmayer)
* Que support (marshall-lee)
* Handle `deliver_now` in preparation for Rails 5 (barelyknown)
* Option to set a priority for DJ and Backburner (mkon)
* The locale is remembered before an asynchronous task is run (baschtl)
* Fixed a usage of `try` that appeared in connection with Rails 4 (baschtl)
* Explicitly requires Devise to avoid an error if Devise is not explicitly mentioned in your Gemfile (@derekprior)
* Improvements for running devise-async locally and on CI
* This will be the last release to support Devise 3.x

## 0.10.1

* No code changes compared to `0.10.1-alpha`

## 0.10.1-alpha

* Backburner support (@jandudulski)
* Sucker Punch support (@kmayer)
* Que support (@marshall-lee)
* Handle `deliver_now` in preparation for Rails 5 (@barelyknown)
* Option to set a priority for DJ and Backburner (@mkon)
* The locale is remembered before an asynchronous task is run (@baschtl)
* Fixed a usage of `try` that appeared in connection with Rails 4 (@baschtl)

## 0.9.0

* Multiple mailers support (baschtl)
* Multiple mailers support (@baschtl)
* Update devise dependency to ~3.2

## 0.8.0

* Support arbitrary number of arguments to mailer (glebm)
* Added torquebox support (astjohn)
* Support arbitrary number of arguments to mailer (@glebm)
* Added torquebox support (@astjohn)

## 0.7.0

* make sure options hash has string keys when enqueued and symbol keys when job runs
* stringfy options keys before enqueueing to make queue_classic happy (nickw)
* Added `Devise::Async.enabled=` options to make it easier to skip async processing during tests (mohamedmagdy)
* stringfy options keys before enqueueing to make queue_classic happy (@nickw)
* Added `Devise::Async.enabled=` options to make it easier to skip async processing during tests (@mohamedmagdy)

## 0.6.0

Expand All @@ -39,7 +49,7 @@

## 0.5.0

* Added support for QueueClassic (jperville)
* Added support for QueueClassic (@jperville)
* Remove deprecated `DeviseAsync::Proxy` and `DeviseAsync.backend=`
* Improved comments throughout code

Expand Down

0 comments on commit bd65743

Please sign in to comment.