May
03
2017
Dear hakkers, we — the Akka HTTP committers — are happy to announce Akka Http 10.0.6, which is the sixth release of the Akka Http 10.0 series. It contains an important security fix for a vulnerability that affects all Akka HTTP applications that use the Akka HTTP routing DSL. The...
May
02
2017
Dear hakkers, we—the Akka committers—are proud to announce Akka 2.5.1, which is the first maintenance release of Akka 2.5. Some notable improvements and bug fixes are: Limiting the number of concurrent PersistentActor recoveries (#22638) Some stream stages may leak resources on materializer shutdown #22652 Fix memory usage problem when using...
May
02
2017
Dear hakkers, We are proud to announce Akka 2.4.18, which is another maintenance release of Akka 2.4. Some notable improvements and bug fixes are: Limiting number of concurrent PersistentActor recoveries, #22638 Some stream stages may leak resources on materializer shutdown, #22652 Stream FileIO should truncate existing files (before, existing files...
Apr
13
2017
Dear hakkers, we—the Akka committers—are proud to be able to announce the availability of Akka 2.5.0. Since the release of Akka 2.4.0 (already 18 months ago) we have incrementally added many new features to the 2.4.x release series, including Akka Streams and HTTP. That has worked well and we think...
Mar
30
2017
Dear hakkers, we—the Akka committers—are pleased to be able to announce the availability of Akka 2.5.0-RC2 (SECOND RELEASE CANDIDATE). This is what we intend to ship as 2.5.0 final unless issues are found, so please test it thoroughly and report back. Since the last release candidate two weeks ago we...
Mar
17
2017
Dear hakkers, we — the Akka HTTP committers — are happy to announce Akka Http 10.0.5, which is the fifth maintenance release of the Akka Http 10.0 series. It is primarily aimed at stability aligning the internals with the upcoming Akka 2.5 release. These steps are also the groundwork to...
Mar
17
2017
Dear hakkers, we—the Akka committers—are proud to be able to announce the availability of Akka 2.5.0-RC1 (FIRST RELEASE CANDIDATE). Since the release of Akka 2.4.0 (already 18 months ago) we have incrementally added many new features to the 2.4.x release series, including Akka Streams and HTTP. That has worked well...
Feb
24
2017
Dear hakkers, we—the Akka committers—proudly present the second development milestone for Akka 2.5. Since the release of Akka 2.4.0 (already 17 months ago) we have incrementally added many new features to the 2.4.x release series, including Akka Streams and HTTP. That has worked well and we think you appreciate the...
Feb
23
2017
Dear hakkers, we — the Akka HTTP committers — are happy to announce the availability of the forth maintenance release of Akka HTTP 10.0. This release is a monthly maintenance release which contains mostly bug fixes and smaller improvements. We strongly recommend updating from 10.0.3 which introduced a regression that...
Feb
10
2017
Dear hakkers, This is to announce the immediate availability of a security patch release, addressing a potential security issue with Java deserialization. An attacker that can connect to an ActorSystem exposed via Akka Remote over TCP can gain remote code execution capabilities in the context of the JVM process that...
Jan
26
2017
Dear hakkers, we — the Akka HTTP committers — are happy to announce the availability of the third maintenance release of Akka HTTP 10.0. This release also includes the security fix that was released earlier this week as Akka HTTP 10.0.2. The most notable changes in this release are: The...
Jan
26
2017
Dear hakkers, we—the Akka committers—proudly present the first development milestone for Akka 2.5. Since the release of Akka 2.4.0 (already 16 months ago) we have incrementally added many new features to the 2.4.x release series, including Akka Streams and HTTP. That has worked well and we think you appreciate the...
Jan
23
2017
Dear hakkers, This is to announce the immediate availability of a security patch release, addressing a potential denial of service attack targeting Akka HTTP in versions listed below. The vulnerability was brought to our attention by Dmitry Kolesnikov and Lari Hotari whom we’d like to thank for their thorough investigation...
Jan
17
2017
Dear hakkers, As we start into the new year, we have some exciting news to share: we’re looking to expand the core team! If you’re passionate about concurrency, distributed systems and want to help creating bleeding edge technology as part of our team, let us know by applying to the...
Jan
17
2017
Community Survey 2016 summary While it took us a while to go over the 637 replies replies from the 2016 community survey, now we’re ready to publish a small summary with our interpretation thereof. This is almost twice the amount of respondents than in the 2014 survey! Before we jump...
Dec
22
2016
Dear hakkers, We are proud to announce Akka Http 10.0.1, which is the first maintenance release of the Akka Http 10.0 series, and also our small holiday present to you. Some notable improvements and bug fixes are: Lots of documentation improvements thanks to our awesome contributors. Improved (debug) log messages...
Dec
20
2016
Dear hakkers, We are proud to announce Akka 2.4.16, which is another maintenance release of Akka 2.4. Some notable improvements and bug fixes are: durable storage of Distributed Data, #21645 API for ActorSystemSettings, #21894 optimize monitoring SPI for Artery, #21924 fix regression that caused sharding entities to not always be...
Nov
22
2016
Dear hakkers, Today, we are proud and happy to announce the immediate availability of the fully stable version of Akka HTTP – 10.0.0, charmingly code named “X” by @jonas on gitter! Please note that while the version number changed significantly, the actual surface APIs did not by much. The akka-http-core...
Nov
18
2016
Dear hakkers, We are proud to announce the fourteenth maintenance release of Akka 2.4 which contains a number of improvements and bugfixes. Some notable changes are: When reading snapshots fails for a persistent actor it will now cause recovery failure #21842 Performance improvements for the LocalSnapshotStore #20821 Attributes on flatMapConcat/flatMapMerge...
Oct
30
2016
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.16. This is the 16th maintenance release of the 2.3 branch. This release contains three bugfixes: Wraparound issue with the scheduler causing it to stop function correctly 20424 Issue in ConsistentHashingRouter causing problems for DNS...
Oct
28
2016
Dear hakkers, We are proud to announce the release of Akka 2.4.12, which includes various small improvements and fixes across the board, as well as new security related features. Most notably these are: Improvements of SSL handling in the remoting layer of Akka Support for log Markers by Akka Logging...
Sep
30
2016
Dear hakkers, We are proud to announce the release of Akka 2.4.11, which includes the new experimental Akka Remoting, codenamed Artery. Some noteworthy changes in the 2.4.11 release are: New remoting, see below Progress of Akka Typed, see below Fixed an issue where in some cases cancel or failure events...
Sep
07
2016
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.10. This is mostly a bugfix release with a couple of new features. Most notable changes are: An addition of MergeHub and BroadcastHub which enables dynamic fan-in and fan-out streams. Find more information in the...
Sep
01
2016
Dear hakkers, we did a lot this year already. We merged Akka Streams and HTTP into the 2.4 series of Akka, pushed 16 releases of Akka itself, and maintained the various Persistence plugins. We also reached out to create even more community collaboration with projects related to Kafka, and now...
Aug
19
2016
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.9. We would like to thank everyone who tested the Release Candidates, such that now we’re confident in releasing this version. This version is focused on Akka HTTP and Akka Streams performance improvements as well...
Aug
02
2016
Dear hAkkers, We—the Akka committers—are pleased to announce the availability of Akka 2.4.9-RC2. This release does not change much over the previous Release Candidate, except fixing one OSGi plugin induced packaging problem which might have caused compilation errors, see issue #21105 if you want to know more about the root...
Aug
02
2016
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.9-RC1. This version is focused on Akka HTTP performance improvements as well as introducing the entity streaming feature which we’ll discuss below. Highlights of the performance improvements include: Overall Akka HTTP throughput and transfer rate...
Jul
08
2016
Dear hakkers, we—the Akka committers—are proud to announce a new patch release of Akka 2.4. This release contains a number of fixes and improvements spread out across many of the Akka modules and the documentation. As usual, this version is a drop-in replacement for any previous 2.4.x series version and...
Jul
05
2016
Dear hakkers, With great joy and pleasure we bring to you… the rebooted Akka team blog! This blog aims to provide you with high quality technical content straight from the core team. We’ll go into more detail about “why this blog?”, and how it relates to the other blogs or...
Jun
03
2016
Dear hakkers, we—the Akka committers—are proud to announce a new patch release of Akka 2.4. This release contains a number of minor improvements and fixes spread out across many of the Akka modules and the documentation. Some noteworthy changes in the 2.4.7 release are: A resource leak in remoting fixed,...
May
19
2016
Dear hakkers, soon after releasing Akka 2.4.5 with the new Routing DSL for Java it was discovered (thanks relgames) that the akka-http-experimental artifact was incomplete (#20556), and the missing class files did in fact make parts of the high-level server APIs unusable. We are therefore with some urgency releasing a...
May
17
2016
Dear hakkers, we—the Akka committers—are proud to announce a new minor release of Akka, 2.4.5 that contains some pretty major news for those of you who are using Akka HTTP with Java. Rise of the “New” Java Routing DSL This release contains the long-awaited “new” Routing DSL for Java, which...
Apr
14
2016
Dear hakkers, We have expedited the 2.4.4 release due to a few annoying bugs in 2.4.3. Important fixes: Enable streaming responses with ‘Connection: close’, issue #20254 NPE in ConsistentHashingRouter for SimpleDnsManager, issue #20263 Streams wiring should work in arbitrary nest levels far from original module, issue #20216 Fixed dangerous sharing...
Apr
01
2016
Dear Hakkers, we—the Akka committers—are happy to announce the fourth maintenance release of Akka Streams & HTTP 2.0. This update addresses stability issues for those who can not upgrade to Akka 2.4.x. Fixes in this release include: SubSource double push (#20157) UnzipWith double push (#20167) FileIO publisher double onComplete (#20168)...
Apr
01
2016
Dear hakkers, we—the Akka committers—are proud to announce the third patch release of Akka 2.4. This release focused mostly on hardening and polishing of existing features. We fixed a total of 58 flaky tests or bugs, continuing towards our stretch goal of reaching a clean slate in terms of known...
Apr
01
2016
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.15. This is the 15th maintenance release of the 2.3 branch. This release features fixes that have been gathered since the previous release, among which: Various fixed leaks: Nepotism in AbstractNodeQueue causing excessive garbage in...
Feb
17
2016
Dear hakkers, we—the Akka committers—are proud to announce the FINAL RELEASE of Akka 2.4.2. The main change in this release is that it includes Streams & HTTP. Some of these new modules are still marked experimental due to impending API changes that we could not yet finish, in particular these...
Feb
02
2016
Dear hakkers, we—the Akka committers—are proud to announce the SECOND RELEASE CANDIDATE for the upcoming release of Akka 2.4.2. The main change in the upcoming Akka 2.4.2 release is that it includes Streams & HTTP, with the akka-stream, akka-stream-testkit, akka-parsing, and akka-http-core modules no longer being marked “experimental”. In comparison...
Jan
26
2016
Dear Hakkers, we—the Akka committers—are happy to announce the third maintenance release of Akka Streams & HTTP 2.0. This minor update addresses a couple of stability issues discovered recently for those who can not upgrade to Akka 2.4.2-RC1. Fixes in this release include: Http client causes ‘Cannot pull closed port’...
Jan
26
2016
Dear hakkers, we—the Akka committers—are proud to announce the FIRST RELEASE CANDIDATE for the upcoming release of Akka 2.4.2. The main change in this release is that it includes Streams & HTTP, with the akka-stream, akka-stream-testkit, akka-parsing, and akka-http-core modules no longer being marked “experimental”. In comparison to Streams &...
Jan
14
2016
Dear Hakkers, we—the Akka committers—are happy to announce the second maintenance release of Akka Streams & HTTP 2.0. This minor update addresses a number of stability issues discovered recently, mostly in the HTTP and WebSocket code. Meanwhile, we have moved all new Streams & HTTP development to the master branch,...
Dec
23
2015
Dear Hakkers, we—the Akka committers—are very pleased to bring to you a quick follow-up maintenance release to Akka Streams & HTTP 2.0 which was released earlier this week. This release primarily aims to resolve a bug we found shortly after releasing that affected code and directives using InputStream as Source,...
Dec
21
2015
Dear Hakkers, we—the Akka committers—are very pleased to announce Akka Streams & HTTP 2.0. This major update represents the culmination of an inspiring community push after our 1.0 release more than five months ago. The changes we made can be classified into two categories: We streamlined the API in response...
Nov
30
2015
Dear Hakkers, we—the Akka committers—are very pleased to announce Akka Streams & HTTP 2.0-M2, the second milestone of the upcoming 2.0 release. While most of the changes in this release are internal, there are some new features available, too. The workhorse of the 2.0 series, GraphStage has now preliminary documentation...
Nov
27
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.1. This release contains a few important fixes and improvements: Shard region now kills shards more consistently on HandOff An empty shard region now shuts down correctly on graceful shutdown Using the distributed data mode...
Nov
05
2015
Dear Hakkers we—the Akka committers—are very pleased to announce Akka Streams & HTTP 2.0-M1, the first milestone of the upcoming 2.0 release. The overarching theme of this milestone is unification, both in internals and API. Thanks go to all of you who tried out Streams & HTTP 1.0, your feedback—both...
Sep
30
2015
Dear hAkkers, we—the Akka committers—are proud to announce the final release of Akka 2.4.0. The key features of the 2.4.0 release are: dropped support for Java 6 & 7 as announced in the last roadmap update, and now require Java 8 or later—this will allow us to create modern idiomatic...
Sep
17
2015
Dear hAkkers, we—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.0-RC3 (THIRD RELEASE CANDIDATE). This is what we intend to ship as 2.4.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Sep
16
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.14. This is the 14th maintenance release of the 2.3 branch. This release features a single yet important fix to the ClusterClient: ClusterClient doesn’t reconnect when server restarts quickly #18459 Akka 2.3.14 is released for...
Sep
04
2015
Dear hAkkers, we—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.0-RC2 (SECOND RELEASE CANDIDATE). This is what we intend to ship as 2.4.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Sep
03
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.13. This is the 13th maintenance release of the 2.3 branch. This release contains a few important fixes: backport ClusterClient failure detection improvement fix AbstractFSM.onTransition recursion set tcpNoDelay on Netty child channels a fix for...
Aug
21
2015
Dear hAkkers, we—the Akka committers—are pleased to be able to announce the availability of Akka 2.4.0-RC1 (FIRST RELEASE CANDIDATE). This is what we intend to ship as 2.4.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Aug
14
2015
Dear hAkkers, we—the Akka committers—proudly present the third development milestone for Akka 2.4. Since the release of Akka 2.4-M2 (one and a half months ago) much has happened, in particular around Akka Persistence. Besides a plethora of small improvements the main changes relative to 2.4-M2 are: experimental stream based API...
Jul
15
2015
Dear hakkers, we—the Akka committers—are very pleased to announce the final release of Akka Streams & HTTP 1.0. After countless hours and many months of work we now consider Streams & HTTP good enough for evaluation and production use, subject to the caveat on performance below. We will continue to...
Jul
09
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.12. This is the twelfth maintenance release of the 2.3 branch. This release contains a few important fixes: a fix for a race between Terminated message and final write in TCP (#17932) a fix for...
Jun
26
2015
Dear hAkkers, we—the Akka committers—proudly present the second development milestone for Akka 2.4. Since the release of Akka 2.4-M1 (one month ago) much has happened, in particular around Akka Persistence and Akka Cluster tools. Besides a plethora of small improvements the main changes relative to 2.4-M1 are: incorporate Patrik’s akka-data-replication...
May
22
2015
Dear hAkkers, we—the Akka committers—proudly present the first development milestone for Akka 2.4. Since the release of Akka 2.3.0 (already 14.5 months ago) much has happened, in particular around Streams & HTTP. It may therefore surprise you that these additions to the Akka toolkit are not yet part of the...
May
12
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.11. This is the eleventh maintenance release of the 2.3 branch. This release contains a few important fixes: a fix for BatchingExecutor (#16327; symptom is a requirement failure when using blocking{} in Future callbacks) a...
Apr
24
2015
Dear hAkkers, we—the Akka committers—are exceptionally proud to present the first RELEASE CANDIDATE or Akka Streams & HTTP. While this is not the end of the journey—several features are going to be added after 1.0—the time has come to declare a (very) useful subset of the intended functionality ready for...
Apr
23
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.10. This is the tenth maintenance release of the 2.3 branch. This release contains several important improvements: change default configuration to disable TCP IO connection abort workaround on windows (see more below) fix open-coded spinlock...
Apr
09
2015
Today we are thrilled by the announcement of Akka.NET 1.0, a port of Akka from the JVM to Microsoft’s Common Language Runtime (CLR). The team and community around Roger Alsing and Aaron Stannard valiantly took it upon themselves to supply the growing open-source movement in the .NET world with a...
Mar
05
2015
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.2.5. This is the fourth maintenance release of the 2.2 branch, and was sponsored by Manhattan Associates, Inc. It includes a fix concerning filebased durable mailboxes, which might have grown indefinitely on some operating systems....
Jan
19
2015
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.9. This is the ninth maintenance release of the 2.3 branch. This release contains a few improvements: fix a bug in Remoting that could lead to inconsistent state of system message resend buffer (ResendUnfulfillableException) fix...
Dec
17
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.8. This is the eighth maintenance release of the 2.3 branch. This release contains a few improvements and one new feature: fix a bug in Clustering that could lead to Terminated being fired for remote...
Nov
12
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.7. This is the seventh maintenance release of the 2.3 branch. Among other fixes and improvements this release contains: A fix for a missing predicate parameter in the FSM contributed by litomSegal. A fix in...
Sep
12
2014
Dear hAkkers, today we are very excited to share with you another early preview milestone of Akka Streams and Akka HTTP. Version 0.6 was not widely announced because we were preparing some major work on the API and most of that is now finished. Behold, the new FlowGraph DSL (we...
Sep
05
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.6. This is the sixth maintenance release of the 2.3 branch. This release contains the following improvements: A fix for a wrong snapshot file being offered to a recovering persistent actor was contributed by blawlor....
Aug
14
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.5. This is the fifth maintenance release of the 2.3 branch. This release contains a few improvements and one new feature: Fix bug in Akka I/O TCP pullMode. Contributed by Johannes Rudolph. A new router...
Jun
30
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.4. This is the fourth maintenance release of the 2.3 branch. This release contains extensive changes to the experimental module Akka Persistence: Processor and EventsourcedProcessor are deprecated and replaced by PersistentActor Channel and PersistentChannel are...
May
22
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.3. This is the third maintenance release of the 2.3 branch. It contains fixes for several issues and performance improvements. Akka 2.3.3 is released for Scala 2.10.4 and 2.11.1. If you were using Akka 2.3.2...
Apr
09
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.2. This is the second maintenance release of the 2.3 branch. It contains fixes for several issues. This release is backwards binary compatible with version 2.3.0 and 2.3.1 which means that the new JARs are...
Mar
25
2014
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.1. This is the first maintenance release of the 2.3 branch, containing documentation improvements and fixing several issues including: Simplified receive definition and support for supervision strategies for Java 8 Support for receiving ConfirmablePersistent messages...
Mar
12
2014
There is a great wealth of projects out there using Akka or offering improvements and additional features, but up to this point we have only manually tried to present a selection on our community page. This effort is obviously doomed, we cannot keep up with all the development that is...
Mar
05
2014
Dear hakkers, We—the Akka committers—proudly announce the FINAL RELEASE of Akka 2.3.0, the first step of the Rollins milestone. Eight months have passed since the release of Akka 2.2.0 and much has happened in our code base. The key features of this major release are: Akka Persistence Actor and FSM...
Mar
04
2014
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.2.4. This is the third maintenance release of the 2.2 branch, containing documentation improvements and fixing several issues including: (remote, cluster) increased numerical precision of PhiAccrualFailureDetector, contributed by Rob David (actor) fixed a regression in...
Feb
19
2014
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.0-RC4 (FOURTH RELEASE CANDIDATE). This is what we intend to ship as 2.3.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Feb
14
2014
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.0-RC3 (THIRD RELEASE CANDIDATE). This is what we intend to ship as 2.3.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Feb
03
2014
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.0-RC2 (FIRST RELEASE CANDIDATE). This is what we intend to ship as 2.3.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Jan
20
2014
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3.0-RC1 (FIRST RELEASE CANDIDATE). This is what we intend to ship as 2.3.0 final unless issues are found, so please test it thoroughly and report back. Failures are important to hear about, but praise also...
Dec
16
2013
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3-M2 (PRE-RELEASE MILESTONE TWO). It is a preview on what is going to become Akka 2.3, so please give us feedback! This is probably the last milestone before the first 2.3.0 release candidate, which is...
Oct
23
2013
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.2.3. This is the second maintenance release of the 2.2 branch, containing documentation improvements and fixing several issues including: Optimized vector clock comparison CompundWrite support for the TCP module that allows batched writes More robust...
Oct
18
2013
Dear hakkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.3-M1 (PRE-RELEASE MILESTONE ONE). It is a preview on what is going to become Akka 2.3, so please give us feedback! The most exciting new feature is Akka Persistence, developed by Martin Krasser in collaboration...
Aug
27
2013
We are proud to announce that Akka Tech Lead Dr. Roland Kuhn will co-present the Coursera course on the Principles of Reactive Programming together with Prof. Martin Odersky and Prof. Erik Meijer of LINQ and Rx fame. This follow-on course on Martin Odersky’s Functional Programming Principles in Scala will guide...
Aug
27
2013
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.2.1. This is the first maintenance release of the 2.2 branch, containing documentation improvements and fixing several issues including: Convenience method for looking up ActorRef via ActorSelection Configurable dispatcher for internal remoting actors Java support...
Jul
09
2013
Dear hAkkers, we—the Akka committers—proudly announce the FINAL RELEASE of Akka 2.2.0 “Coltrane”. Half a year has passed since the release of Akka 2.1.0 “Mingus” and much has happened in our code base. User-visible API changes have been kept to a minimum, though, as most work happened under the hood;...
May
14
2013
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.1.4. This is the fourth maintenance release of the 2.1 branch, containing documentation improvements and fixing several issues including: CallingThreadDispatcher deadlock problems Stack overflow while loading messages from persistent mailbox More robust recovery in remoting...
May
13
2013
IMPORTANT NOTICE Release 2.1.3 is broken due to a bug in the release script. Please use 2.1.4 instead. The original announcement for 2.1.3 is available below Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.1.3. This is the third maintenance release of the...
Mar
15
2013
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.1.2. This is the second maintenance release of the 2.1 branch, where the main changes are that it was built and tested against Scala 2.10.1 and that it comes with true Javadoc generated by the...
Feb
26
2013
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.1.1. This is the first maintenance release of the 2.1 branch, which besides documentation updates and the fixes mentioned below also contains a back-port of most of the cluster-related changes in the recently released 2.2-M1....
Jan
02
2013
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.0.5. This version contains a number of small bug fixes, for the full list of tickets closed see below, the most notable ones are allow null as reply from a TypedActor properly set stateData when...
Dec
21
2012
We—the Akka committers—are pleased to be able to announce the availability of Akka 2.1.0 ‘Mingus’. We are proud to include the work of 17 external committers, plus the work done by our great community in reporting and helping to diagnose bugs along the way. This release refines and builds upon...
Nov
14
2012
Dear hAkkers, We—the Akka committers—are pleased to be able to announce the availability of Akka 2.0.4. This version contains a number of small bug fixes, for the full list of tickets closed see below, the most notable ones are fix a divide-by-zero bug in routers fix a wrap-around bug in...
Aug
15
2012
Dear hAkkers, We, the Akka committers, are pleased to be able to announce the availability of Akka 2.0.3. This version most notably replaces the embedded version of the Typesafe Config library with an external dependency on it (so you can override/replace that dependency at will), for the full list of...
Jun
12
2012
Ladies and gentlemen, We are pleased to be able to announce the availability of Akka 2.0.2 which addresses several defects as well as adds even more documentation. 2.0.2 is also deprecating classes and methods that will be more obviously “internal API” for 2.1, as well as methods that have been...
Apr
13
2012
Five weeks after the release of the very well received version 2.0, we have accumulated enough small fixes and enhancements to warrant a binary compatible bugfix release. We would like to thank our great community for not only reporting, but also helping in fixing the issues which turned up: starting...
Mar
13
2012
Following our release of Akka 2.0 last week, we are now releasing Typesafe Stack 2.0 targeting both Java and Scala developers. Read more about it in the official announcement. In short the Typesafe Stack is a modern software platform that makes it easy for developers to build scalable software applications...
Mar
08
2012
Mar
06
2012
We’ve just released Akka 2.0 – a revolutionary step in programming for concurrency, fault-tolerance and scalability. Download it here. Building on the experiences from the Akka 1 series, we take Akka to the next level— resilience by default, scale up and out by configuration, extensibility by design and with a...
Feb
07
2012
We’ve just released a bugfix release correcting an issue with bounded mailboxes that are flooded, where abnormally large exceptions would get created. Update is available through the normal channels!
Jan
30
2012
Akka 1.3 is more a maintenance release than a revolutionary step: I includes a couple of important bugfixes, and also a brand new 0MQ integration kindly contributed by Karim Osman!
May 03 2017
Akka Http 10.0.6 Security Update Released!May 02 2017
Akka 2.5.1 Released!May 02 2017
Akka 2.4.18 Released!Apr 13 2017
Akka 2.5.0 Released!Mar 30 2017
Akka 2.5.0-RC2 Released!May 19 2017
Akka Typed: Lifecycle and WatchMay 16 2017
Akka Typed: SupervisionMay 12 2017
Akka Typed: ProtocolsMay 08 2017
Akka Typed: Mutable vs. ImmutableMay 06 2017
Akka Typed: Coexistence