Skip to content

Commit a3630f1

Browse files
committed
Prepare v2.4.0 release
1 parent 8e88116 commit a3630f1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.4.0 (2020-09-25)
4+
5+
* Fix: Fix dangling timer when lazy connection closes with pending commands.
6+
(#105 by @clue)
7+
8+
* Improve test suite and add `.gitattributes` to exclude dev files from exports.
9+
Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
10+
(#96 and #97 by @clue and #99, #101 and #104 by @SimonFrings)
11+
312
## 2.3.0 (2019-03-11)
413

514
* Feature: Add new `createLazyClient()` method to connect only on demand and

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ It enables you to set and query its data or use its PubSub topics to react to in
2323

2424
**Table of Contents**
2525

26+
* [Support us](#support-us)
2627
* [Quickstart example](#quickstart-example)
2728
* [Usage](#usage)
2829
* [Factory](#factory)
@@ -40,6 +41,16 @@ It enables you to set and query its data or use its PubSub topics to react to in
4041
* [Tests](#tests)
4142
* [License](#license)
4243

44+
## Support us
45+
46+
We invest a lot of time developing, maintaining and updating our awesome
47+
open-source projects. You can help us sustain this high-quality of our work by
48+
[becoming a sponsor on GitHub](https://github.com/sponsors/clue). Sponsors get
49+
numerous benefits in return, see our [sponsoring page](https://github.com/sponsors/clue)
50+
for details.
51+
52+
Let's take these projects to the next level together! 🚀
53+
4354
## Quickstart example
4455

4556
Once [installed](#install), you can use the following code to connect to your
@@ -538,7 +549,7 @@ This project follows [SemVer](https://semver.org/).
538549
This will install the latest supported version:
539550

540551
```bash
541-
$ composer require clue/redis-react:^2.3
552+
$ composer require clue/redis-react:^2.4
542553
```
543554

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"authors": [
88
{
99
"name": "Christian Lück",
10-
"email": "christian@lueck.tv"
10+
"email": "christian@clue.engineering"
1111
}
1212
],
1313
"require": {

0 commit comments

Comments
 (0)