Skip to content

Releases: amphp/http-client-cookies

2.0.0

08 Oct 17:34
v2.0.0
4124b37
Compare
Choose a tag to compare

Stable release compatible with AMPHP v3 and fibers! 🎉

As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.

  • Renamed InMemoryCookieJar to LocalCookieJar

2.0.0 Beta 2

08 Oct 17:33
v2.0.0-beta.2
ee07882
Compare
Choose a tag to compare
2.0.0 Beta 2 Pre-release
Pre-release

What's Changed

  • Update amphp/http dependency version by @Nek- in #7

New Contributors

  • @Nek- made their first contribution in #7

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

2.0.0 Beta 1

18 Jul 17:45
v2.0.0-beta.1
Compare
Choose a tag to compare
2.0.0 Beta 1 Pre-release
Pre-release
  • Compatibility with AMPHP v3 / Revolt
  • Renamed InMemoryCookieJar to LocalCookieJar

1.2.0

21 Oct 20:59
v1.2.0
Compare
Choose a tag to compare
  • Added compatibility with amphp/file v2
  • Updated public suffix list

1.1.0

29 Nov 18:11
v1.1.0
cd9ccc4
Compare
Choose a tag to compare
  • Added flag to persist session cookies (#5)

1.0.0

21 Dec 17:12
v1.0.0
Compare
Choose a tag to compare

Initial release.

1.0.0 RC5

20 Nov 19:28
v1.0.0-rc5
Compare
Choose a tag to compare
1.0.0 RC5 Pre-release
Pre-release

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Added Mutex to FileCookieJar to prevent concurrent reads / writes
  • Cookies of pushed responses are now stored in the cookie jar
  • Improved CookieJar::store() API to allow multiple cookies to be stored at once

1.0.0 RC4

06 Nov 22:00
v1.0.0-rc4
Compare
Choose a tag to compare
1.0.0 RC4 Pre-release
Pre-release

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Renamed CookieHandler to CookieInterceptor
  • Reduced public API in CookieJar
  • Changed return types to promises in CookieJar
  • Improved FileCookieJar
  • Made all classes final
  • Updated public suffix list

1.0.0 RC3

12 Sep 14:23
Compare
Choose a tag to compare
1.0.0 RC3 Pre-release
Pre-release

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Updated amphp/http-client version requirement

1.0.0 RC2

14 Aug 22:05
v1.0.0-rc2
Compare
Choose a tag to compare
1.0.0 RC2 Pre-release
Pre-release

Note: This is a pre-release, there might be breaking changes in the final stable version.

  • Fixed amphp/http-client version requirement