|
1 |
| -## 3.3.0 |
2 |
| - |
3 |
| -* Support Symfony 4 |
4 |
| - |
5 |
| -## 3.1.0 |
6 |
| - |
7 |
| -* Allow dependencies `symfony/framework-bundle` ~3.0 |
8 |
| -* Allow dependencies `symfony/console` ~3.0 |
9 |
| - |
10 |
| -## 3.0.0 |
11 |
| - |
12 |
| -This version does not break compatibility itself, but it does upgrade |
13 |
| -Pheanstalk to version 3, which uses namespaces. If you use any Pheanstalk |
14 |
| -classes directly in your code, you should update those references. |
15 |
| - |
16 |
| -* Upped Pheanstalk version to ~3.0 |
17 |
| -* Upped Symfony requirement to ~2.3 |
18 |
| -* Upped PHP version requirement to 5.5.9 |
19 |
| -* Added PRS-4 autoloader configuration |
20 |
| -* The option `enabled` was removed from configuration |
21 |
| -* The `*.class` service parameters were replaced by its real values |
22 |
| - |
23 |
| -## 2.5.0 |
24 |
| -* Logging is now done to a specific channel (PR #50 @pkruithof) |
25 |
| - |
26 |
| -## 2.4.0 |
27 |
| -* Add CLI Command to display next ready job |
28 |
| - |
29 |
| -## 2.3.0 |
30 |
| -* PR #43 - StatsTube shows stats for all tube if no argument is given |
31 |
| - |
32 |
| -## 2.2.0 |
33 |
| -* Pull Request #41 Fix chainable methods to return proxy object |
34 |
| - |
35 |
| -## 2.1.6 |
36 |
| -* Add command to view the first ready/burried job in a certrain tube |
37 |
| -* Remove useless import |
38 |
| -* Add missing use |
39 |
| -* Add Scrutinizer Badge |
40 |
| -* Add link to LeezyPheanstalkBundleExtra |
41 |
| - |
42 |
| -## 2.1.5 |
43 |
| -* Fix #38 |
44 |
| - |
45 |
| -## 2.1.4 |
46 |
| -* Fix install documentation. |
47 |
| -* Fix #29 |
48 |
| -* Remove github analytics |
49 |
| -* Fixed FlushTube Command by catching the correct Exception |
50 |
| -* Pretty smal fixes to be more PSR2 compliant |
51 |
| -* Move connection definition from compiler pass to the extension |
52 |
| - |
53 |
| -## 2.1.3 |
54 |
| -* Fixed return value for Proxy::putInTube |
55 |
| -* CHANGELOG use markdown extension |
56 |
| - |
57 |
| -## 2.1.2 |
58 |
| -* Add KickJobCommand |
59 |
| -* Fix error management on command |
60 |
| - |
61 |
| -## 2.1.1 |
62 |
| -* Fix missing implementation of PheanstalkInterface::kickJob |
63 |
| - |
64 |
| -## 2.1.0 |
65 |
| -* Use pda/pheanstalk 2.1.0 |
66 |
| -* Add KickCommand |
67 |
| -* Fix default name on Command |
68 |
| - |
69 |
| -## 2.0.1 |
70 |
| -* Set type hint for logger |
71 |
| -* Add few tests on PheanstalkLogListener |
72 |
| - |
73 |
| -## 2.0.0 |
74 |
| -* Add PheanstalkProxy |
75 |
| -* Allow user to define custom PheanstalkProxy |
76 |
| -* Fragment documentation |
77 |
| -* Events documentation |
78 |
| -* Change 'connection' name to 'pheanstalk' |
79 |
| -* Event integration |
80 |
| -* BC : Use 'pheanstalk' name instead of 'connection' to avoid confusion |
81 |
| -* Add more security on CLI |
82 |
| -* Logger integration |
83 |
| -* Add documentation on custom proxy |
84 |
| - |
85 |
| -## 1.2.0 |
86 |
| -* Add profilter integration, thanks @Maxwell2022 |
87 |
| -* Add ConnectionLocator |
88 |
| - |
89 |
| -## 1.1.0 |
90 |
| -* Remove useless Tests/Fixtures/Entity/FakeMedia.php |
91 |
| -* Update composer to use symfony/framework-bundle instead of symfony/symfony |
92 |
| -* Remove requirement PHP >= 5.3.3. Use the PHP requirement of symfony/framework-bundle |
93 |
| -* Fix Travis-CI problem |
94 |
| - |
95 |
| -## 1.0.4 |
96 |
| -* Update to PSR-0 : https://github.com/pda/pheanstalk/commit/412ab5b7469538ab613efd8fb91b4adc84bf599f |
97 |
| -* Add warning about composer minimum-stability due to : https://github.com/armetiz/LeezyPheanstalkBundle/issues/8 |
98 |
| - |
99 |
| -## 1.0.3 |
100 |
| -* Update code to pda/pheanstalk which is a PHP5.2 implementation. |
101 |
| -* BC still ok. |
102 |
| - |
103 |
| -## 1.0.2 |
104 |
| -* Add Unit Test |
105 |
| -* Throw exception when more than one connection have the default flag |
106 |
| -* Switch dependency from 'mrpoundsign/pheanstalk-5.3' to 'pda/pheanstalk' |
107 |
| -* Add TravisCI configuration |
108 |
| - |
109 |
| -## 1.0.1 |
110 |
| -* Fix dependency to pheanstalk-5.3. #4 |
111 |
| - |
112 | 1 | ## 1.0.0
|
113 | 2 | * Update README to be composer compliant.
|
114 | 3 | * First stable tag version.
|
0 commit comments