Skip to content

Commit 573d26b

Browse files
authored
Merge pull request scalacenter#1830 from tgodzik/add-release-notes-1.5.4
chore: Add release notes for v1.5.4
2 parents 6c91b22 + a0a14c2 commit 573d26b

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

notes/v1.5.4.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# bloop `v1.5.4`
2+
3+
Bloop v1.5.4 is a bugfix release.
4+
5+
## Installing Bloop
6+
7+
For more details about installing Bloop, please see [Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))
8+
9+
## Merged pull requests
10+
11+
Here's a list of pull requests that were merged:
12+
13+
- Bugfix: Revert to bsp 2.0.0, since later versions don't run on JDK 8 [#1829]
14+
- Chore: set canDebug capabilities to true [#1820]
15+
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_dependency/module1 [#1828]
16+
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/test_jars [#1826]
17+
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_dependency/module2 [#1825]
18+
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/basic_scala [#1824]
19+
- Build(deps): bump scala-library from 2.13.6 to 2.13.9 in /integrations/maven-bloop/src/test/resources/multi_scala/module2 [#1823]
20+
- Improve `test` BSP service [#1769]
21+
- Bugfix: Try to download semanticdb even if it might not be supported [#1821]
22+
- Run source generators in topological order [#1819]
23+
- Store source generators' states [#1784]
24+
- Show stack traces of `Error`s thrown in asynchronous code [#1778]
25+
- Add support for source generators in Bloop [#1774]
26+
- Update gradle docs [#1783]
27+
- Fix: empty parameters json parsing [#1782]
28+
- Unblock bloop - upgrade monix and bsp4s [#1759]
29+
- Chore: Automatically add hook for validating formatting [#1780]
30+
- Truncate file timestamp in `AttributedPath` to milliseconds [#1776]
31+
- Missing string interpolation [#1777]
32+
- Bugfix: Try and fix issue with Base64 reflection [#1775]
33+
- Fix: avoid resource file updates in test [#1773]
34+
- Fix: check if products were removed in inc compilation [#1772]
35+
- Support scala android plugin on Gradle [#1768]
36+
- Upgrade sbt-librarymanagement to 1.1.5 due to CVEs in its 1.0.x tree. [#1770]
37+
38+
39+
[#1829]: https://github.com/scalacenter/bloop/pull/1829
40+
[#1820]: https://github.com/scalacenter/bloop/pull/1820
41+
[#1828]: https://github.com/scalacenter/bloop/pull/1828
42+
[#1826]: https://github.com/scalacenter/bloop/pull/1826
43+
[#1825]: https://github.com/scalacenter/bloop/pull/1825
44+
[#1824]: https://github.com/scalacenter/bloop/pull/1824
45+
[#1823]: https://github.com/scalacenter/bloop/pull/1823
46+
[#1769]: https://github.com/scalacenter/bloop/pull/1769
47+
[#1821]: https://github.com/scalacenter/bloop/pull/1821
48+
[#1819]: https://github.com/scalacenter/bloop/pull/1819
49+
[#1784]: https://github.com/scalacenter/bloop/pull/1784
50+
[#1778]: https://github.com/scalacenter/bloop/pull/1778
51+
[#1774]: https://github.com/scalacenter/bloop/pull/1774
52+
[#1783]: https://github.com/scalacenter/bloop/pull/1783
53+
[#1782]: https://github.com/scalacenter/bloop/pull/1782
54+
[#1759]: https://github.com/scalacenter/bloop/pull/1759
55+
[#1780]: https://github.com/scalacenter/bloop/pull/1780
56+
[#1776]: https://github.com/scalacenter/bloop/pull/1776
57+
[#1777]: https://github.com/scalacenter/bloop/pull/1777
58+
[#1775]: https://github.com/scalacenter/bloop/pull/1775
59+
[#1773]: https://github.com/scalacenter/bloop/pull/1773
60+
[#1772]: https://github.com/scalacenter/bloop/pull/1772
61+
[#1768]: https://github.com/scalacenter/bloop/pull/1768
62+
[#1770]: https://github.com/scalacenter/bloop/pull/1770
63+
64+
65+
## Contributors
66+
67+
According to `git shortlog -sn --no-merges v1.5.3..v1.5.4`, the following people have contributed to
68+
this `v1.5.4` release: Vadim Chelyshov, Øyvind Raddum Berg, Martin Duhem, Tomasz Godzik, dependabot[bot], Arthur McGibbon, Kamil Podsiadlo, ScalaWilliam.

0 commit comments

Comments
 (0)