trowski released amphp/postgres v2.0.0-beta.1. https://github.com/amphp/postgres/releases/tag/v2.0.0-beta.1
GitHub
Release 2.0.0 Beta 1 · amphp/postgres
Initial release compatible with AMPHP v3.
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionTy...
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionTy...
trowski released amphp/mysql v3.0.0-beta.1. https://github.com/amphp/mysql/releases/tag/v3.0.0-beta.1
GitHub
Release 3.0.0 Beta 1 · amphp/mysql
Initial release compatible with AMPHP v3.
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionTy...
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionTy...
kelunik released amphp/process v2.0.0-beta.5. https://github.com/amphp/process/releases/tag/v2.0.0-beta.5
GitHub
Release 2.0.0 Beta 5 · amphp/process
Fixed shutdown behavior, which could cause an InvalidCallbackError
kelunik released amphp/http-client-cookies v2.0.0-beta.1. https://github.com/amphp/http-client-cookies/releases/tag/v2.0.0-beta.1
GitHub
Release 2.0.0 Beta 1 · amphp/http-client-cookies
Compatibility with AMPHP v3 / Revolt
Renamed InMemoryCookieJar to LocalCookieJar
Renamed InMemoryCookieJar to LocalCookieJar
trowski released amphp/http-server v3.0.0-beta.3. https://github.com/amphp/http-server/releases/tag/v3.0.0-beta.3
GitHub
Release 3.0.0 Beta 3 · amphp/http-server
Remove the streamThreshold parameter from DefaultHttpDriverFactory, Http1Driver, and Http2Driver constructors. Data read from body streams is now immediately pushed to the client. Use a custom stre...
trowski released amphp/http-server v2.1.6. https://github.com/amphp/http-server/releases/tag/v2.1.6
GitHub
Release 2.1.6 · amphp/http-server
Fixed compression with streamed responses (#324) - Compression is now unconditionally enabled if the first body chunk does not arrive within 100ms (configurable via a constructor parameter)
Fixed a...
Fixed a...
kelunik released amphp/byte-stream v2.0.0-beta.11. https://github.com/amphp/byte-stream/releases/tag/v2.0.0-beta.11
GitHub
Release 2.0.0 Beta 11 · amphp/byte-stream
Add CompressingReadableStream (#99)
Add DecompressingWritableStream (#99)
Improve StreamChannel implementation to properly support backpressure, cancellation and avoid keeping the read watcher aliv...
Add DecompressingWritableStream (#99)
Improve StreamChannel implementation to properly support backpressure, cancellation and avoid keeping the read watcher aliv...
kelunik released amphp/sql v2.0.0-beta.2. https://github.com/amphp/sql/releases/tag/v2.0.0-beta.2
GitHub
Release 2.0.0 Beta 2 · amphp/sql
Fix template type restriction in Amp\Sql\Pool.
kelunik released amphp/sql-common v2.0.0-beta.2. https://github.com/amphp/sql-common/releases/tag/v2.0.0-beta.2
GitHub
Release 2.0.0 Beta 2 · amphp/sql-common
Fix Operation is no longer pending error
kelunik released amphp/http-client v5.0.0-beta.4. https://github.com/amphp/http-client/releases/tag/v5.0.0-beta.4
kelunik released amphp/http v1.7.0. https://github.com/amphp/http/releases/tag/v1.7.0
GitHub
Release 1.7.0 · amphp/http
Expose frame and byte count metrics in Http2Parser
Reduce strtolower calls, improving performance
Relax parsing strictness for request cookies to ignore empty trailing semicolons (#18)
Reduce strtolower calls, improving performance
Relax parsing strictness for request cookies to ignore empty trailing semicolons (#18)
trowski released amphp/process v2.0.0-beta.6. https://github.com/amphp/process/releases/tag/v2.0.0-beta.6
GitHub
Release 2.0.0 Beta 6 · amphp/process
Added an optional Cancellation parameter to Process::join().
kelunik released amphp/amp v3.0.0-beta.10. https://github.com/amphp/amp/releases/tag/v3.0.0-beta.10
GitHub
Release 3.0.0 Beta 10 · amphp/amp
What's Changed
Allow GC of arguments during async() closure execution (#395)
Support revolt 1.x, declare incompatibility with revolt 0.1.x
Change Future::ignore() to be a fluent interface (#40...
Allow GC of arguments during async() closure execution (#395)
Support revolt 1.x, declare incompatibility with revolt 0.1.x
Change Future::ignore() to be a fluent interface (#40...