Skip to content

Releases: playframework/play-ws

Play WS, async HTTP client 3.0.3

05 May 06:15
3.0.3
83b2078
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 2.2.7

05 May 06:15
2.2.7
9e9c1e8
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 3.0.2

12 Mar 12:21
3.0.2
1fe2e33
Compare
Choose a tag to compare

Noteworthy

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 2.2.6

12 Mar 12:20
2.2.6
c7d5e8b
Compare
Choose a tag to compare

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 3.0.1

07 Dec 11:34
3.0.1
1f60b74
Compare
Choose a tag to compare

Noteworthy

Upgrades play-json which contains bug fixes.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 2.2.5

07 Dec 11:34
2.2.5
e599101
Compare
Choose a tag to compare

Noteworthy

Upgrades play-json which contains bug fixes.

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 3.0.0

02 Nov 11:18
3.0.0
a75a88a
Compare
Choose a tag to compare

Noteworthy

With version 3.0.0 the groupId changes from com.typesafe.play to org.playframework. To add this project as dependency you now have to use:

libraryDependencies += "org.playframework" %% "play-ahc-ws-standalone" % "LATEST_VERSION"

// For XML and JSON support
libraryDependencies += "org.playframework" %% "play-ws-standalone-xml" % playWsStandaloneVersion
libraryDependencies += "org.playframework" %% "play-ws-standalone-json" % playWsStandaloneVersion

Also, this release switches from Akka to Pekko. Therefore you might have to adjust packages in your code, e.g. for imports that would be:

import akka.*
// to
import org.apache.pekko.*

Also see the Pekko migration guides.

Not entirely relevant to this project, as it's a standalone project, but you might want to take a look at these pages to understand why we switched from Akka to Pekko

Changes

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 2.2.4

02 Nov 10:46
2.2.4
c4b5e55
Compare
Choose a tag to compare

Changes

  • #809 [2.2.x] play-json 2.10.2 (was 2.10.1) by @mkurz

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 2.2.3

04 Oct 23:32
2.2.3
7544694
Compare
Choose a tag to compare

Changes

  • #805 [2.2.x] restore streaming in StandaloneWSRequest.stream() (backport #803) by @maxcom
  • #799 [2.2.x] Adjust branch for GHA workflows by @mkurz
  • #795 Play 2.9 release candidate by @mkurz

❤️ Thanks to our premium sponsors!

If you find this OSS project useful for work, please consider asking your company to support it by becoming a sponsor.
You can also individually sponsor the project by becoming a backer.

🙇 Thanks to our contributors

Finally, thanks to the community for their help with detailed bug reports, discussions about new features and pull request reviews. This project is only possible due to the help we had from amazing contributors.
Special thanks to all code contributors who helped with this particular release (they are listed below)!

Play WS, async HTTP client 2.2.2

19 Sep 21:45
2.2.2
70beb71
Compare
Choose a tag to compare

Replaces version 2.2.0 because that version might have shipped broken artifacts caused by scala/bug#12868.

Noteworthy

Changes

Read more