Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 738a73e

Browse filesBrowse files
committed
release version 3.7.2
1 parent 2561888 commit 738a73e
Copy full SHA for 738a73e

File tree

Expand file treeCollapse file tree

2 files changed

+16
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+16
-1
lines changed
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [v3.7.2](https://github.com/php-amqplib/php-amqplib/tree/v3.7.2) (2024-11-21)
4+
5+
[Full Changelog](https://github.com/php-amqplib/php-amqplib/compare/v3.7.1...v3.7.2)
6+
7+
**Fixed bugs:**
8+
9+
- fix: deprecation warnings with PHP 8.4 [\#1200](https://github.com/php-amqplib/php-amqplib/pull/1200) ([acelaya](https://github.com/acelaya))
10+
- fix: Mark channels closed when connection is closed [\#1195](https://github.com/php-amqplib/php-amqplib/pull/1195) ([Xfaider48](https://github.com/Xfaider48))
11+
12+
**Closed issues:**
13+
14+
- Deprecation warnings thrown with PHP 8.4 [\#1198](https://github.com/php-amqplib/php-amqplib/issues/1198)
15+
- error handler in StreamIO::write\(\) assumes last\_error is present [\#1188](https://github.com/php-amqplib/php-amqplib/issues/1188)
16+
- Breaking changes with pcntl signals on `channel->wait function`, when using `non_blocking: false` [\#1135](https://github.com/php-amqplib/php-amqplib/issues/1135)
17+
318
## [v3.7.1](https://github.com/php-amqplib/php-amqplib/tree/v3.7.1) (2024-09-03)
419

520
[Full Changelog](https://github.com/php-amqplib/php-amqplib/compare/v3.7.0...v3.7.1)
Collapse file

‎PhpAmqpLib/Package.php‎

Copy file name to clipboardExpand all lines: PhpAmqpLib/Package.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
final class Package
66
{
77
public const NAME = 'AMQPLib';
8-
public const VERSION = '3.7.1';
8+
public const VERSION = '3.7.2';
99
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.