Releases: utopia-php/client
Releases · utopia-php/client
Release list
0.4.4
- test(client): strengthen observable TLS regression coverage
- docs(client): compact TLS verification comments
- test(client): fold TLS regressions into existing adapter tests
- fix(client): enforce Swoole TLS peer identity verification
0.4.3
- fix(client): reconnect abruptly closed idle TLS sockets before sending
0.4.2
- chore: stop committing package lock files
0.4.1
- fix(client): require utopia-php/psr7 ^0.2.1
0.4.0
- fix(client): preserve redirect request semantics
- fix(client): reuse one Swoole client across redirect hops
- fix(client): split rector continue in redirect test server
- fix(client): stream redirects, strip credentials, RFC 3986 Location
- feat(client): add withFollowRedirects()
0.3.0
- feat(pools)!: constructor-only configuration, one acquisition budget
- docs: enforce documentation style with Vale
0.2.3
- chore: fix PHP 8.5 phpstan target and align fastly to psr7 ^0.2
- chore: bump client to psr7 ^0.2 and PHP 8.5
0.2.2
- Split PSR-7 into separate package
- ci: redirect mirror issues
- ci: reuse mirror redirect workflow
0.2.1
- style: trim comments from rector configs
- build: hoist baseline rector + phpstan configs to the root
0.2.0
- feat(client): negotiate response compression natively in both adapters