Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Feb 23, 2024
1 parent 1f40334 commit 41c06ae
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 1.2.0 (2024-02-23)

* Feature: Forward compatibility with Promise v3.
(#80 by @SimonFrings)

* Feature: Simplify usage by supporting new [default loop](https://reactphp.org/event-loop/#loop) and new Socket API.
(#70 by @clue and #71 by @SimonFrings)

```php
// old (still supported)
$factory = new Clue\React\Ami\Factory($loop);

// new (using default loop)
$factory = new Clue\React\Ami\Factory();
```

* Feature: Full PHP 8.3 compatibility.
(#67, #73 and #79 by @SimonFrings)

* Minor documentation improvements.
(#69 by @PaulRotmann and #77 by @yadaiio)

* Improve test suite and use GitHub actions for continuous integration (CI).
(#67 and #78 by @SimonFrings)

## 1.1.0 (2020-10-09)

* Feature: Support authentication with URL-encoded special characters.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
composer require clue/ami-react:^1.1
composer require clue/ami-react:^1.2
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down

0 comments on commit 41c06ae

Please sign in to comment.