Skip to content

Add announcement for 3.2.2 #1463

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

Merged
merged 2 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- category: current_version
title: Current 3.2.x release
version: 3.2.1
release_date: November 7, 2022
version: 3.2.2
release_date: January 30, 2023
- category: current_version
title: Current 2.13.x release
version: 2.13.10
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2023-01-30-3.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Scala 3.2.2
start: 30 January 2023
layout: downloadpage
release_version: 3.2.2
release_date: "January 30, 2023"
permalink: /download/3.2.2.html
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
api_docs: https://www.scala-lang.org/api/3.2.2/
---
53 changes: 53 additions & 0 deletions _posts/2023-02-01-release-notes-3.2.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
category: announcement
permalink: /news/3.2.2
title: "Scala 3.2.2 is now available!"
---
[Scala 3.2.2](https://github.com/lampepfl/dotty/releases/tag/3.2.2) is now available!

This version not only fixes bugs but also brings two new flags:

- `-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.
- `-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.

## Contributors

Thank you to all the contributors who made the release of 3.2.2 possible 🎉

According to `git shortlog -sn --no-merges 3.2.1..3.2.2`, they are:

```
86 Martin Odersky
24 Yichen Xu
23 Quentin Bernet
19 Dale Wijnand
18 Michael Pollmeier
13 Paweł Marks
8 Fengyun Liu
7 Guillaume Raffin
7 Som Snytt
6 Szymon Rodziewicz
5 Kacper Korban
4 Chris Kipp
3 Matt Bovel
3 Rikito Taniguchi
2 Ben Hutchison
2 Florian3k
2 Guillaume Martres
2 Jamie Thompson
2 João Costa
2 Julien Richard-Foy
2 Lukas Rytz
2 Sébastien Doeraene
1 Anton Sviridov
1 Gabriel Volpe
1 Liang Yan
1 Noah Rosamilia
1 Ondra Pelech
1 Seth Tisue
1 Tomasz Godzik
1 Vadim Chelyshov
1 nmc.borst
1 nmcb
1 olsdavis
```