v1.5.5
bloop v1.5.5
One of the notable changes in this release for anyone using the bloop-config
artifact is that it's no longer contained inside of this repo or versioned along
with it. You can find its new location in
scalacenter/bloop-config. The
latest version of bloop-config
is still 1.5.5 and you'll continue to use it as
you normally have.
Bloop v1.5.5 also ships a new major version of the Scala Debug Adapter,
featuring better debugging steps (step filter), conditional breakpoints,
logpoints and more. See a full list of features in the release notes of the
Scala Debug Adapter
3.0.1
and
3.0.3.
Installing Bloop
For more details about installing Bloop, please see
Bloop's Installation Guide)
Merged pull requests
Here's a list of pull requests that were merged:
- Build(deps): Update scalafmt-core from 3.0.8 to 3.6.1 #1937
- Build(deps): Update sbt-jmh from 0.3.7 to 0.4.3 #1940
- Chore: add in runner.dialect to get rid of warning #1935
- Build(deps): Update scalafmt-core from 3.0.0-RC5 to 3.0.8 #1930
- Build(deps): Update sbt-mdoc from 2.3.0 to 2.3.6 #1928
- Build(deps): Update sbt-jmh, sbt-jmh-extras from 0.3.3 to 0.3.7 #1934
- Build(deps): Update slf4j-nop from 1.7.2 to 1.7.36 #1932
- Build(deps): Update scalaz-concurrent, scalaz-core from 7.2.20 to 7.2.35
#1931 - Build(deps): Update sbt-scalafmt from 2.0.4 to 2.5.0 #1929
- Build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /website #1923
- Build(deps): Update scala-library from 2.13.8 to 2.13.10 #1921
- Build(deps): Update tools from 0.4.0 to 0.4.9 #1922
- Build(deps): Update sbt-scalajs-crossproject from 1.0.0 to 1.2.0 #1915
- Build(deps): Update scalajs-js-envs, ... from 0.6.32 to 0.6.33 #1918
- Build(deps): Update brave from 5.6.11 to 5.14.1 #1909
- Build(deps): Update groovy from 2.5.19 to 3.0.13 #1911
- Build(deps): Update zipkin-sender-urlconnection from 2.7.15 to 2.16.3 #1897
- Build(deps): Update log4j-core from 2.17.2 to 2.19.0 #1904
- Build(deps): Update classgraph from 4.8.78 to 4.8.151 #1894
- Build(deps): Update brave from 5.6.1 to 5.6.11 #1896
- Build(deps): Update org.eclipse.jgit, ... from 5.12.0.202106070339-r to
5.13.1.202206130422-r #1908 - Build(deps): Update scala-maven-plugin from 4.5.3 to 4.5.6 #1898
- Build(deps): Update jna, jna-platform from 5.8.0 to 5.12.1 #1900
- Build(deps): Update maven-core, maven-plugin-api from 3.6.3 to 3.8.6 #1905
- Build(deps): Update groovy from 2.5.4 to 2.5.19 #1907
- Build(deps): Update log4j-core from 2.17.1 to 2.17.2 #1901
- Build(deps): Update maven-core, maven-model-builder, ... from 3.6.1 to 3.6.3
#1902 - Build(deps): Update maven-plugin-annotations, ... from 3.6.0 to 3.6.4 #1903
- Build(deps): Update sbt-git from 1.0.2 to 2.0.0 #1889
- Build(deps): Update commons-codec from 1.11 to 1.15 #1891
- Build(deps): Update sbt-native-packager from 1.7.6 to 1.8.1 #1890
- Chore(ci): remove local steward #1886
- Refactor: remove unused cloneKafka stuff. #1888
- Docs: small updates to config related docs #1885
- Refactor: start using bloop-config as a dependency #1868
- Chore: Remove sbt asembly since it's no longer used #1882
- Chore: Remove sbt-ghpages and sbt-site since mdoc is being used instead
#1884 - Build(deps): Update sbt-git from 0.9.3 to 1.0.2 #1880
- Build(deps): Update sbt-native-packager from 1.7.2 to 1.7.6 #1881
- Build(deps): Update pprint from 0.8.0 to 0.8.1 #1878
- Improvement: Change the stamps to timewrapped ones #1871
- Refactor: Use the actual timeouts defined for tests in DebugServerSpec #1870
- Build(deps): Update utest from 0.6.9 to 0.8.1 #1876
- Build(deps): Update sourcecode from 0.1.9 to 0.3.0 #1875
- Build(deps): Update pprint from 0.5.9 to 0.8.0 #1874
- Build(deps): Update sbt-assembly from 0.14.10 to 0.15.0 #1873
- Discover test classes only in test projects #1869
- Bugfix: Retry test if socket was taken #1867
- Update bsp to 2.1.0-M3 #1845
- Bugfix: Don't fail test if socket was already closed #1866
- Build(deps): Update sbt-buildinfo from 0.7.0 to 0.11.0 #1861
- Update scala-debug-adapter to 3.0.5 #1865
- Chore: Remove java-debug and ignore updates for nailgun, release-early #1864
- Build(deps): Update gradle from 4.2.0 to 4.2.2 #1858
- Build(deps): Update sbt-scalafix from 0.9.34 to 0.10.4 #1857
- Build(deps): Update sbt-assembly from 0.14.6 to 0.14.10 #1860
- Build(deps): Update sbt-dynver from 4.0.0 to 4.1.1 #1859
- Build(deps): Update sourcecode from 0.1.4 to 0.1.9 #1863
- Build(deps): Update pprint from 0.5.5 to 0.5.9 #1862
- Chore: Remove support for sbtBloop for 0.13 version #1852
- Chore: Try to setup Scala Steward #1851
- Bugfix: Remove potentially problematic println #1850
- Bump scala-debug-adapter to 3.0.4 #1849
- Build(deps): bump al-cheb/configure-pagefile-action from 1.2 to 1.3 #1843
- Use scala-debug-adapter 3.0 #1841
- Chore: Update benchmarks to make them easy to run locally #1842
- Feat: capture diagnostic code from Problem #1750
- Fix test BSP service by not using stale state #1839
- Support traversal mode in
Dag.dfs
#1838 - Fix: bloop.task.Task - avoid materializing fallback task in timeoutTo #1834
Contributors
According to git shortlog -sn --no-merges v1.5.4..v1.5.5
, the following people
have contributed to this v1.5.5
release: scala-center-steward[bot], Tomasz
Godzik, Bloop Bot, Chris Kipp, Adrien Piquerez, Martin Duhem, dependabot[bot],
Øyvind Raddum Berg, Łukasz Wroński, Vadim Chelyshov.