Skip to content

Commit 35da4e7

Browse files
Scala LTS 3.3.5 announcement (#1728)
1 parent fa39c67 commit 35da4e7

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

_data/scala-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
release_date: January 20, 2025
55
- category: current_version
66
title: Current 3.3.x LTS release
7-
version: 3.3.4
8-
release_date: September 27, 2024
7+
version: 3.3.5
8+
release_date: January 29, 2025
99
- category: current_version
1010
title: Current 2.13.x release
1111
version: 2.13.16

_downloads/2025-01-29-3.3.5.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.3.5 LTS
3+
start: 29 January 2025
4+
layout: downloadpage
5+
release_version: 3.3.5
6+
release_date: "January 29, 2025"
7+
permalink: /download/3.3.5.html
8+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
9+
api_docs: https://www.scala-lang.org/api/3.3.5/
10+
---
+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.3.5/
4+
title: "Scala 3.3.5 LTS is now available!"
5+
---
6+
Scala 3.3.5 LTS is now available!
7+
8+
This patch release backports most of the improvements and bugfixes introduced in the Scala Next series up to the Scala 3.5.2 release.
9+
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).
10+
11+
# Breaking changes
12+
13+
- Aligned `-Wconf` parsing order with Scala 2 semantics: `-Wconf:x,y` now means `-Wconf:x -Wconf:y`, with y overruling x, rather than the reverse to align with Scala 3.4+ and with user intuition [#21985](https://github.com/scala/scala3/pull/21985)
14+
15+
# Notable changes
16+
17+
- Scala 2 Standard Library upgraded to 2.13.15
18+
- Support for JDK 23
19+
- Added the `-Wall` option that enables all linting warnings
20+
21+
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.5).
22+
23+
## Scala LTS Release Notice
24+
25+
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.
26+
27+
The next planned LTS release will include updates introduced until Scala 3.6.4, along with support for JDK 24 and the Scala 2.13.16 standard library.
28+

0 commit comments

Comments
 (0)