From 2f5d56d5711822089c5a698422b3f36a733f1858 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Sat, 18 Dec 2021 12:14:49 -0800 Subject: [PATCH] Scala 2.13.8 draft release notes --- releases/2.12.14.md | 34 --------------------------- releases/2.13.6.md | 57 --------------------------------------------- releases/2.13.8.md | 41 ++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 91 deletions(-) delete mode 100644 releases/2.12.14.md delete mode 100644 releases/2.13.6.md create mode 100644 releases/2.13.8.md diff --git a/releases/2.12.14.md b/releases/2.12.14.md deleted file mode 100644 index 6cda165663..0000000000 --- a/releases/2.12.14.md +++ /dev/null @@ -1,34 +0,0 @@ -Scala 2.12.14: - * Backports improvements to `-Xsource:3` to help projects cross build between 2.12.x, 2.13.x and 3.x. - ([#9589](https://github.com/scala/scala/pull/9589), [#9595](https://github.com/scala/scala/pull/9595) and [#9620](https://github.com/scala/scala/pull/9620) by [@smarter](https://github.com/smarter) and [@neko-kai](https://github.com/neko-kai)) - * Reduces lock contention between compilers when reading classpath JAR files. ([#9549](https://github.com/scala/scala/pull/9549) by [@retronym](https://github.com/retronym)) - * Propagate custom `TaskSupport` through operations of parallel collections. ([#9529](https://github.com/scala/scala/pull/9529), backport of fix for [scala/scala-parallel-collections#152](https://github.com/scala/scala-parallel-collections/issues/152), by [@lrytz](https://github.com/lrytz)) - * upgrade to asm 9.1, for JDK 17 support ([#9488](https://github.com/scala/scala/pull/9488) by [@SethTisue](https://github.com/SethTisue)) - * Fix cyclic error in runtime reflection (protobuf), a regression that [prevented Spark upgrading](https://github.com/apache/spark/pull/31223) to 2.12.13 ([#9478](https://api.github.com/repos/scala/scala/pulls/9478) by [@retronym](https://github.com/retronym)) - * Allow annotated literals inside as annotation args. ([#9342](https://github.com/scala/scala/pull/9342) by [@gzm0](https://github.com/gzm0)) - -For complete 2.12.14 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.12.14) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.12.14). - -## Compatibility - -As usual for our minor releases, Scala 2.12.14 is binary-compatible with the whole Scala 2.12 series. - -## Contributors - -A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent. - -This release was brought to you by 40 contributors, according to `git shortlog -sn --no-merges HEAD ^v2.12.13 ^2.11.x`. Thank you Jason Zaugg, Lukas Rytz, Guillaume Martres, Dale Wijnand, Seth Tisue, A. P. Marki, Mike Skells, Tom Grigg, Kai, Mario Galic, Martijn Hoekstra, tanishiking, Philippus, Adriaan Moors, Sébastien Doeraene, Tobias Schlatter, Andrii, Filipe Regadas, Alexey Kotlyarov. - -Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala core team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala. - -## Scala 2.12 notes - -The [release notes for Scala 2.12.0](https://github.com/scala/scala/releases/v2.12.0) have important information applicable to the whole 2.12 series. - -## Obtaining Scala - -Scala releases are available through a variety of channels, including (but not limited to): - -* Bump the `scalaVersion` setting in your sbt-based project -* Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.12.14.html) -* Obtain JARs via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.12.14%22) diff --git a/releases/2.13.6.md b/releases/2.13.6.md deleted file mode 100644 index d5ff26bdef..0000000000 --- a/releases/2.13.6.md +++ /dev/null @@ -1,57 +0,0 @@ -The Scala 2 team at Lightbend is pleased to announce the availability of Scala 2.13.6. - -### Highlights - -* TASTy Reader support for Scala 3.0.0 ([#9617](https://github.com/scala/scala/pull/9617) by [@bishabosha](https://github.com/bishabosha)) -* The [splain compiler plugin](https://github.com/tek/splain) by [@tek](https://github.com/tek) was integrated into the compiler, available with the `-Vimplicits` and `-Vtype-diffs` flags ([#7785](https://github.com/scala/scala/pull/7785])) -* Escaped double quotes now work as expected in string interpolations, both `s"\""` and `s"$""` ([#8830](https://github.com/scala/scala/pull/8830) by [@eed3si9n](https://github.com/eed3si9n) and [#9536](https://github.com/scala/scala/pull/9536) by [@martijnhoekstra](https://github.com/martijnhoekstra)) - -### Other Changes - -* Optimized BigInt implementation ([#9628](https://github.com/scala/scala/pull/9628)) by [@denisrosset](https://github.com/denisrosset) -* Support JDK15 text blocks in Java parser ([#9548](https://github.com/scala/scala/pull/9548)) by [@harpocrates](https://github.com/harpocrates) -* Stricter override checking for protected Scala members which override Java members ([#9525](https://github.com/scala/scala/pull/9525)) by [@kynthus](https://github.com/kynthus) -* Check `private[this]` members in override checking ([#9542](https://github.com/scala/scala/pull/9542)) -* More accurate outer checks in patterns ([#9504](https://github.com/scala/scala/pull/9504)) -* Allow renaming imports from `_root_` ([#9482](https://github.com/scala/scala/pull/9482)) by [@som-snytt](https://github.com/som-snytt) -* Make more annotations extend `ConstantAnnotation` ([9336](https://github.com/scala/scala/pull/9336)) by [@BalmungSan](https://github.com/BalmungSan) -* A number of syntax changes were added to simplify cross-building between Scala 2 and 3 - * Don't error (only warn) on symbol literals under `-Xsource:3` ([#9602](https://github.com/scala/scala/pull/9602)) - * Support writing `&` instead of `with` in types under `-Xsource:3` ([#9594](https://github.com/scala/scala/pull/9594)) - * Support Scala 3 vararg splice syntax under `-Xsource:3` ([#9584](https://github.com/scala/scala/pull/9584)) - * Support Scala 3 wildcard and renaming imports under `-Xsource:3` ([#9582](https://github.com/scala/scala/pull/9582)) - * Allow soft keywords open and infix under `-Xsource:3` ([#9580](https://github.com/scala/scala/pull/9580)) - * Align leading infix operator with Scala 3 improvements ([#9567](https://github.com/scala/scala/pull/9567)) - * Support `?` as wildcard marker under `-Xsource:3` ([#9560](https://github.com/scala/scala/pull/9560)) - * Support case in pattern bindings under `-Xsource:3` ([#9558](https://github.com/scala/scala/pull/9558)) - * Parse `+_` and `-_` in types as identifiers under `-Xsource:3` to support Scala 3.2 placeholder syntax ([#9605](https://github.com/scala/scala/pull/9605)) - -Some small changes that will ship in 2.12.14 are also included in this release. - -For the complete 2.13.6 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.6) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.6). - -## Compatibility - -As usual for our minor releases, Scala 2.13.6 is binary-compatible with the whole Scala 2.13 series. - -Upgrading from 2.12? Enable `-Xmigration` while upgrading to request migration advice from the compiler. - -## Contributors - -A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent. - -This release was brought to you by 25 contributors, according to `git shortlog -sn --no-merges HEAD ^v2.13.5 ^2.12.x`. Thank you A. P. Marki, Lukas Rytz, Dale Wijnand, Jamie Thompson, Seth Tisue, 梦境迷离, Guillaume Martres, Martijn Hoekstra, Denis Rosset, Aaron S. Hawley, Kai, Eugene Yokota, Jason Zaugg, Anatolii Kmetiuk, Ikko Ashimine, superseeker13, Eugene Platonov, Diego E. Alonso Blas, Filipe Regadas, Hatano Yuusuke, Luis Miguel Mejía Suárez, Rafał Sumisławski, Alec Theriault, Tom Grigg, Torsten Schmits. - -Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala core team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala. - -## Scala 2.13 notes - -The [release notes for Scala 2.13.0](https://github.com/scala/scala/releases/v2.13.0) have important information applicable to the whole 2.13 series. - -## Obtaining Scala - -Scala releases are available through a variety of channels, including (but not limited to): - -* Bump the `scalaVersion` setting in your sbt-based project -* Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.13.6.html) -* Obtain JARs via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.13.6%22) diff --git a/releases/2.13.8.md b/releases/2.13.8.md new file mode 100644 index 0000000000..76e8b2a0e8 --- /dev/null +++ b/releases/2.13.8.md @@ -0,0 +1,41 @@ +The Scala team at Lightbend is pleased to announce the availability of Scala 2.13.8. + +This is a modest, incremental release focused on addressing regressions in 2.13.7. + +### Highlights + +* Make REPL work again on Mac M1 (upgrade JLine & JNA) ([#9807](https://github.com/scala/scala/pull/9807) by [@SethTisue](https://github.com/SethTisue)) +* Fix slicing of views of `IndexedSeq`s (including fixing 2.13.7 `reverseIterator` regression) ([#9799](https://github.com/scala/scala/pull/9799) by [@som-snytt](https://github.com/som-snytt)) +* Fix 2.13.7 regression in implicit resolution ([#9829](https://github.com/scala/scala/pull/9829) by [@joroKr21](https://github.com/joroKr21)) +* Fix 2.13.7 `releaseFence` regression affecting GraalVM compatibility ([#9825](https://github.com/scala/scala/pull/9825) by [@lrytz](https://github.com/lrytz)) +* Fix 2.13.7 regression affecting wildcards and F-bounded types ([#9806](https://github.com/scala/scala/pull/9806) by [@joroKr21](https://github.com/joroKr21)) + +A few small changes that will ship in 2.12.16 are also included in this release. + +For the complete 2.13.8 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.8) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.8). + +## Compatibility + +As usual for our minor releases, Scala 2.13.8 is binary-compatible with the whole Scala 2.13 series. + +Upgrading from 2.12? Enable `-Xmigration` while upgrading to request migration advice from the compiler. + +## Contributors + +A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent. + +This release was brought to you by 8 contributors, according to `git shortlog -sn --no-merges @ ^v2.13.7 ^2.12.x`. Thank you A. P. Marki, Seth Tisue, Georgi Krastev, Jason Zaugg, Lukas Rytz, Martijn Hoekstra, Philippus Baalman, Chris Kipp. + +Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala core team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala. + +## Scala 2.13 notes + +The [release notes for Scala 2.13.0](https://github.com/scala/scala/releases/v2.13.0) have important information applicable to the whole 2.13 series. + +## Obtaining Scala + +Scala releases are available through a variety of channels, including (but not limited to): + +* Bump the `scalaVersion` setting in your sbt-based project +* Download a distribution from [scala-lang.org](https://scala-lang.org/download/2.13.8.html) +* Obtain JARs via [Maven Central](https://search.maven.org/search?q=g:org.scala-lang%20AND%20v:2.13.8)