You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
- 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]
0 commit comments