-
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 #1830 from tgodzik/add-release-notes-1.5.4
chore: Add release notes for v1.5.4
- Loading branch information
Showing
1 changed file
with
68 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,68 @@ | ||
# bloop `v1.5.4` | ||
|
||
Bloop v1.5.4 is a bugfix release. | ||
|
||
## 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: Revert to bsp 2.0.0, since later versions don't run on JDK 8 [#1829] | ||
- Chore: set canDebug capabilities to true [#1820] | ||
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_dependency/module1 [#1828] | ||
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/test_jars [#1826] | ||
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_dependency/module2 [#1825] | ||
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/basic_scala [#1824] | ||
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_scala/module2 [#1823] | ||
- Improve `test` BSP service [#1769] | ||
- Bugfix: Try to download semanticdb even if it might not be supported [#1821] | ||
- Run source generators in topological order [#1819] | ||
- Store source generators' states [#1784] | ||
- Show stack traces of `Error`s thrown in asynchronous code [#1778] | ||
- Add support for source generators in Bloop [#1774] | ||
- Update gradle docs [#1783] | ||
- Fix: empty parameters json parsing [#1782] | ||
- Unblock bloop - upgrade monix and bsp4s [#1759] | ||
- Chore: Automatically add hook for validating formatting [#1780] | ||
- Truncate file timestamp in `AttributedPath` to milliseconds [#1776] | ||
- Missing string interpolation [#1777] | ||
- Bugfix: Try and fix issue with Base64 reflection [#1775] | ||
- Fix: avoid resource file updates in test [#1773] | ||
- Fix: check if products were removed in inc compilation [#1772] | ||
- Support scala android plugin on Gradle [#1768] | ||
- Upgrade sbt-librarymanagement to 1.1.5 due to CVEs in its 1.0.x tree. [#1770] | ||
|
||
|
||
[#1829]: https://github.com/scalacenter/bloop/pull/1829 | ||
[#1820]: https://github.com/scalacenter/bloop/pull/1820 | ||
[#1828]: https://github.com/scalacenter/bloop/pull/1828 | ||
[#1826]: https://github.com/scalacenter/bloop/pull/1826 | ||
[#1825]: https://github.com/scalacenter/bloop/pull/1825 | ||
[#1824]: https://github.com/scalacenter/bloop/pull/1824 | ||
[#1823]: https://github.com/scalacenter/bloop/pull/1823 | ||
[#1769]: https://github.com/scalacenter/bloop/pull/1769 | ||
[#1821]: https://github.com/scalacenter/bloop/pull/1821 | ||
[#1819]: https://github.com/scalacenter/bloop/pull/1819 | ||
[#1784]: https://github.com/scalacenter/bloop/pull/1784 | ||
[#1778]: https://github.com/scalacenter/bloop/pull/1778 | ||
[#1774]: https://github.com/scalacenter/bloop/pull/1774 | ||
[#1783]: https://github.com/scalacenter/bloop/pull/1783 | ||
[#1782]: https://github.com/scalacenter/bloop/pull/1782 | ||
[#1759]: https://github.com/scalacenter/bloop/pull/1759 | ||
[#1780]: https://github.com/scalacenter/bloop/pull/1780 | ||
[#1776]: https://github.com/scalacenter/bloop/pull/1776 | ||
[#1777]: https://github.com/scalacenter/bloop/pull/1777 | ||
[#1775]: https://github.com/scalacenter/bloop/pull/1775 | ||
[#1773]: https://github.com/scalacenter/bloop/pull/1773 | ||
[#1772]: https://github.com/scalacenter/bloop/pull/1772 | ||
[#1768]: https://github.com/scalacenter/bloop/pull/1768 | ||
[#1770]: https://github.com/scalacenter/bloop/pull/1770 | ||
|
||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v1.5.3..v1.5.4`, the following people have contributed to | ||
this `v1.5.4` release: Vadim Chelyshov, Øyvind Raddum Berg, Martin Duhem, Tomasz Godzik, dependabot[bot], Arthur McGibbon, Kamil Podsiadlo, ScalaWilliam. |