-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2198 from tgodzik/add-release-note-1.5.12
docs: Add release notes for Bloop 1.5.12
- Loading branch information
Showing
1 changed file
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
# bloop `v1.5.12` | ||
|
||
Bloop v1.5.12 is mostly a bugfix release, however some improvements were added, | ||
which includes: | ||
|
||
- Support for BSP's buildTargetDependencyModules by | ||
[Arthurm1](https://github.com/Arthurm1). | ||
- Always show full stack traces coming from the compiler. | ||
- Automatically add -release option when needed, which will make sure that the | ||
right JDK is used to compile your project by the Scala compiler. | ||
|
||
## Installing Bloop | ||
|
||
For more details about installing Bloop, please see | ||
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup)) | ||
|
||
## Merged pull requests | ||
|
||
Here's a list of pull requests that were merged: | ||
|
||
- Bugfix: Export runtime jars correctly from sbt [#2195] | ||
- Implement BSP buildTargetDependencyModules [#2197] | ||
- Bugfix: Make sure proper runtime classpath is used when debugging [#2196] | ||
- Chore: Add full error stack trace [#2193] | ||
- Bugfix: checkout all submodules on website release [#2194] | ||
- Chore: Update mdoc and move website release to a separate job [#2191] | ||
- Bugfix: Fix sbt integration tests [#2190] | ||
- Build(deps): Update scalaz-core from 7.3.7 to 7.3.8 [#2189] | ||
- Build(deps): Update utest from 0.8.1 to 0.8.2 [#2184] | ||
- Update sbt `bloopGenerate` docs to use `Value(None)` [#2185] | ||
- Chore: don't use javadoc classifier as default for bloopInstall [#2182] | ||
- Chore(deps): bump actions/setup-node from 3 to 4 [#2183] | ||
- Build(deps): Update log4j-core from 2.21.0 to 2.21.1 [#2179] | ||
- Build(deps): Update scalafmt-core from 3.7.14 to 3.7.15 [#2180] | ||
- Build(deps): Update sbt, test-agent from 1.9.6 to 1.9.7 [#2178] | ||
- Build(deps): Update sbt-mdoc from 2.3.8 to 2.4.0 [#2177] | ||
- Build(deps): Update log4j-core from 2.20.0 to 2.21.0 [#2176] | ||
- Chore(deps): bump @babel/traverse from 7.9.6 to 7.23.2 in /website [#2175] | ||
- Build(deps): Update tools from 0.4.15 to 0.4.16 [#2174] | ||
- Feature: Automatically add -release option when needed [#2172] | ||
- Build(deps): Update sbt-mdoc from 2.3.7 to 2.3.8 [#2173] | ||
- Improvement: trim spaces when filtering the only tests that should be run | ||
[#2171] | ||
- Build(deps): Update bsp4s from 2.1.0-M6 to 2.1.0-M7 [#2169] | ||
- Chore(deps): bump actions/checkout from 3 to 4 [#2168] | ||
- Build(deps): Update asm, asm-util from 9.5 to 9.6 [#2167] | ||
- Build(deps): Update bsp4s from 2.1.0-M5 to 2.1.0-M6 [#2159] | ||
- Improvement: Disable tracing by default [#2165] | ||
- Build(deps): Update scalajs-linker, ... from 1.13.2 to 1.14.0 [#2166] | ||
- Add support for absolute paths in Bloopgun error handling [#2132] | ||
- Build(deps): Update interface, interface-svm-subs from 1.0.18 to 1.0.19 | ||
[#2163] | ||
- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.13.2 to 1.14.0 | ||
[#2164] | ||
- Build(deps): Update sourcecode from 0.3.0 to 0.3.1 [#2162] | ||
- Build(deps): Update zinc from 1.9.3 to 1.9.5 [#2158] | ||
- Bugfix: Never set empty Scala JS version from sbt [#2161] | ||
- Build(deps): Update librarymanagement-ivy from 1.9.2 to 1.9.3 [#2154] | ||
- Chore: Increase test maximum duration for ScalaJsToolchainSpec for 0.6 [#2160] | ||
- Build(deps): Update sbt, test-agent from 1.9.4 to 1.9.6 [#2157] | ||
- Chore: Change frameworks not supported message to warn [#2153] | ||
- Build(deps): Update scala-library from 2.13.11 to 2.13.12 [#2152] | ||
- Build(deps): Update sbt-scalafix from 0.11.0 to 0.11.1 [#2151] | ||
- Build(deps): Update tools from 0.4.14 to 0.4.15 [#2149] | ||
- Build(deps): Update slf4j-nop from 2.0.7 to 2.0.9 [#2148] | ||
- Build(deps): Update scalafmt-core from 3.7.13 to 3.7.14 [#2145] | ||
|
||
[#2195]: https://github.com/scalacenter/bloop/pull/2195 | ||
[#2197]: https://github.com/scalacenter/bloop/pull/2197 | ||
[#2196]: https://github.com/scalacenter/bloop/pull/2196 | ||
[#2193]: https://github.com/scalacenter/bloop/pull/2193 | ||
[#2194]: https://github.com/scalacenter/bloop/pull/2194 | ||
[#2191]: https://github.com/scalacenter/bloop/pull/2191 | ||
[#2190]: https://github.com/scalacenter/bloop/pull/2190 | ||
[#2189]: https://github.com/scalacenter/bloop/pull/2189 | ||
[#2184]: https://github.com/scalacenter/bloop/pull/2184 | ||
[#2185]: https://github.com/scalacenter/bloop/pull/2185 | ||
[#2182]: https://github.com/scalacenter/bloop/pull/2182 | ||
[#2183]: https://github.com/scalacenter/bloop/pull/2183 | ||
[#2179]: https://github.com/scalacenter/bloop/pull/2179 | ||
[#2180]: https://github.com/scalacenter/bloop/pull/2180 | ||
[#2178]: https://github.com/scalacenter/bloop/pull/2178 | ||
[#2177]: https://github.com/scalacenter/bloop/pull/2177 | ||
[#2176]: https://github.com/scalacenter/bloop/pull/2176 | ||
[#2175]: https://github.com/scalacenter/bloop/pull/2175 | ||
[#2174]: https://github.com/scalacenter/bloop/pull/2174 | ||
[#2172]: https://github.com/scalacenter/bloop/pull/2172 | ||
[#2173]: https://github.com/scalacenter/bloop/pull/2173 | ||
[#2171]: https://github.com/scalacenter/bloop/pull/2171 | ||
[#2169]: https://github.com/scalacenter/bloop/pull/2169 | ||
[#2168]: https://github.com/scalacenter/bloop/pull/2168 | ||
[#2167]: https://github.com/scalacenter/bloop/pull/2167 | ||
[#2159]: https://github.com/scalacenter/bloop/pull/2159 | ||
[#2165]: https://github.com/scalacenter/bloop/pull/2165 | ||
[#2166]: https://github.com/scalacenter/bloop/pull/2166 | ||
[#2132]: https://github.com/scalacenter/bloop/pull/2132 | ||
[#2163]: https://github.com/scalacenter/bloop/pull/2163 | ||
[#2164]: https://github.com/scalacenter/bloop/pull/2164 | ||
[#2162]: https://github.com/scalacenter/bloop/pull/2162 | ||
[#2158]: https://github.com/scalacenter/bloop/pull/2158 | ||
[#2161]: https://github.com/scalacenter/bloop/pull/2161 | ||
[#2154]: https://github.com/scalacenter/bloop/pull/2154 | ||
[#2160]: https://github.com/scalacenter/bloop/pull/2160 | ||
[#2157]: https://github.com/scalacenter/bloop/pull/2157 | ||
[#2153]: https://github.com/scalacenter/bloop/pull/2153 | ||
[#2152]: https://github.com/scalacenter/bloop/pull/2152 | ||
[#2151]: https://github.com/scalacenter/bloop/pull/2151 | ||
[#2149]: https://github.com/scalacenter/bloop/pull/2149 | ||
[#2148]: https://github.com/scalacenter/bloop/pull/2148 | ||
[#2145]: https://github.com/scalacenter/bloop/pull/2145 | ||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v1.5.11..v1.5.12`, the following | ||
people have contributed to this `v1.5.12` release: Tomasz Godzik, Andrzej | ||
Ressel, Arthur McGibbon, Jihoon Kim, Kamil Podsiadlo, Shajahan Palayil. |