forked from Happyr/mq2php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# Changelog | ||
|
||
## From 0.3.0 to 0.3.1 | ||
|
||
* The data dispached will be Base64 **and** URL encoded. This will fix the bug where PHP interpets a Base64 endcoded string as two strings becuase it contains a plus sign (+). | ||
|
||
## From 0.2.* to 0.3.0 | ||
|
||
* The `console_path` header was removed. | ||
* The tight coupling to fervo FervoDeferredEventBundle was also removed | ||
* The `ShellExecutor` will now dispatch to the `dispatch_path` (same as the FastCgiExecutor` | ||
* The `ShellExecutor` will now dispatch to the `dispatch_path` (same as the FastCgiExecutor) | ||
* The data dispatched will be Base64 encoded. Once decoded you will get the complete message with headers. *This is a huge BC break!* | ||
* New `queue` header will be available on the message once reached the dispatcher. | ||
* The `QueueInterface::receive` must now return a `Message`. | ||
* New command line argument `queueNames` to enable you to listen to more than one queue. | ||
* New command line argument `queueNames` to enable you to listen to more than one queue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters