From 815cba3a896fabc1c9cbacf88b1821713de48763 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Fri, 13 Dec 2024 15:17:15 +0100 Subject: [PATCH 1/3] Add draft for Scala 3.6.3 relase blogpost --- _downloads/2025-01-14-3.6.3.md | 10 ++++++++++ _posts/2025-01-14-release-notes-3.6.3.md | 13 +++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 _downloads/2025-01-14-3.6.3.md create mode 100644 _posts/2025-01-14-release-notes-3.6.3.md diff --git a/_downloads/2025-01-14-3.6.3.md b/_downloads/2025-01-14-3.6.3.md new file mode 100644 index 000000000..a93fccd93 --- /dev/null +++ b/_downloads/2025-01-14-3.6.3.md @@ -0,0 +1,10 @@ +--- +title: Scala 3.6.3 +start: 14 January 2025 +layout: downloadpage +release_version: 3.6.3 +release_date: "January 14, 2025" +permalink: /download/3.6.3.html +license: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.6.3/ +--- diff --git a/_posts/2025-01-14-release-notes-3.6.3.md b/_posts/2025-01-14-release-notes-3.6.3.md new file mode 100644 index 000000000..c2230d0e0 --- /dev/null +++ b/_posts/2025-01-14-release-notes-3.6.3.md @@ -0,0 +1,13 @@ +--- +category: announcement +permalink: /news/3.6.3 +title: "Scala 3.6.3 is now available!" +--- +Scala 3.6.3 is now available! + +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. + +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 . +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). + +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). From 1ca0a4604dbe801f0e0e750092d3cbb4b43cb803 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Mon, 20 Jan 2025 13:47:11 +0100 Subject: [PATCH 2/3] Update release dates --- _downloads/{2025-01-14-3.6.3.md => 2025-01-20-3.6.3.md} | 4 ++-- ...lease-notes-3.6.3.md => 2025-01-20-release-notes-3.6.3.md} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename _downloads/{2025-01-14-3.6.3.md => 2025-01-20-3.6.3.md} (80%) rename _posts/{2025-01-14-release-notes-3.6.3.md => 2025-01-20-release-notes-3.6.3.md} (97%) diff --git a/_downloads/2025-01-14-3.6.3.md b/_downloads/2025-01-20-3.6.3.md similarity index 80% rename from _downloads/2025-01-14-3.6.3.md rename to _downloads/2025-01-20-3.6.3.md index a93fccd93..de16461ac 100644 --- a/_downloads/2025-01-14-3.6.3.md +++ b/_downloads/2025-01-20-3.6.3.md @@ -1,9 +1,9 @@ --- title: Scala 3.6.3 -start: 14 January 2025 +start: 20 January 2025 layout: downloadpage release_version: 3.6.3 -release_date: "January 14, 2025" +release_date: "January 20, 2025" permalink: /download/3.6.3.html license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/3.6.3/ diff --git a/_posts/2025-01-14-release-notes-3.6.3.md b/_posts/2025-01-20-release-notes-3.6.3.md similarity index 97% rename from _posts/2025-01-14-release-notes-3.6.3.md rename to _posts/2025-01-20-release-notes-3.6.3.md index c2230d0e0..56cc75049 100644 --- a/_posts/2025-01-14-release-notes-3.6.3.md +++ b/_posts/2025-01-20-release-notes-3.6.3.md @@ -1,6 +1,6 @@ --- category: announcement -permalink: /news/3.6.3 +permalink: /news/3.6.3/ title: "Scala 3.6.3 is now available!" --- Scala 3.6.3 is now available! From 31366446bc9687d909cc6fe1de75e26d4603bd9c Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Mon, 20 Jan 2025 13:51:11 +0100 Subject: [PATCH 3/3] Update Scala Releases --- _data/scala-releases.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/scala-releases.yml b/_data/scala-releases.yml index bbf40fe41..1a9796962 100644 --- a/_data/scala-releases.yml +++ b/_data/scala-releases.yml @@ -1,7 +1,7 @@ - category: current_version title: Current 3.6.x release - version: 3.6.2 - release_date: December 10, 2024 + version: 3.6.3 + release_date: January 20, 2025 - category: current_version title: Current 3.3.x LTS release version: 3.3.4