Releases: playframework/play-ws
Play WS, async HTTP client 2.2.0-M2
Milestone release, do not use in production!
Comes with Scala 3 support, see pull requests below.
Changes
- #704 scala-xml 2.1.0 also for Scala 2.12 by @mkurz
- #703 slf4j-api 2.0.1 (was 1.7.36) by @scala-steward
- #700 logback-core 1.4.1 (was 1.2.11) by @scala-steward
- #702 scala3-library 3.2.0 (was 3.1.3) by @scala-steward
- #701 akka-stream 2.6.20 (was 2.6.19) by @scala-steward
- #699 🔄 Synced file(s) with playframework/.github by @ihostage
- #698 Removed Lightbend CLA from PR template by @BillyAutrey
- #697 scalafmt-core 3.5.9 (was 3.5.8) by @scala-steward
- #696 sbt 1.7 by @mkurz
- #694 scalafmt-core 3.5.8 (was 3.5.2) by @scala-steward
- #695 specs2-core, specs2-junit, ... 4.16.1 (was 4.13.3) by @scala-steward
- #689 sbt-mima-plugin 1.1.0 (was 1.0.1) by @scala-steward
- #693 scala3-library 3.1.3 (was 3.1.1) by @scala-steward
- #692 reactive-streams 1.0.4 (was 1.0.3) by @scala-steward
- #690 sbt-header 5.7.0 (was 5.6.5) by @scala-steward
- #691 assertj-core 3.23.1 (was 3.22.0) by @scala-steward
- #688 Use scala-xml 2.x for Scala 2.13+ by @mkurz
- #686 fix warnings by @xuwei-k
- #685 remove scala-java8-compat dependency by @xuwei-k
- #684 use jdk.CollectionConverters instead of deprecated JavaConverters by @xuwei-k
- #679 GitHub actions last round + badges by @mkurz
- #677 Use secrets inherit for publish workflow by @mkurz
- #676 Switch to cmd.yml by @mkurz
- #675 scalafmt-core 3.5.2 (was 3.5.1) by @scala-steward
- #674 Remove obsolete comment by @mkurz
- #673 Use new "Ready To Merge" approach for GHA by @mkurz
- #672 Switch to v1 GHA + nicer validateCode alias by @mkurz
- #669 scalafmt-core 3.5.1 (was 2.7.5) by @scala-steward
- #670 Switch to reusable workflows by @mkurz
- #667 awaitility 4.2.0 (was 4.1.1) by @scala-steward
- #666 sbt-assembly 1.2.0 (was 1.1.1) by @scala-steward
- #665 logback-core 1.2.11 (was 1.2.10) by @scala-steward
- #664 No need to exclude scala-parser-combinators anymore by @mkurz
- #663 Latest akka/ssl-config/play-json RC by @mkurz
- #604 Scala 3 by @xuwei-k
- #655 sbt-assembly 1.1.1 (was 1.1.0) by @scala-steward
- #659 slf4j-api 1.7.36 (was 1.7.35) by @scala-steward
- #656 sbt-header 5.6.5 (was 5.6.0) by @scala-steward
- #657 sbt 1.6.2 (was 1.6.1) by @scala-steward
- #660 specs2-core, specs2-junit, ... 4.13.3 (was 4.13.2) by @scala-steward
- #652 Add release drafter with configs from .github repo by @mkurz
- #650 Use official release drafter action by @mkurz
- #646 assertj-core 3.22.0 (was 3.21.0) by @scala-steward
- #648 slf4j-api 1.7.35 (was 1.7.32) by @scala-steward
- #649 specs2-core, specs2-junit, ... 4.13.2 (was 4.13.1) by @scala-steward
- #644 Drop Travis CI by @ihostage
- #643 Configure branches for PR workflow explicitly by @ihostage
- #639 Migrate check RRs for
2.1.x
to GitHub Actions by @ihostage - #637 Migrate to GitHub Actions by @ihostage
❤️ 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.1.10
Problems occured during the release of 2.1.8 and 2.1.9, that's why these versions have not been published to the maven central repository.
Changes
- #682 Homepage needed for publishing by @mkurz
- #681 Fix pom by @mkurz
- #680 [2.1.x] sbt-ci-release + GHA by @mkurz
- #662 [2.1.x] Keep dependencies like in v2.1.7 by @mkurz
- #653 [2.1.x] Add release drafter with configs from .github repo by @mkurz
- #651 [2.1.x] Rename master branch to main by @mkurz
- #645 [2.1.x] Drop Travis CI by @ihostage
- #642 [2.1.x] Migrate to GitHub Actions by @ihostage
- #638 [2.1.x] ssl-config 0.6.0 (like akka 2.6.19) 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.1.7
What's Changed
Full Changelog: 2.1.6...2.1.7
Play WS, async HTTP client 2.2.0-M1
Milestone release, do not use in production!
Changes
- Bump versions, scala-xml conditional depending on Scala version, sbt-ci-release #631 by @scala-steward
- re-format
build.sbt
#636 by @xuwei-k - Update scalafmt
docstrings
setting #635 by @xuwei-k - add explicit type annotations for implicits #634 by @xuwei-k
- scala-library 2.13.7 (was 2.13.6) #625 by @scala-steward
What's Changed
- Configure mima previous version to 2.1.0 by @octonato in #422
- Correctly shade javax.activation by @octonato in #420
- Update sbt-header to 5.3.1 by @scala-steward in #423
- Update sbt to 1.3.4 by @scala-steward in #424
- Update sbt-sonatype to 3.8.1 by @scala-steward in #425
- Update akka-http to 10.1.11 by @scala-steward in #428
- Fix code examples in markdown documentation & Scaladoc by @cchantep in #429
- Update akka-stream to 2.6.1 by @scala-steward in #430
- add new AHC parameter: connectionPoolCleanerPeriod by @maxcellent in #416
- Update play-json to 2.8.1 by @scala-steward in #432
- Update sbt to 1.3.5 by @scala-steward in #434
- [2.1.x]: Configure mima to check against version 2.1.2 by @marcospereira in #435
- Add git depth settings for Travis by @octonato in #437
- Update sbt-pgp to 2.0.1 by @scala-steward in #438
- Update slf4j-api to 1.7.30 by @scala-steward in #436
- auto merge scala-steward by @octonato in #441
- Adds dynver settings by @octonato in #440
- Update sbt to 1.3.6 by @scala-steward in #442
- Remove copyright year (2.1.x) by @octonato in #444
- Remove year from Copyright header by @octonato in #443
- Update sbt 1.3.6 and fix coursier cache by @octonato in #446
- branch-merge-2.1.x (b4ca2fe) by @octonato in #439
- Update sbt-mima-plugin to 0.6.4 by @scala-steward in #457
- Update async-http-client to 2.10.5 by @scala-steward in #456
- Update specs2-core, specs2-junit, ... to 4.8.3 by @scala-steward in #455
- Update sbt to 1.3.8 by @scala-steward in #454
- Update akka-stream to 2.6.3 by @scala-steward in #451
- Update sbt-release to 1.0.13 by @scala-steward in #449
- Update assertj-core to 3.15.0 by @scala-steward in #453
- Update sbt-header to 5.4.0 by @scala-steward in #452
- Move to scalafmt by @wsargent in #459
- Change travis to use latest JDK point version by @wsargent in #460
- Doc update java client by @wsargent in #463
- Remove unnecessary repository by @marcospereira in #464
- Remove probot settings by @octonato in #465
- Update sbt-scalafmt to 2.0.7 by @scala-steward in #461
- Update sbt-scalafmt to 2.3.1 by @scala-steward in #466
- Update scalafmt-core to 2.4.1 by @scala-steward in #468
- Update ssl-config-core to 0.4.2 by @scala-steward in #470
- [doc] Add note to show using AHC client directly by @wsargent in #472
- Update scalafmt-core to 2.4.2 by @scala-steward in #471
- Update sbt-mima-plugin to 0.7.0 by @scala-steward in #475
- Update scala-java8-compat to 0.9.1 by @scala-steward in #469
- Update specs2-core, specs2-junit, ... to 4.9.1 by @scala-steward in #477
- Update awaitility to 4.0.2 by @scala-steward in #445
- Update sbt-scalafmt to 2.3.2 by @scala-steward in #480
- JPMS Automatic-Module-Name for all jars published by @nhojpatrick in #474
- Update sbt-sonatype to 3.9.2 by @scala-steward in #485
- Update specs2-core, specs2-junit, ... to 4.9.3 by @scala-steward in #490
- Update sbt-scalafmt to 2.3.4 by @scala-steward in #493
- Update sbt to 1.3.10 by @scala-steward in #494
- Update sbt-header to 5.5.0 by @scala-steward in #491
- Update sbt-header to 5.6.0 by @scala-steward in #495
- Update specs2-core, specs2-junit, ... to 4.9.4 by @scala-steward in #496
- Fix typo in README by @basicobject in #497
- Don't automatically merge Scala Stewards PRs by @ignasi35 in #499
- Update akka-stream to 2.6.5 by @scala-steward in #500
- Update scala-xml to 1.3.0 by @scala-steward in #483
- Update async-http-client to 2.12.1 by @scala-steward in #489
- Update akka-http to 10.1.12 by @scala-steward in #505
- Enable Release Drafter as Github action by @ennru in #508
- Update scalafmt-core to 2.5.3 by @scala-steward in #510
- Update play-json to 2.9.0 by @scala-steward in #511
- Update awaitility to 4.0.3 by @scala-steward in #509
- Update assertj-core to 3.16.1 by @scala-steward in #503
- Update sbt to 1.3.12 by @scala-steward in #513
- Update akka-stream to 2.6.6 by @scala-steward in #515
- Build: Mima, Dynver and publish settings; release to Bintray from Travis by @ennru in #514
- Update sbt-scalafmt to 2.4.0 by @scala-steward in #507
- Mergify: merge-when-green by @octonato in #516
- sbt-dynver 4.1.1 (was 4.0.0) by @scala-steward in #517
- sbt 1.3.13 (was 1.3.12) by @scala-steward in #519
- scalafmt-core 2.6.2 (was 2.5.3) by @scala-steward in #520
- fix ssl-config url by @xuwei-k in #522
- specs2-core, specs2-junit, ... 4.10.3 (was 4.9.4) by @scala-steward in #530
- sbt-scalafmt 2.4.2 (was 2.4.0) by @scala-steward in #525
- scalafmt-core 2.6.4 (was 2.6.2) by @scala-steward in #526
- sbt-jmh 0.4.0 (was 0.3.7) by @scala-steward in #531
- async-http-client 2.12.2 (was 2.12.1) by @scala-steward in #550
- play-json 2.9.2 (was 2.9.0) by @scala-steward in #549
- assertj-core 3.18.1 (was 3.16.1) by @scala-steward in #547
- akka-http 10.1.13 (was 10.1.12) by @scala-steward in #546
- specs2-core, specs2-junit, ... 4.10.5 (was 4.10.3) by @scala-steward in #544
- sbt-bintray 0.6.1 (was 0.5.6) by @scala-steward in #541
- sbt-mima-plugin 0.8.1 (was 0.7.0) by @scala-steward in #538
- sbt-assembly 0.15.0 (was 0.14.10) by @scala-steward in #518
- scalafmt-core 2.7.5 (was 2.6.4) by @scala-steward in #543
- signpost-core 2.1.1 (was 1.2.1.2) by @scala-steward in #524
- akka-stream 2.6.10 (was 2.6.6) by @scala-steward in #539
- specs2-core, specs2-junit, ... 4.10.6 (was 4.10.5) by @scala-steward in https://gith...
Play WS, async HTTP client 2.1.6
Full Changelog: 2.1.5...2.1.6
Play WS, async HTTP client 2.1.5
Play WS, async HTTP client 2.1.4
Changes
- scala-java8-compat 1.0.2 (was 1.0.0) #617 by @scala-steward
- awaitility 4.1.1 (was 4.1.0) #616 by @scala-steward
- akka-stream 2.6.17 (was 2.6.16) #615 by @scala-steward
- sbt-mima-plugin 1.0.1 (was 1.0.0) #614 by @scala-steward
- junit-interface 0.13.2 (was 0.11) #613 by @scala-steward
- assertj-core 3.21.0 (was 3.20.2) #610 by @scala-steward
- logback-core 1.2.6 (was 1.2.5) #609 by @scala-steward
- sbt-assembly 1.1.0 (was 1.0.0) #605 by @scala-steward
- sbt-mima-plugin 1.0.0 (was 0.9.2) #606 by @scala-steward
- Upgrade to latest akka 2.6.16 #603 by @mkurz
- ssl-config-core 0.6.0 (was 0.4.3) + cachecontrol 2.1.0 #590 by @scala-steward
- sbt 1.5.5 (was 1.3.13) #592 by @scala-steward
- remove old Bintray-based publishing #599 by @SethTisue
- rename
master
branch tomain
#597 by @SethTisue - sbt-scalafmt 2.4.3 (was 2.4.2) #593 by @scala-steward
- slf4j-api 1.7.32 (was 1.7.31) #594 by @scala-steward
- logback-core 1.2.5 (was 1.2.3) #589 by @scala-steward
- scala-xml 2.0.1 (was 2.0.0) #591 by @scala-steward
- specs2-core, specs2-junit, ... 4.12.4-js-ec (was 4.12.2) #595 by @scala-steward
- fix warnings in build.sbt #588 by @xuwei-k
- use slash syntax instead of deprecated
in
#585 by @xuwei-k - add explicit type annotations for implicit val #586 by @xuwei-k
- sbt-mima-plugin 0.9.2 (was 0.8.1) #571 by @scala-steward
- awaitility 4.1.0 (was 4.0.3) #572 by @scala-steward
- scala-java8-compat 1.0.0 (was 0.9.1) #573 by @scala-steward
- scala-xml 2.0.0 (was 1.3.0) #574 by @scala-steward
- sbt-jmh 0.4.3 (was 0.4.0) #577 by @scala-steward
- sbt-assembly 1.0.0 (was 0.15.0) #579 by @scala-steward
- akka-stream 2.6.15 (was 2.6.14) #580 by @scala-steward
- assertj-core 3.20.2 (was 3.19.0) #581 by @scala-steward
- slf4j-api 1.7.31 (was 1.7.30) #583 by @scala-steward
- specs2-core, specs2-junit, ... 4.12.2 (was 4.11.0) #584 by @scala-steward
- specs2-core, specs2-junit, ... 4.11.0 (was 4.10.6) #568 by @scala-steward
- add parentheses for lambda param #569 by @xuwei-k
- ssl-config-core 0.4.3 (was 0.4.2) #563 by @scala-steward
- async-http-client 2.12.3 (was 2.12.2) #564 by @scala-steward
Play WS, async HTTP client 2.1.3
Play WS release 2.1.2
Was released 2019-12-19.
Play WS, async HTTP client 2.1.0
Released Nov 20, 2019