Skip to content

Commit ef9d437

Browse files
Scala 3.6.3 release announcement (#1726)
* Add draft for Scala 3.6.3 relase blogpost * Update release dates * Update Scala Releases
1 parent 0eea116 commit ef9d437

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-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.6.x release
3-
version: 3.6.2
4-
release_date: December 10, 2024
3+
version: 3.6.3
4+
release_date: January 20, 2025
55
- category: current_version
66
title: Current 3.3.x LTS release
77
version: 3.3.4

_downloads/2025-01-20-3.6.3.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.6.3
3+
start: 20 January 2025
4+
layout: downloadpage
5+
release_version: 3.6.3
6+
release_date: "January 20, 2025"
7+
permalink: /download/3.6.3.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.6.3/
10+
---
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.6.3/
4+
title: "Scala 3.6.3 is now available!"
5+
---
6+
Scala 3.6.3 is now available!
7+
8+
The new feature introduced in this release is `-Yprofile-trace` compiler option enabling the generation of trace events in a standard JSON format. These can be used by tooling to graphically inspect the amount of time needed to process sources in each compilation phase.
9+
10+
To use this feature run compilation with `-Yprofile-enabled` and `-Yprofile-trace:path/to/compiler.trace` to specify where traces should be saved. You can also optionally define `-Yprofile-destination:path/to/profiler.output` to redirect other profiler outputs that would be printed on the standard output otherwise. The final result file can rendered in the web browser using <https://ui.perfetto.dev>.
11+
For more details [refer to the Scala 3 PR](https://github.com/scala/scala3/pull/19897) or its [original Scala implementation](https://github.com/scala/scala/pull/7364).
12+
13+
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.6.3).

0 commit comments

Comments
 (0)