|
| 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