You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,24 @@
1
+
## 1.3 (2013-??-??) - Current Master ##
2
+
3
+
**Note:** This release introduces backwards incompatible changes with all previous versions of php-resque. Please see below for details.
4
+
5
+
### Composer Support
6
+
7
+
Composer support has been improved and is now the recommended method for including php-resque in your project. Details on Composer support can be found in the Getting Started section of the readme.
8
+
9
+
### Other Improvements/Changes
10
+
11
+
***COMPATIBILITY BREAKING**: The bundled worker manager `resque.php` has been moved to `bin/resque`, and is available as `vendor/bin/resque` when php-resque is installed as a Composer package.
12
+
13
+
* Restructure tests and test bootstrapping. Autoload tests via Composer (install test dependencies with `composer install --dev`)
14
+
15
+
* Add `SETEX` to list of commands which supply a key as the first argument in Redisent (danhunsaker)
16
+
17
+
* Fix an issue where a lost connection to Redis could cause an infinite loop (atorres757)
18
+
19
+
* Add a helper method to `Resque_Redis` to remove the namespace applied to Redis keys (tonypiper)
20
+
21
+
1
22
## 1.2 (2012-10-13) ##
2
23
3
24
**Note:** This release is largely backwards compatible with php-resque 1.1. The next release will introduce backwards incompatible changes (moving from Redisent to Credis), and will drop compatibility with PHP 5.2.
@@ -22,7 +43,7 @@
22
43
* Add support for Composer
23
44
* Fix missing and incorrect paths for Resque and Resque_Job_Status classes in demo (jjfrey)
24
45
* Disable autoload for the RedisException class_exists call (scragg0x)
0 commit comments