Skip to content

Commit

Permalink
📝 Release Flow v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Ledru committed Dec 20, 2024
1 parent 5f6a806 commit 6b95e19
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.2.x
## v1.2.3

- Add event Event::POOL occurs when Flow needs to count IPs to process.
- Add `Flow\IpPool` for managing pools of Ips.
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"keywords": [
"flow"
],
"version": "1.2.2",
"version": "1.2.3",
"browserslist": [
"defaults"
],
Expand Down
10 changes: 10 additions & 0 deletions docs/src/content/en/docs/getting-started/driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ pecl install openswoole-22.0.0

More documentation can be found [https://openswoole.com](https://openswoole.com)

## Parallel Driver

To use Parallel Driver, you have to require the library with composer

```bash
pecl install parallel
```

More documentation can be found [https://www.php.net/manual/en/book.parallel.php](https://www.php.net/manual/en/book.parallel.php)

## Make your custom driver

You can make your custom driver by implementing `Flow\DriverInterface`

0 comments on commit 6b95e19

Please sign in to comment.