Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): Update Scala dependencies #13

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2023

This PR contains the following updates:

Package Type Update Change
com.github.nscala-time:nscala-time minor 2.32.0 -> 2.34.0
com.typesafe.akka:akka-testkit (source) Test patch 2.8.2 -> 2.8.7
com.typesafe.play:sbt-plugin plugin minor 2.8.19 -> 2.9.5
org.mockito:mockito-core Test minor 5.3.1 -> 5.14.1
org.scalatest:scalatest (source) Test patch 3.2.16 -> 3.2.19
sbt/sbt minor 1.8.3 -> 1.10.2

Release Notes

akka/akka (com.typesafe.akka:akka-testkit)

v2.8.7

Compare Source

What's Changed

Full Changelog: akka/akka@v2.8.6...v2.8.7

v2.8.6

Compare Source

What's Changed

Full Changelog: akka/akka@v2.8.5...v2.8.6

v2.8.5: 2.8.5

Compare Source

What's Changed

Full Changelog: akka/akka@v2.8.4...v2.8.5

v2.8.4

Compare Source

What's Changed
New Contributors

Full Changelog: akka/akka@v2.8.3...v2.8.4

v2.8.3

Compare Source

What's Changed
New Contributors

Full Changelog: akka/akka@v2.8.2...v2.8.3

playframework/playframework (com.typesafe.play:sbt-plugin)

v2.9.5: Play 2.9.5

Compare Source

The Play Team is happy to announce the release of Play 2.9.5! 🥳

📗 About this Release

This patch release primarily upgrades dependencies and fixes a bug that may occur in specific situations during file uploads. We recommend upgrading as soon as possible.

If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.

Noteworthy Pull Request
  • #​12780 [2.9.x] Prevent TemporaryFile to be deleted before returning a response (backport #​12772) by @​tkawachi
    • Prevent a TemporaryFile from being deleted until the response is finished.

Full Changelog

Following pull requests got merged for this release:

For more details see the full list of changes and the 2.9.5 milestone.

❤️ 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)!

v2.9.4: Play 2.9.4

Compare Source

The Play Team is delighted to announce the release of Play 2.9.4! 🎉

📗 About this Release

This patch release addresses a couple of bugs and incompatibilities, and upgrades dependencies. We recommend upgrading as soon as possible.

If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.

Noteworthy Pull Requests

Full Changelog

Following pull requests got merged for this release:

For more details see the full list of changes and the 2.9.4 milestone.

❤️ 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)!

v2.9.3: Play 2.9.3

Compare Source

The Play Team is happy to announce the release of Play 2.9.3! 🥳

📗 About this Release

This patch release addresses a couple of bugs, improves support for Scala 3, and upgrades dependencies. We recommend upgrading as soon as possible.

If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate. Many projects have already smoothly upgraded to Play 2.9.

Noteworthy Pull Requests

Full Changelog

Following pull requests got merged for this release:

For more details see the full list of changes and the 2.9.3 milestone.

❤️ 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)!

v2.9.2: Play 2.9.2

Compare Source

The Play Team is pleased to announce the release of Play 2.9.2! 🎉

📗 About this Release

This patch release addresses several bugs and introduces minor enhancements that may benefit you. We strongly recommend upgrading at your earliest convenience.

If you're considering upgrading to Play 2.9, please check the Play 2.9 release announcement for highlights and further details on how to migrate.

