Skip to content

Commit 96bb1b2

Browse files
committed
Version 1.20.0
1 parent c76e26a commit 96bb1b2

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

HISTORY.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 1.20.0 (2012-02-17)
2+
3+
* Fixed demos for ruby 1.9 (@BMorearty, #445)
4+
* Fixed `#requeue` tests (@hone, #500)
5+
* Web UI: optional trailing slashes of URLs (@elisehuard, #449)
6+
* Allow * to appear anywhere in queue list (@tapajos, #405, #407)
7+
* Wait for child with specific PID (@jacobkg)
8+
* #decode raise takes a string when re-raising as a different exception class (Trevor Hart)
9+
* Use Sinatra's `pubilc_folder` if it exists (@defunkt, #420, #421)
10+
* Assign the job's worker before calling `before_fork` (@quirkey)
11+
* Fix Resque::Helpers#constantize to work correctly on 1.9.2 (@rtlong)
12+
* Added before & after hooks for dequeue (@humancopy, #398)
13+
* daemonize support using `ENV["BACKGROUND"]` (@chrisleishman)
14+
* requeue and remove failed jobs by queue name (@evanwhalen)
15+
* `-r` flag for resque-web for redis connection (@gjastrab)
16+
* Added `Resque.enqueue_to`: allows you to specif the queue and still run hooks (@dan-g)
17+
* Web UI: Set the default encoding to UTF-8 (@elubow)
18+
* fix finding worker pids on JRuby (John Andrews + Andrew Grieser)
19+
* Added distributed redis support (@stipple)
20+
* Added better failure hooks (@raykrueger)
21+
* Added before & after dequeue hooks (@humancopy)
22+
123
## 1.19.0 (2011-09-01)
224

325
* Added Airbrake (formerly Hoptoad) support.

lib/resque/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Resque
2-
Version = VERSION = '1.19.0'
2+
Version = VERSION = '1.20.0'
33
end

0 commit comments

Comments
 (0)