Releases: rcalicdan/fiber-async
Releases · rcalicdan/fiber-async
0.12.1
- Massively improve folder organization structure
- Added Cancellable promise support
- Added promise collection handler such as race, any, timeout, and batch,
- fix known bugs
- new and improve HTTP client with caching, retry, and streaming support and psr standards and cancellation support,
- added file i/o streaming and cancellation support.
- Added non-blocking socket i/o
- new pure non-blocking MYSQL client
- Added first and truly asynchronous and cooperative PDO
- Added and fluent async query builder on top of Async PDO
- fixed memory leaked problem on long running processes and cli
- Added auto cancellation in race(), and any(),
- Added Race Transaction on async query builder
What's Changed
- Http test and improvement by @rcalicdan in #4
- Implement non blocking mysql client and socjket manager by @rcalicdan in #5
- Add streaming HTTP capabilities and optimize event loop performance by @rcalicdan in #6
- Added non-blocking pdo driver by @rcalicdan in #7
- Organize folder and Namespaces by @rcalicdan in #8
- Test performance by @rcalicdan in #9
- Implement psr standard for http client by @rcalicdan in #10
- Improve async pdo by @rcalicdan in #11
- Qualityoflifeimprovement by @rcalicdan in #12
Full Changelog: 0.2.2...0.12.1
0.2.2
0.2.1
0.0.2
0.0.1-alpha
-first release of php fiber based asynchronous library.