Skip to content

Commit 65b0b29

Browse files
authored
Merge pull request #2723 from tgodzik/release-notes-2.0.14
chore: Add release notes for 2.0.14
2 parents 02ad35e + f80d960 commit 65b0b29

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

notes/v2.0.14.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# bloop `v2.0.14`
2+
3+
Bloop v2.0.14 is a bugfix release:
4+
- Bugfix: Allow for more than 4 tasks to be run at the same time
5+
- Bugfix: Eagerly load sources when hashing to avoid stale diagnostics to be shown.
6+
- Bugfix: Don't log errors to BloopLogger when running an application via debugger endpoint.
7+
8+
## Installing Bloop
9+
10+
For more details about installing Bloop, please see [Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))
11+
12+
## Merged pull requests
13+
14+
Here's a list of pull requests that were merged:
15+
16+
- Bugfix: Save initial source hashes when compiling [#2722]
17+
- Bugfix: Use mapParallelUnordered to enable full paralelism [#2721]
18+
- Improvement: Fix existing warnings [#2720]
19+
- Build(deps): bump actions/download-artifact from 4 to 5 [#2719]
20+
- Build(deps): bump actions/setup-java from 4 to 5 [#2717]
21+
- Build(deps): bump actions/checkout from 4 to 5 [#2718]
22+
- Improvement: Make Scalac jar discovery more flexible [#2715]
23+
- Improvement: Make sure onl sbt bridge is used for bridge artifacts [#2712]
24+
- Improvement: Log if visiting file fails [#2710]
25+
- Bugfix: Don't log error to BloopLogger [#2709]
26+
27+
[#2722]: https://github.com/scalacenter/bloop/pull/2722
28+
[#2721]: https://github.com/scalacenter/bloop/pull/2721
29+
[#2720]: https://github.com/scalacenter/bloop/pull/2720
30+
[#2719]: https://github.com/scalacenter/bloop/pull/2719
31+
[#2717]: https://github.com/scalacenter/bloop/pull/2717
32+
[#2718]: https://github.com/scalacenter/bloop/pull/2718
33+
[#2715]: https://github.com/scalacenter/bloop/pull/2715
34+
[#2712]: https://github.com/scalacenter/bloop/pull/2712
35+
[#2710]: https://github.com/scalacenter/bloop/pull/2710
36+
[#2709]: https://github.com/scalacenter/bloop/pull/2709
37+
38+
## Contributors
39+
40+
According to `git shortlog -sn --no-merges v2.0.13..v2.0.14`, the following people have contributed to
41+
this `v2.0.14` release: Tomasz Godzik, dependabot[bot].

0 commit comments

Comments
 (0)