Akka 23.10 Released
Akka | News & Articles
by Patrik Nordwall
6M ago
Dear hakkers, Today we are excited to announce the availability of the Akka 23.10 release. It consists of the following modules: Akka (core) 2.9.0 Akka HTTP 10.6.0 Akka gRPC 2.4.0 Akka Management 1.5.0 Alpakka Kafka 5.0.0 Alpakka 7.0.0 Akka Persistence R2DBC 1.2.0 Akka Persistence JDBC 5.3.0 Akka Persistence Cassandra 1.2.0 Akka Projections 1.5.0 Akka Diagnostics 2.1.0 Akka Insights 2.19.0 (to be released soon) Starting from this release, the Akka releases are now published to our own dedicated repository. This change provides us with more control over the distribution process, ensuring fast ..read more
Visit website
Akka 23.05 Released
Akka | News & Articles
by Patrik Nordwall
1y ago
Dear hakkers, Today we are excited to announce the availability of the Akka 23.05 release. It consists of the following modules: Akka (core) 2.8.2 Akka HTTP 10.5.2 Akka gRPC 2.3.2 Akka Management 1.4.0 Alpakka Kafka 4.0.2 Alpakka 6.0.1 Akka Persistence R2DBC 1.1.0 Akka Persistence JDBC 5.2.1 Akka Persistence Cassandra 1.1.1 Akka Projections 1.4.0 Akka Diagnostics 2.0.0 New features For deeper insight into some of these new features, please visit the Lightbend blog, which will be featuring a new feature weekly for the next month. The noteworthy features are: Akka Distributed Cluster is a set ..read more
Visit website
Akka 22.10 Released
Akka | News & Articles
by Patrik Nordwall
1y ago
Dear hakkers, Today we are proud to announce the availability of the Akka October 2022 (22.10) release. It consists of the following modules: Akka (core) 2.7.0 Akka HTTP 10.4.0 Akka gRPC 2.2.0 Akka Management 1.2.0 Alpakka Kafka 4.0.0 Alpakka 5.0.0 Akka Persistence R2DBC 1.0.0 Akka Persistence JDBC 5.2.0 Akka Persistence Cassandra 1.1.0 Akka Projections 1.3.0 License change The license for using Akka in production has been changed to Business Source License v1.1. Why We Are Changing the License for Akka explains the reasons and a detailed FAQ is available to answer many of the questions that ..read more
Visit website
Akka 2.6.20 and other projects released
Akka | News & Articles
by Patrik Nordwall
1y ago
Dear hakkers, We are pleased to announce a new patch release of Akka 2.6. Noteworthy additions and improvements in this release: Convenient API for mergeAll, concatAll, interleaveAll and alsoToAll in Akka Streams, thanks to @He-Pin, #19045 Add Flow.flattenOptional, thanks to @He-Pin, #26876 Add Flow.statefulMap, thanks to @He-Pin, #28476 Add Sink.never, thanks to @He-Pin, #31289 Add detailed root cause messages to ActorInitializationException, thanks to @He-Pin, #31348, Optimize UnfoldAsync and UnfoldResourceAsync when future is already complete, thanks to @He-Pin, #31344 Optimize BehaviorBui ..read more
Visit website
Akka HTTP 10.2.10 Released
Akka | News & Articles
by Johan Andrén
1y ago
Dear hakkers, We are happy to announce the 10.2.10 release of Akka HTTP. This release contains a few smaller improvements and bugfixes. Noteworthy changes since 10.2.9 Avoid loop in JavaQuery.render(HttpCharset, CharPredicate) #4078 Optimization: avoid array copy for string entities #4098 Allow zero max-content-length #3903 Fix for Uri.collapseDotSegments failing on some relative paths #2507 Allow custom verifier in Credentials.Provided #4146 Make toStrictEntity fail with bad request in case of entity errors #4135 HTTP/2: When connection is aborted due to completion timeout, abort ongoing sub ..read more
Visit website
Akka 2.6.19 Released
Akka | News & Articles
by Patrik Nordwall
2y ago
Dear hakkers, We are excited to announce a new patch release of Akka 2.6. Noteworthy additions and improvements in this release: Fix connection not re-establised post unreachability resolution, thanks for collaboration with @nick-nachos, #31081 Fix StackOverflowError when subscribing to DeadLetters via message adapter, #31241 Add support for advanced/composite passivation strategies, #31124 Initial state setup in EventSourcedBehaviorTestKit, thanks to @ptrdom, #31074 Add isEnqueued method to QueueOfferResult, thanks to @hepin1989, #30853 Add Source.mergePrioritizedN, thanks to @hepin1989, #31 ..read more
Visit website
Akka HTTP 10.2.9 Released
Akka | News & Articles
by Johannes Rudolph
2y ago
Dear hakkers, We are happy to announce the 10.2.9 release of Akka HTTP. This release is a bugfix release fixing a few regressions introduced with 10.2.8: Avoid memory leak when HTTP/2 is enabled (#4047) Revert the default behavior for ServerSentEvent parsing back to the 10.2.7 default. Empty events are now silently skipped again to keep compatibility with existing (akka-http) servers. If you want to interpret empty events, you can now turn on akka.http.sse.emit-empty-events (#4043) Restore compatibility with existing Lightbend Telemetry versions #4055 Changes since 10.2.8 akka-http-core Hid ..read more
Visit website
Akka HTTP 10.2.8 Released
Akka | News & Articles
by Johannes Rudolph
2y ago
Dear hakkers, We are happy to announce the 10.2.8 release of Akka HTTP. This release is a maintenance release, mostly fixing a few smaller issues around HTTP/2 support. Akka HTTP now also supports graceful termination for HTTP/2 servers. If coordinated shutdown is enabled for a server binding via ServerBinding.addToCoordinatedShutdown, the server will allow ongoing requests to be completed for a configurable period of time while immediately rejecting incoming requests before shutting down the application process. This helps to avoid downtime during rolling upgrades. akka-http-core Enable idle ..read more
Visit website
Alpakka Kafka 3.0.0 Released
Akka | News & Articles
by Enno Runne
2y ago
Dear hAkkers, The Alpakka contributors are happy to announce the release of Alpakka Kafka 3.0.0 final. Alpakka Kafka 3.0 features the upgrade to the current Kafka client library 3.0.0 which is backward compatible with Kafka brokers of older versions. Alpakka Kafka 3.0 is published for Scala 2.13. Alpakka Kafka does not change its APIs compared to the 2.1 series, even previously deprecated APIs are kept. The major version upgrade is motivated by the Kafka clients upgrade and some changes to its dependencies. See the release history on GitHub releases. Notable changes since 2.1.1 Kafka client 3 ..read more
Visit website
Akka 2.6.18 Released
Akka | News & Articles
by Patrik Nordwall
2y ago
Dear hakkers, We are excited to announce a new patch release of Akka 2.6. Noteworthy additions and improvements in this release: New passivation strategies for Cluster Sharding, see below Non-snapshot artifacts for Scala 3 Send all allocated shards to region/proxy when registering. (A logged serialization error on pre-2.6.18 nodes during rolling upgrade can safely be ignored.) #27168 Fix lastSequenceNumber in DurableStateBehavior, #30833 New Persistence Query interfaces for bySlices queries, #30882 Durable state store persistence ids query, #30795 Use more apidoc links, thanks to @Captain1653 ..read more
Visit website

Follow Akka | News & Articles on FeedSpot

Continue with Google
Continue with Apple
OR