Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 1260ba2

Browse files
committed
release notes
1 parent c664136 commit 1260ba2

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

src/main/paradox/release-notes.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,55 @@ sbt setting.
1313
| [reactive-cli](https://github.com/lightbend/reactive-cli/releases) | $reactivecli$ |
1414
| [reactive-lib](https://github.com/lightbend/reactive-lib/releases) | $reactivelib$ |
1515
@@@
16+
17+
## sbt-reactive-app 1.6.1
18+
19+
- Fixes binary compatibility issue with sbt-native-packager 1.3.15 adopted by Play 2.6.20+ and Lagom 1.4.10. [#169][sbt-reactive-app169] by [@ignasi35][@ignasi35]
20+
21+
## 1.6.0
22+
23+
The reactive-lib 1.6.0 runtime is based on [Akka 2.5.18][akka2518] and [Akka Management][management] 0.20.0.
24+
25+
### Akka Cluster bootstrap: port-name
26+
27+
To maintain the compatibility with Akka Management 0.20.0, reactive-lib 0.9.3+ sets the default value of `akka.management.cluster.bootstrap.contact-point-discovery.port-name` in the config to `"akka-mgmt-http"`. [lib#90][lib90]
28+
29+
In addition, reactive-cli 1.6.0 will generate YAML that passes `-Dakka.management.cluster.bootstrap.contact-point-discovery.port-name` explicitly from the command line, which allows us to incrementally transition to the port name `"management"` in the future. [cli#185][cli185]
30+
31+
### Akka Cluster bootstrap: discovery-method
32+
33+
Instead of using `-Dakka.discovery.method`, reactive-cli 1.6.0 will generate YAML that passes `-Dakka.management.cluster.bootstrap.contact-point-discovery.discovery-method`, which is a setting more specific to Akka Cluster bootstrap. [cli#184][cli184]
34+
35+
Since reactive-lib's `ClusterServiceDiscovery` was never used, the implementation and `akka.discovery.method = reactive-lib` in config were both removed. [lib#99][lib99]
36+
37+
### Other fixes
38+
39+
- Since Akka 2.5.14+ comes with async-dns, reactive-lib's async-dns implementation was removed. Integration was added to test Akka Cluster bootstrap using DNS on OpenShift. [lib#91][lib91] by [@eed3si9n][@eed3si9n]
40+
- Fixes handling of non-defined `rpDockerPublish`. [sbt-reactive-app#153][sbt-reactive-app153] by [@dwijnand][@dwijnand]
41+
- Updates the reference to Lightbend helm-charts repo. [sbt-reactive-app#159][sbt-reactive-app159] by [@marcoderama][@marcoderama]
42+
- To fix "No configuration setting found for key 'decode-max-size'", reactive-lib 1.6.0 depends on Akka HTTP 10.0.15. [lib#105][lib105] by [@eed3si9n][@eed3si9n]
43+
- Fixes a typo in Helm RBAC setup. [sbt-reactive-app#162][sbt-reactive-app162] by [@yoks][@yoks]
44+
- Fixes inclusion of `application.conf` from transitive dependencies. [sbt-reactive-app#165][sbt-reactive-app165] by [@cunei][@cunei] and [@eed3si9n][@eed3si9n]
45+
46+
[orchestration]: https://developer.lightbend.com/docs/lightbend-orchestration/current/
47+
[management]: https://developer.lightbend.com/docs/akka-management/current/
48+
[akka2518]: https://akka.io/blog/news/2018/10/07/akka-2.5.18-released
49+
[cli]: https://developer.lightbend.com/docs/lightbend-orchestration/current/setup/cli-installation.html
50+
[sbt-reactive-app]: https://developer.lightbend.com/docs/lightbend-orchestration/current/setup/project-setup.html
51+
[lib90]: https://github.com/lightbend/reactive-lib/pull/90
52+
[lib91]: https://github.com/lightbend/reactive-lib/pull/91
53+
[lib99]: https://github.com/lightbend/reactive-lib/pull/99
54+
[lib105]: https://github.com/lightbend/reactive-lib/pull/105
55+
[cli184]: https://github.com/lightbend/reactive-cli/pull/184
56+
[cli185]: https://github.com/lightbend/reactive-cli/pull/185
57+
[sbt-reactive-app153]: https://github.com/lightbend/sbt-reactive-app/pull/153
58+
[sbt-reactive-app159]: https://github.com/lightbend/sbt-reactive-app/pull/159
59+
[sbt-reactive-app162]: https://github.com/lightbend/sbt-reactive-app/pull/162
60+
[sbt-reactive-app165]: https://github.com/lightbend/sbt-reactive-app/pull/165
61+
[sbt-reactive-app169]: https://github.com/lightbend/sbt-reactive-app/pull/169
62+
[@cunei]: https://github.com/cunei
63+
[@eed3si9n]: http://github.com/eed3si9n
64+
[@dwijnand]: https://github.com/dwijnand
65+
[@marcoderama]: https://github.com/marcoderama
66+
[@yoks]: https://github.com/yoks
67+
[@ignasi35]: http://github.com/ignasi35

0 commit comments

Comments
 (0)