Skip to content

Add Scala 3.2.1 #1433

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 3 commits into from
Nov 7, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.0
release_date: September 5, 2022
version: 3.2.1
release_date: November 4, 2022
- category: current_version
title: Current 2.13.x release
version: 2.13.10
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2022-11-04-3.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Scala 3.2.0
start: 4 November 2022
layout: downloadpage
release_version: 3.2.1
release_date: "November 4, 2022"
permalink: /download/3.2.1.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.1/
---
58 changes: 58 additions & 0 deletions blog/_posts/2022-11-04-scala-3.2.1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
---
layout: blog-detail
post-type: blog
by: Paweł Marks, VirtusLab
title: Scala 3.2.1 released!
---

[Scala 3.2.1](https://github.com/lampepfl/dotty/releases/tag/3.2.1) is now available!

This version is a bug-fixing release focusing mainly but not exclusively on solving rare issues with code not compiling after migration to 3.2.0. This release also brings two notable enhancements:

- You can use published versions of the compiler to experiment with [capture checking](https://docs.scala-lang.org/scala3/reference/experimental/cc.html). You are no longer required to build the compiler from the sources from the experimental branch. Note that the capture-checking feature is still in an early experimental stage and needs lots of work and time before it becomes stable.
- It includes the first batch of frontend changes to generated Scaladoc. You can see the overall direction of changes and some future improvements by visiting the documentation site for [the standard library](https://www.scala-lang.org/api/3.2.1/).

## Contributors

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

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

```
215 Martin Odersky
94 Filip Łukasik
69 Fengyun Liu
57 Filip Zybała
31 Dale Wijnand
16 Paweł Marks
14 Sébastien Doeraene
10 Guillaume Raffin
9 rochala
8 Chris Kipp
8 Som Snytt
7 Jędrzej Rochala
7 Nicolas Stucki
7 Yichen Xu
6 Jamie Thompson
6 Tom Grigg
5 Kacper Korban
5 noti0na1
2 Arman Bilge
2 Matt Bovel
2 Ondrej Lhotak
2 Quentin Bernet
2 Seth Tisue
2 Tomasz Godzik
1 Adrien Piquerez
1 Florian3k
1 Gagandeep Kalra
1 Jentsch
1 Kieren Davies
1 Michał Pałka
1 Naveen
1 Oron Port
1 Rubin Simons
1 Wojciech Mazur
1 esteban marin
1 naveen
```