Skip to content

Releases: rcalicdan/fiber-async

0.12.1

04 Aug 02:58
8e09fb6
Compare
Choose a tag to compare
  • 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

Full Changelog: 0.2.2...0.12.1

0.2.2

06 Jul 14:05
Compare
Choose a tag to compare
  • Remove guzzle and illuminate http dependencies.

0.2.1

06 Jul 14:03
3061e8e
Compare
Choose a tag to compare

-Added Custom Async HTTP client and improve fetch function

  • Improve HTTP client by providing essentials features for API handling/

0.0.2

28 Jun 15:10
Compare
Choose a tag to compare
  • Added Async Native File Operation

0.0.1-alpha

21 Jun 07:52
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

-first release of php fiber based asynchronous library.

0.1.1

28 Jun 14:50
Compare
Choose a tag to compare
  • Provided detailed test coverage
  • Improve code quality and testability
  • Improve performance
  • Generated detailed code documentation
  • Provided manual test and benchmark
  • Performance Improvement