Friday, 20 February 2015
Infinispan 7.1.1.Final released
Dear Infinispan community,
we are proud to announce the release of Infinispan 7.1.1.Final.
This release contains a handful of bug-fixes which will enable Infinispan 7.1.1 to be included in the upcoming WildFly 9.0 release.
Feel free to join us and shape the future releases on our https://developer.jboss.org/en/infinispan/content?filterID=contentstatus%5Bpublished%5Dobjecttypeobjecttype%5Bthread%5D[forums], our mailing lists or our #infinispan IRC channel.
For a complete list of features and bug fixes included in this release, please refer to the release notes. Visit our downloads section to find the latest release.
Tags: release
Friday, 09 January 2015
Infinispan 7.1.0.Beta1
Dear Infinispan community,
We’re proud to announce the first Beta release of Infinispan 7.1.0.
Infinispan brings the following major improvements:
-
Near-Cache support for Remote HotRod caches
-
Annotation-based generation of ProtoBuf serializers which removes the need to write the schema files by hand and greatly improves usability of Remote Queries
-
Cluster Listener Event Batching, which coalesces events for better performance
-
Cluster- and node-wide aggregated statistics
-
Vast improvements to the indexing performance
-
Support for domain mode and the security vault in the server
-
Further improvements to the Partition Handling with many stability fixes and the removal of the Unavailable mode: a cluster can now be either Available or Degraded.
Of course there’s also the usual slew of bug fixes, performance and memory usage improvements and documentation cleanups.
Feel free to join us and shape the future releases on our forums, our mailing lists or our #infinispan IRC channel.
For a complete list of features and bug fixes included in this release please refer to the release notes. Visit our downloads section to find the latest release.
Thanks to everyone for their involvement and contribution!
Tags: release near caching domain mode performance Protobuf indexing annotations
Monday, 05 January 2015
Infinispan 7.0.3.Final released !
Dear community,
the new year brings a new release of the stable Infinispan branch. Infinispan 7.0.3.Final is a bug-fix release with a particular focus on partition handling stability. The release is a drop-in replacement for previous 7.0.x releases, however, be aware that we reverted org.infinispan.commons.utils.FileLookup to 6.0.x behaviour to ease upgrade for Hibernate 2nd-level cache and WildFly. Sorry about the breakage. Please consult the release notes for details.
Thanks to everyone involved in this release!
Visit our downloads section to find the latest release. If you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Tags: release stable
Thursday, 27 November 2014
Infinispan 7.1.0 Alpha1 is out!
Dear Infinispan community,
We’re proud to announce the first Alpha release of Infinispan 7.1.0.
This release adds the foundation for future features, optimization and many fixes.
Feel free to join us and shape the future releases on our forums, our mailing lists or our #infinispan IRC channel.
For a complete list of features and bug fixes included in this release please refer to the release notes. Visit our downloads section to find the latest release.
Thanks to everyone for their involvement and contribution!
Tags: release
Monday, 17 November 2014
Infinispan 7.0.1.Final released!
Dear community,
Infinispan 7.0.1.Final is now available!
This is a bug-fix release and contains query performance improvements. For the complete list of changes please consult the release notes.
Thanks to everyone involved in this release!
Visit our downloads section to find the latest release. If you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Tags: release final
Tuesday, 04 November 2014
Infinispan 7.0.0.Final is out!!
Hi all,
We are really proud to announce the release of Infinispan 7.0.0.Final!!
This is the culmination of several months of development which has focused on on Security, Cluster Partition handling, JSR-107 JCache 1.0.0 support, Clustered Listeners, Remote Events, Query improvements and brand new XML configuration.
To mark the occasion, the team has prepared a thorough release notes page highlighting all the major features and enhancements implemented in Infinispan 7.0 series.
The Infinispan team would like to recognise all the community members that have contributed to this release, in no particular order:
-
Radim Vansa for his Soft-Index File Store and many more enhancements and fixes
-
Takayoshi Kimura for fixes such as ISPN-3752, ISPN-4476 and ISPN-4477
-
Jiri Holusa for his tremendous work to improve our test coverage work and fixing issues like ISPN-3442
-
Karl von Randow for his documentation fixes, init.d fixes in ISPN-4141 and enhancements to putForExternalRead method as part of ISPN-3792
-
Jakub Markos for his work to optimise the Infinispan Server testsuite in ISPN-4317 and many fixes and test suite enhancements
-
Michal Linhard fox his ISPN-3750 fix
-
Vitalii Chepeliuk for his work on extending test coverage and fixes such as ISPN-3880
-
Vojtech Juranek for his continued work to improve Infinispan with fixes such as ISPN-4072 and his work to increase the test coverage
-
Martin Gencur for the many issues he fixed including ISPN-3771, ISPN-4499 and others…
-
Norman Maurer for porting Infinispan Servers to use Netty 4
-
Tomáš Sýkora for fixes such as ISPN-3136 and ISPN-4076, and improved test coverage
-
Paul Ferraro for many fixes including fixes such as ISPN-4375 and ISPN-4374
-
Nicolas Filotto for his ISPN-3689 fix
-
Brett Meyer for his amazing work to get Infinispan working in OSGI environments as part of ISPN-800 and many related fixes
-
Radoslav Husar for his several fixes
-
Sebastian Łaskawiec for his work to improve our CDI integration and moving to Jackson for JSON
-
Karsten Blees for his LIRS eviction fixes
-
Niels Bertramn for his ISPN-4679 fix
-
Duncan Doyle for his work on ISPN-4637
-
Emmanuel Bernard for his documentation improvements
-
Gabriel Francisco for his work to revamp the Mongo DB cache store
-
Bilgin Ibryam for his OSGI fixes
-
Erik Salter for his work on orphaned transactions and fixes such as ISPN-4872
Thanks to all contributors for your amazing work and effort! We hope you carry on contributing in future releases.
Finally, during the Infinispan 7.0 series, Gustavo Fernandes has joined the team making outstanding contributions in our Query project, and Tristan Tarrant has joined the team full time taking on Infinispan’s Security layer. Thanks to both!!
Cheers,
Galder
Tags: release final
Tuesday, 07 October 2014
Infinispan 7.0.0.CR1 is out!
Dear Community,
We are gearing up towards a great Infinispan 7.0.0, and we are happy to announce our first candidate release!
Notable features and improvements in this release:
-
Cross-site state transfer now handles failures (ISPN-4025)
-
Easier management of Protobuf schemas (ISPN-4357)
-
New uberjars-based distribution (ISPN-4728)
-
The HotRod protocol and Java client now have a size() operation (ISPN-4736)
-
Cluster listeners' filters and converters can now see the old value and metadata (ISPN-4753)
-
A new and promising file store implementation that addresses the scalability issues of our single-file store (ISPN-3921, thanks Radim!)
For a complete list of features and bug fixes included in this release please refer to the release notes. Visit our downloads section to find the latest release.
If you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers, The Infinispan team
Tags: release release candidate
Monday, 11 August 2014
Infinispan 7.0.0.Beta1 is out!
Dear Community,
It is our pleasure to announce the first Beta release of Infinispan 7.0.0!
The release highlights are:
-
Initial support for Cluster partitions (aka Split Brain) ISPN-263
-
Added JGroups SASL support to Infinispan Server ISPN-4303
-
Upgraded internal JGroups version to 3.5.0.CR2 ISPN-4609
-
Map/Reduce tasks no longer have a timeout by default ISPN-4618
-
Merge batching configuration with transaction modes to prevent ambiguity ISPN-4197
-
Improve server test suite run times ISPN-4317
-
Multiple improvements and bug fixes!
For a complete list of features and bug fixes included in this release please refer to the release notes. Visit our downloads section to find the latest release.
If you have any questions please check our forums, our mailing lists or ping us directly on IRC.
Cheers,
The Infinispan team.
Tags: release
Monday, 09 September 2013
Infinispan 6.0.0.Alpha4 out with new CacheLoader/CacheWriter API!
Infinispan 6.0.0.Alpha4 is now with a few very important changes, particularly around cache stores. We’ve completely revamped the cache store/loader API to align it a bit better with JSR-107 (old CacheStore has become CacheWriter) and to simplify creation of new implementations. The new CacheLoader and CacheWriter should help implementors focus on the important operations and reduce the coding time. We’ve also created AdvancedCacheLoader and AdvancedCacheWriter in order to separate for bulk operations or purging for those implementations that wish optionally implement them. Expect a blog post from Mircea in the next few days providing many more details on this topic.
This new Infinispan version comes with other important goodies:
-
Rolling upgrades of a Infinsipan REST cluster
-
Support for Cache-Control headers for REST operations
-
Remote querying server modules and Hot Rod client update
-
REST and LevelDB stores added to Infinispan Server
-
KeyFilters can now be applied to Cache listeners
-
Allow Cache listener events to be invoked only on the primary data owner
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.
Cheers,
Galder
Tags: release leveldb listeners alpha rest cache store query
Thursday, 22 August 2013
Infinispan 6.0.0.Alpha3 is out!
Dear Infinispan community,
We are proud to announce the last Alpha release of Infinispan 6.0.0,
Included in this release, we can find:
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, Pedro
Tags: release alpha