Skip to content

Commit 815cba3

Browse files
committed
Add draft for Scala 3.6.3 relase blogpost
1 parent 0eea116 commit 815cba3

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

_downloads/2025-01-14-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: 14 January 2025
4+
layout: downloadpage
5+
release_version: 3.6.3
6+
release_date: "January 14, 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)