Skip to content

Commit c2549d4

Browse files
authored
Merge pull request #1786 from tgodzik/release-3.3.6
docs: Add blogpost for 3.3.6 release
2 parents 4ff3667 + a0fdacf commit c2549d4

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

_data/scala-releases.yml

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

_downloads/2025-05-08-3.3.6.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.3.6 LTS
3+
start: 8 May 2025
4+
layout: downloadpage
5+
release_version: 3.3.6
6+
release_date: "May 8, 2025"
7+
permalink: /download/3.3.6.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.6/
10+
---
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
category: release
3+
permalink: /news/3.3.6/
4+
title: "Scala 3.3.6 LTS is now available!"
5+
---
6+
Scala 3.3.6 LTS is now available!
7+
8+
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.
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+
# Notable changes
12+
13+
- REPL: Add REPL init script setting [#22206](https://github.com/scala/scala3/pull/22206)
14+
- Update asm to patched 9.8.0 to support new JDK versions [#23004](https://github.com/scala/scala3/pull/23004)
15+
- classfile reader: handle JDK 9+ constant types in constant pool [#19533](https://github.com/scala/scala3/pull/19533)
16+
- REPL: Add back `:silent` command [#22248](https://github.com/scala/scala3/pull/22248)
17+
- Scala 2 forward port: `-Yprofile-trace` [#19897](https://github.com/scala/scala3/pull/19897)
18+
19+
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).
20+
21+
## Scala LTS Release Notice
22+
23+
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.
24+
25+
The next planned LTS release will include updates introduced until Scala 3.7.3.
26+

0 commit comments

Comments
 (0)