Noteworthy Pull Requests
  • With this release, we are disabling HTTP pipelining in the Play Akka HTTP backend. HTTP pipelining has not been thoroughly tested within Akka HTTP and was already disabled in Akka HTTP itself some time ago. Beyond benchmarking purposes, it is not recommended for practical use, and there is minimal actual usage from common client libraries in their default settings (web browsers do not support it anymore). Furthermore, having HTTP pipelining enabled could lead to Play unexpectedly canceling POST requests with large bodies.
  • Resolved an issue that could result in the loss of result attributes:
  • Netty native transports under Linux (enabled with play.server.netty.transport = "native") now support AArch64 and RISC-V out of the box in Play:
    • #​12405 Make Netty native transport work on Linux AArch64 and RISC-V (besides x86-64) by @​mkurz
  • Play and Twirl are now compatible with Scala 3.4.0. However, it's important to note that Scala 3.4.0 is not a Long-Term Support (LTS) release, and Play officially supports only Scala LTS versions (currently Scala 3.3). This compatibility is provided as a best effort. Consequently, if you choose to upgrade beyond Scala 3.3, you do so at your own risk, and you should not expect support for issues that may arise.
  • If you are using Bower WebJars you will now see deprecation warnings. More details:
  • You now have the option to disable the generation of JavaScript (reverse) routers if you do not utilize them, potentially enhancing the performance of your build:
  • This release includes numerous dependency upgrades, notably:
  • Last but not least, over the past weeks (indeed, months), efforts have been made to transition Play and all its dependencies away from the deprecated (and read-only) repo.typesafe.com and repo.scala-sbt.org repositories. As a result, with this release, all dependencies (including those for testing) are now hosted exclusively on Maven Central. This change ensures that even if one of the deprecated repositories were to become unavailable (as has happened in the past), your projects would not be affected. Moreover, this move allows for the possibility that, 15 years from now, you could still download the Play 2.9.2+ source code and, with just Java and sbt installed, rebuild Play from the sources (assuming Maven Central is still operational, which is more likely). While this may seem a bit far-fetched, we occasionally receive reports from users attempting to rebuild an ancient Play release but are unable to do so because they cannot retrieve all the necessary dependencies.

Full Changelog

Following pull requests got merged for this release:

For more details see the full list of changes and the 2.9.2 milestone.

❤️ 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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): Update dependency sbt/sbt to v1.9.0 fix(deps): Update Scala dependencies Jun 18, 2023
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from ae44932 to e98ba63 Compare June 18, 2023 11:14
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from c6c5fe3 to 9d6c57f Compare June 30, 2023 13:48
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 9d6c57f to 4fe70e4 Compare July 10, 2023 03:39
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from 4fdd803 to bac6596 Compare July 24, 2023 06:59
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from 87e800a to 2a4151e Compare August 22, 2023 09:06
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 2a4151e to 33d813b Compare August 25, 2023 02:48
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from 22ce780 to 48f06c5 Compare September 14, 2023 06:35
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from c9d831a to b314a35 Compare September 20, 2023 16:19
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from b314a35 to 32fd1e9 Compare October 6, 2023 17:02
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from 4187c36 to e3ffb1f Compare October 25, 2023 15:49
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from e3ffb1f to 2cdd3e6 Compare November 2, 2023 23:02
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 2cdd3e6 to afa7a8d Compare December 1, 2023 23:08
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from afa7a8d to 52d6d95 Compare December 14, 2023 04:34
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 52d6d95 to 7cdfd90 Compare January 9, 2024 07:18
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 7cdfd90 to a46cd68 Compare January 24, 2024 21:41
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from a46cd68 to 8a2c56e Compare February 7, 2024 16:27
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 8a2c56e to 49230e5 Compare February 23, 2024 06:46
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 49230e5 to a3ecdfd Compare April 1, 2024 17:52
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from 212e320 to 27293c8 Compare May 11, 2024 11:12
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 2 times, most recently from d7bde8a to cfc6724 Compare June 27, 2024 09:48
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from cfc6724 to a09ffda Compare July 2, 2024 14:58
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from a09ffda to abcc63f Compare July 8, 2024 02:23
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from abcc63f to bf9eb57 Compare July 24, 2024 11:14
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from bf9eb57 to 57ca50f Compare August 27, 2024 19:24
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 57ca50f to ca20b66 Compare September 16, 2024 03:27
@renovate renovate bot force-pushed the renovate/scala-dependencies branch 4 times, most recently from 2a1173f to 5e44c1e Compare October 2, 2024 12:35
@renovate renovate bot force-pushed the renovate/scala-dependencies branch from 5e44c1e to bee3d95 Compare October 9, 2024 08:33
@niktheblak niktheblak merged commit 0737a96 into master Oct 15, 2024
@niktheblak niktheblak deleted the renovate/scala-dependencies branch October 15, 2024 07:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant