|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | <!-- Keep a Changelog guide -> https://keepachangelog.com -->
|
3 | 4 |
|
4 | 5 | ## [Unreleased]
|
| 6 | + |
| 7 | +... |
| 8 | + |
| 9 | +## [1.1.1] - 15.02.2022 |
| 10 | + |
5 | 11 | ### Features 🎉
|
6 |
| -- New, better project view! Now you can configure installer as well! | [#143](https://github.com/JetBrains/bazel-bsp/pull/143) |
| 12 | + |
| 13 | +- New, better project view! Now you can configure installer as well! |
| 14 | + | [#143](https://github.com/JetBrains/bazel-bsp/pull/143) |
| 15 | +- Server returns only the relevant output jar rather than 5-6 jars. |
| 16 | + | [#136](https://github.com/JetBrains/bazel-bsp/pull/136) |
| 17 | +- Server supports multiple subprojects in one workspace (first step). |
| 18 | + | [#130](https://github.com/JetBrains/bazel-bsp/pull/130) |
| 19 | +- `JvmBuildServer` implementation - now tests execution should be working! |
| 20 | + | [#128](https://github.com/JetBrains/bazel-bsp/pull/128) |
| 21 | +- Improved heuristics for guessing source roots. It looks directory structures such as `src/java` or `main/java`. |
| 22 | + | [#126](https://github.com/JetBrains/bazel-bsp/pull/126) |
7 | 23 |
|
8 | 24 | ### Changes 🔄
|
9 |
| -- Improved heuristics for guessing source roots. It looks directory structures such as `src/java` or `main/java`. | [#126](https://github.com/JetBrains/bazel-bsp/pull/126) |
| 25 | + |
| 26 | +- Server filters out non-runtime jars for running apps and tests. |
| 27 | + | [#131](https://github.com/JetBrains/bazel-bsp/pull/131) |
| 28 | +- Now server uses Java 11. |
| 29 | + | [#129](https://github.com/JetBrains/bazel-bsp/pull/129) |
| 30 | +- Bazel runner allows running a bazel command without positional arguments. |
| 31 | + | [#123](https://github.com/JetBrains/bazel-bsp/pull/123) |
10 | 32 |
|
11 | 33 | ### Fixes 🛠️
|
12 |
| -- Error diagnostics are now also sent for source files, including targets. | [#146](https://github.com/JetBrains/bazel-bsp/pull/146) |
13 |
| -- Now the project is built using bazel version `3.7.2`, as the rules currently used are no longer supported by bazel. | [#141](https://github.com/JetBrains/bazel-bsp/pull/141) |
14 | 34 |
|
| 35 | +- Error diagnostics are now also sent for source files, including targets. |
| 36 | + | [#146](https://github.com/JetBrains/bazel-bsp/pull/146) |
| 37 | +- Badges in the README work now (and there are even more of them). |
| 38 | + | [#142](https://github.com/JetBrains/bazel-bsp/pull/142) |
| 39 | +- Server builds a project during sync in order to fix dependency resolving mechanism. |
| 40 | + | [#137](https://github.com/JetBrains/bazel-bsp/pull/137) |
| 41 | +- Server handles aspects properly when multiple projects are in workspace. |
| 42 | + | [#132](https://github.com/JetBrains/bazel-bsp/pull/132) |
| 43 | +- Now the project is built using bazel version `3.7.2`, as the rules currently used are no longer supported by bazel. |
| 44 | + | [#141](https://github.com/JetBrains/bazel-bsp/pull/141) |
15 | 45 |
|
16 | 46 | ## [1.0.1] - 24.09.2021
|
| 47 | + |
17 | 48 | ### Features 🎉
|
18 |
| -- [This](CHANGELOG.md) changelog. | [#97](https://github.com/JetBrains/bazel-bsp/pull/97) |
| 49 | + |
| 50 | +- [This](CHANGELOG.md) changelog. |
| 51 | + | [#97](https://github.com/JetBrains/bazel-bsp/pull/97) |
19 | 52 |
|
20 | 53 | ### Changes 🔄
|
21 |
| -- Implementation of e2e tests. Have been moved to the `e2e` module and are now based on execution scenarios. | [#83](https://github.com/JetBrains/bazel-bsp/pull/83) |
22 |
| -- Github actions e2e tests execution - e2e tests are executed in parallel. | [#84](https://github.com/JetBrains/bazel-bsp/pull/84) |
23 |
| -- Project structure - now it is multi module project. | [#87](https://github.com/JetBrains/bazel-bsp/pull/87) |
24 |
| -- Github actions unit tests execution - each module has a separate job. | [#89](https://github.com/JetBrains/bazel-bsp/pull/89) |
25 |
| -- Created [document](docs/BUMPVERSION.md) with release tips. | [#91](https://github.com/JetBrains/bazel-bsp/pull/91) |
| 54 | + |
| 55 | +- Implementation of e2e tests. Have been moved to the `e2e` module and are now based on execution scenarios. |
| 56 | + | [#83](https://github.com/JetBrains/bazel-bsp/pull/83) |
| 57 | +- Github actions e2e tests execution - e2e tests are executed in parallel. |
| 58 | + | [#84](https://github.com/JetBrains/bazel-bsp/pull/84) |
| 59 | +- Project structure - now it is multi module project. |
| 60 | + | [#87](https://github.com/JetBrains/bazel-bsp/pull/87) |
| 61 | +- Github actions unit tests execution - each module has a separate job. |
| 62 | + | [#89](https://github.com/JetBrains/bazel-bsp/pull/89) |
| 63 | +- Created [document](docs/BUMPVERSION.md) with release tips. |
| 64 | + | [#91](https://github.com/JetBrains/bazel-bsp/pull/91) |
26 | 65 |
|
27 | 66 | ### Removed ✂️
|
28 |
| -- Old implementation of e2e tests. | [#86](https://github.com/JetBrains/bazel-bsp/pull/86) |
| 67 | + |
| 68 | +- Old implementation of e2e tests. |
| 69 | + | [#86](https://github.com/JetBrains/bazel-bsp/pull/86) |
29 | 70 |
|
30 | 71 | ### Fixes 🛠️
|
31 |
| -- Warnings generated by the [WORKSPACE file](WORKSPACE). | [#81](https://github.com/JetBrains/bazel-bsp/pull/81) |
32 |
| -- Semantic versioning parser - now it can parse every valid version. | [#93](https://github.com/JetBrains/bazel-bsp/pull/93) |
33 |
| -- `exports` attribute propagation to the BSP | [#98](https://github.com/JetBrains/bazel-bsp/pull/98) |
34 |
| -- Now all `scala_junit_test` based rules (including `scala_specs2_junit_test`) are included in the BSP tests, unfortunately without test classes. | [#101](https://github.com/JetBrains/bazel-bsp/pull/101) |
| 72 | + |
| 73 | +- Warnings generated by the [WORKSPACE file](WORKSPACE). |
| 74 | + | [#81](https://github.com/JetBrains/bazel-bsp/pull/81) |
| 75 | +- Semantic versioning parser - now it can parse every valid version. |
| 76 | + | [#93](https://github.com/JetBrains/bazel-bsp/pull/93) |
| 77 | +- `exports` attribute propagation to the BSP |
| 78 | + | [#98](https://github.com/JetBrains/bazel-bsp/pull/98) |
| 79 | +- Now all `scala_junit_test` based rules (including `scala_specs2_junit_test`) are included in the BSP tests, |
| 80 | + unfortunately without test classes. |
| 81 | + | [#101](https://github.com/JetBrains/bazel-bsp/pull/101) |
35 | 82 |
|
36 | 83 | ## [1.0.0] - 23.08.2021
|
37 |
| -- Everything... |
38 | 84 |
|
| 85 | +- Everything... 🎉 |
| 86 | + |
| 87 | +[Unreleased]: https://github.com/JetBrains/bazel-bsp/compare/1.1.1...HEAD |
| 88 | + |
| 89 | +[1.1.1]: https://github.com/JetBrains/bazel-bsp/compare/1.0.1...1.1.1 |
39 | 90 |
|
40 |
| -[Unreleased]: https://github.com/JetBrains/bazel-bsp/compare/1.0.1...HEAD |
41 | 91 | [1.0.1]: https://github.com/JetBrains/bazel-bsp/compare/1.0.0...1.0.1
|
| 92 | + |
42 | 93 | [1.0.0]: https://github.com/JetBrains/bazel-bsp/releases/tag/1.0.0
|
0 commit comments