We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fedbe17 commit 7e4e0efCopy full SHA for 7e4e0ef
HISTORY.md
@@ -1,3 +1,13 @@
1
+## 1.18.0 (2011-08-18)
2
+
3
+* Added before_enqueue hook.
4
+* Resque workers now preload files under app/ in Rails
5
+* Switch to MultiJSON
6
+* Bugfix: Finding worker pids on Solaris
7
+* Web UI: Fix NaN days ago for worker screens
8
+* Web UI: Add Cache-Control header to prevent proxy caching
9
+* Web UI: Update Resque.redis_id so it can be used in a distributed ring.
10
11
## 1.17.1 (2011-05-27)
12
13
* Reverted `exit` change. Back to `exit!`.
lib/resque/version.rb
@@ -1,3 +1,3 @@
module Resque
- Version = VERSION = '1.17.1'
+ Version = VERSION = '1.18.0'
end
0 commit comments