diff --git a/_data/scala-releases.yml b/_data/scala-releases.yml index 31ee6ab4c..c873b6c95 100644 --- a/_data/scala-releases.yml +++ b/_data/scala-releases.yml @@ -4,8 +4,8 @@ release_date: March 7, 2025 - category: current_version title: Current 3.3.x LTS release - version: 3.3.5 - release_date: January 29, 2025 + version: 3.3.6 + release_date: May 8, 2025 - category: current_version title: Current 2.13.x release version: 2.13.16 diff --git a/_downloads/2025-05-08-3.3.6.md b/_downloads/2025-05-08-3.3.6.md new file mode 100644 index 000000000..7cdd52752 --- /dev/null +++ b/_downloads/2025-05-08-3.3.6.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.3.6 LTS +start: 8 May 2025 +layout: downloadpage +release_version: 3.3.6 +release_date: "May 8, 2025" +permalink: /download/3.3.6.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.3.6/ +--- diff --git a/_posts/2025-05-08-release-notes-3.3.6.md b/_posts/2025-05-08-release-notes-3.3.6.md new file mode 100644 index 000000000..c9526f6db --- /dev/null +++ b/_posts/2025-05-08-release-notes-3.3.6.md @@ -0,0 +1,26 @@ +--- +category: release +permalink: /news/3.3.6/ +title: "Scala 3.3.6 LTS is now available!" +--- +Scala 3.3.6 LTS is now available! + +This patch release backports most of the bugfixes and some of the improvements introduced in the Scala Next series up to the Scala 3.6.4 release. +All of the backported changes were proven to not break either binary or source compatibility, by testing over 1500 projects in the [Scala 3 Open Community Build](https://github.com/VirtusLab/community-build3). + +# Notable changes + +- REPL: Add REPL init script setting [#22206](https://github.com/scala/scala3/pull/22206) +- Update asm to patched 9.8.0 to support new JDK versions [#23004](https://github.com/scala/scala3/pull/23004) +- classfile reader: handle JDK 9+ constant types in constant pool [#19533](https://github.com/scala/scala3/pull/19533) +- REPL: Add back `:silent` command [#22248](https://github.com/scala/scala3/pull/22248) +- Scala 2 forward port: `-Yprofile-trace` [#19897](https://github.com/scala/scala3/pull/19897) + +For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.6). + +## Scala LTS Release Notice + +The Scala LTS series introduces a delay before backporting non-critical changes from the latest Scala Next stable releases. This delay helps minimize the risk of regressions that may be uncovered during testing. + +The next planned LTS release will include updates introduced until Scala 3.7.3. +