Monday, 05 August 2013
Infinispan 6.0.0.Alpha2 is out!
Dear Infinispan community,
We’re proud to announce the second Alpha release of Infinispan 6.0.0, and also the second release using the Apache Software Licence.
New features in this release:
-
A new query DSL that is usable both in embedded/library mode and over HotRod.
-
Support for JCache 0.8, the Public Review Draft version of the JSR-107 specification.
-
A slimmer distribution, thanks to moving non-core cache store implementations to separate repositories.
For a complete list of features and fixes included in this release please refer to the release notes. Visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Thanks to everyone for their involvement and contribution!
Cheers Dan
Tags: release alpha
Wednesday, 17 July 2013
Infinispan 6.0.0.Alpha1 is out!
Dear Infinispan community,
We’re proud to announce the first Alpha release of Infinispan 6.0.0. Starting with this release, Infinispan license is moving to the terms of the Apache Software Licence version 2.0.
Besides increased stability (about 30 bug fixes) this release also brings several new features:
-
A more efficient FileCacheStore implementation (courtesy Karsten Blees)
-
A new set of usage and performance statistics developed within the scope of the CloudTM project
-
A new (experimental) marshaller for Hot Rod based on protobuf, which will be primarily used by the upcoming remote querying feature. Since this has reuse potential in other projects it was promoted to an independent project named protostream under the Infinispan umbrella
For a complete list of features and fixes included in this release please refer to the release notes.
Visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Thanks to everyone for their involvement and contribution!
Cheers,
Adrian
Tags: protostream release statistics persistence alpha
Wednesday, 26 June 2013
Infinispan 5.3.0.Final is out!
Dear Infinispan community,
We’re proud to announce the final release of Infinispan 5.3.0 "http://www.masterofmalt.com/beer/brewdog-tactical-nuclear-penguin-375cl-beer/[Tactical Nuclear Penguin]". Besides increased stability (130+ bug fixes) this release also brings some highly demanded features:
-
Total Order transaction protocol developed within the scope of the CloudTM project yielding significant performance improvements under concurrent access
-
Support for JSR-107 (Java Caching API) implementation
-
A new implementation of the Lucene Directory for Infinispan based on Lucene 4
-
A new packaging for the Infinispan server modules, based on the JBoss AS
-
Interoperability between Hot Rod, Memcached, REST and embedded mode
-
Storing arrays in Infinispan as keys and values
-
Several new cache stores: a mongoDB cache store (courtesy of Guillaume Scheibel), a JPA based cache store and a LevelDB cache store (courtesy of Ray Tsang)
For a complete list of features included in this release refer to the release notes.
Visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Time to move forward now: Infinispan 6.0 will bring some significant improvements to the Inifinispan ecosystem and also a shift in licence to Apache Software Licence
Stay tuned!
Cheers,
Mircea
Tags: release final
Friday, 17 May 2013
Infinispan 5.3.0.Beta2 is out!
The highlights of this release are:
-
interoperability between Hot Rod, Memcached, REST and embedded mode. E.g. it is now possible to write data through an REST interface and read it through Hot Rod or the other way around
-
the ability to expose the same container over multiple Hot Rod endpoints and the integration of the WebSocket endpoint
Please stay tuned for blogs detailing these features.
For a complete list of features included in this release refer to the release notes.
Visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers,
Mircea
Tags: beta release
Friday, 03 May 2013
Infinispan 5.3.0.Beta1 is out!
Besides about 30 fixes and several enhancements, Infinispan 5.3.0.Beta1 comes with the following features:
-
An preview of the functionality allowing an embedded client to read data written through HotRod and the other way around
-
SSL access to Hot Rod
-
All the keys in the cluster can now be retrieved over REST
-
better internal structures for holding data which should translate in lower memory usage, especially when using infinispan in client/server mode
Please stay tuned for blogs detailing all these features. For a complete list of features included in this release refer to the release notes.
Visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers,
Mircea
Tags: beta release
Tuesday, 09 April 2013
Infinispan 5.3.0.Alpha1 is out!
With a code name hard to match - Tactical Nuclear Penguin - and besides almost 50 bug fixes, this release contains several important features:
-
Total Order (TO) transaction protocol developed within the scope of the CloudTM project. The TO exhibits very good throughput in scenarios in which multiple transactions modify the same key set concurrently (high contention)
-
support for JSR-107 (Java Caching API) implementation, allowing Infinispan to be used as a cache provider
-
A new implementation of the Lucene Directory for Infinispan based on Lucene 4. Compatible now with all versions of Apache Lucene from 2.4 to 4.2.
-
A new packaging for the Infinispan server modules, based on the JBoss AS
Please stay tuned for blogs detailing all these features. For a complete list of features included in this release refer to the release notes.
Visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers,
Mircea
Tags: release alpha
Friday, 08 February 2013
Infinispan 5.2.1.Final is out!
This release fixes two critical memory-leaks:
A big thanks to Erik Salter for spotting and patching the above issues!
For a complete list of things included please refer to the release notes. Remember to visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers,
Mircea
Tags: release final
Thursday, 31 January 2013
Infinispan 5.2.0 Final has landed!
Dear Infinispan community,
I am pleased to announce the much awaited final release of Infinispan 5.2.0. With more than 100 new features and enhancements and 150 bug fixes this the most stable Infinispan version to date. Highlights:
-
The non-blocking state transfer which is a much more efficient and flexible implementation of the functionality that allows Infinispan to serve requests during nodes joining/leaving.
-
The cross-site replication functionality which allows backing up data between geographically distributed clusters in order to protect against catastrophic failures
-
Rolling upgrades of the hotrod clusters (zero downtime for upgrades)
-
A handful of fixes and improvements for the Map/Reduce framework
This release has spread over a period of 8 months, with a total of 4 Alpha, 6 Beta and 3 CR releases: a sustained effort from the core development team, QA team and our growing community - a BIG thanks to everybody involved!
Remember to visit our downloads section to find the latest release and if you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers,
Mircea
Tags: release final
Monday, 17 December 2012
Infinispan 5.2.0.Beta6 is out!
5.2.0.Beta6 brings a new batch of fixes around Non-Blocking State Transfer, Map/Reduce and command line interface. But it’s not only that, it also brings a bran new pice of functionality: support of concurrent updates for non-transactional caches(ISPN-2552) . Prior Infinispan 5.2.0.Beta6, there was a high chance for a deadlock to occur when two threads concurrently update the same key. This caused significant performance costs and throughput degradation, linear to the amount of contention. This functionality is enabled by default even though a compatibility mode is still available. You can read more about it here.
For a detailed list of all the issues fixed please refer thehttps://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799&version=12320690[ release notes].
You can download the distribution or the maven artifact. If you have any questions please check our forums, our mailing lists or ping us directly on IRC!
Cheers, Mircea
Tags: beta release state transfer
Monday, 03 December 2012
Infinispan 5.2.0.Beta5
Hi Infinispan users,
5.2.0.Beta5 contains the usual batch of fixes especially around Non-Blocking state transfer functionality, Map Reduce and the CLI.
Functionality-wise, it is now possible to read/write data concurrently to the same remote cache both via a RemoteCacheManager and a RemoteCacheStore by enabling "rawValues" in the latter. This is the final item that was needed to enable us to implement Rolling Upgrades for remote caches. Because of this feature the HotRod protocol required a couple of extensions and therefore its version has been bumped to 1.2
For a detailed list of all the issues fixed please refer the release notes.
You can download the distribution or the maven artifact. If you have any questions please check our forums, our mailing lists or ping us directly on IRC!
Cheers,
Tags: beta release