This repository has been archived by the owner on Jul 28, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e7e8c3
commit 13ebbe8
Showing
2 changed files
with
22 additions
and
0 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,3 +1,22 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [3.1.0](https://github.com/sonata-project/SonataNotificationBundle/compare/3.0.0...3.1.0) - 2017-02-03 | ||
### Added | ||
- Add dead letter handling in AMQPBackend | ||
- Added per-queue message TTL in AMQPBackend | ||
|
||
### Changed | ||
- Changes the name of the vendor videlalvaro/php-amqplib to its new name php-amqplib/php-amqplib | ||
- dependency from `guzzle/guzzle` to `guzzlehttp/guzzle`, because it is deprecated | ||
- array `QueryParam` parameter to map | ||
- FosRest `SerializationContext` to `Context` | ||
|
||
### Fixed | ||
- Fix deprecated usage of `Admin` class | ||
- Fixed duplicate translation of batch actions | ||
- Missing italian translation | ||
|
||
### Removed | ||
- internal test classes are now excluded from the autoloader |
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