Skip to content

Commit 2d37c94

Browse files
authored
Merge pull request #1463 from Kordyjan/announcement-3.2.2
Add announcement for 3.2.2
2 parents 030a5b2 + 367e515 commit 2d37c94

File tree

3 files changed

+65
-2
lines changed

3 files changed

+65
-2
lines changed

_data/scala-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- category: current_version
22
title: Current 3.2.x release
3-
version: 3.2.1
4-
release_date: November 7, 2022
3+
version: 3.2.2
4+
release_date: January 30, 2023
55
- category: current_version
66
title: Current 2.13.x release
77
version: 2.13.10

_downloads/2023-01-30-3.2.2.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.2.2
3+
start: 30 January 2023
4+
layout: downloadpage
5+
release_version: 3.2.2
6+
release_date: "January 30, 2023"
7+
permalink: /download/3.2.2.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.2.2/
10+
---
+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.2.2
4+
title: "Scala 3.2.2 is now available!"
5+
---
6+
[Scala 3.2.2](https://github.com/lampepfl/dotty/releases/tag/3.2.2) is now available!
7+
8+
This version not only fixes bugs but also brings two new flags:
9+
10+
- `-Vrepl-max-print-characters` allows you to configure how many characters can be printed in the REPL before truncating the output. The default limit was also raised from 1,000 to 50,000 characters.
11+
- `-Ylightweight-lazy-vals` enables new lazy vals implementation. It can be much more performant, especially in cases of parallel access. However, it can cause problems when used inside of GraalVM native image. We will make the new implementation the default one as soon as we fix those problems.
12+
13+
## Contributors
14+
15+
Thank you to all the contributors who made the release of 3.2.2 possible 🎉
16+
17+
According to `git shortlog -sn --no-merges 3.2.1..3.2.2`, they are:
18+
19+
```
20+
86 Martin Odersky
21+
24 Yichen Xu
22+
23 Quentin Bernet
23+
19 Dale Wijnand
24+
18 Michael Pollmeier
25+
13 Paweł Marks
26+
8 Fengyun Liu
27+
7 Guillaume Raffin
28+
7 Som Snytt
29+
6 Szymon Rodziewicz
30+
5 Kacper Korban
31+
4 Chris Kipp
32+
3 Matt Bovel
33+
3 Rikito Taniguchi
34+
2 Ben Hutchison
35+
2 Florian3k
36+
2 Guillaume Martres
37+
2 Jamie Thompson
38+
2 João Costa
39+
2 Julien Richard-Foy
40+
2 Lukas Rytz
41+
2 Sébastien Doeraene
42+
1 Anton Sviridov
43+
1 Gabriel Volpe
44+
1 Liang Yan
45+
1 Noah Rosamilia
46+
1 Ondra Pelech
47+
1 Seth Tisue
48+
1 Tomasz Godzik
49+
1 Vadim Chelyshov
50+
1 nmc.borst
51+
1 nmcb
52+
1 olsdavis
53+
```

0 commit comments

Comments
 (0)