Monday, 02 July 2018
Hotrod clients C++ and C# 8.3.0.Alpha1 are out!
Dear Infinispanners,
The C++ and C# 8.3.0.Alpha1 releases are available!
Both the clients come with these new features:
-
counter operations, to use cluster distributed counters [1]
-
admin operations, to create/remove cache programmatically at runtime
For the .NET Core lovers, there’s a work in progress to implement the dotnet core build for the C# client [3]. Features list, code and bits are available as usual: [4] [5] [6].
Cheers, The Infinispan Team
Release notes [5] https://github.com/infinispan/cpp-client/tree/8.3.0.Alpha1[C code for 8.3.0.Alpha1]
Tags: c++ release minor release alpha c#
Thursday, 15 February 2018
Hotrod clients C++/C# 8.2.0.Beta1 are out!
Dear Infinispanners, C++ and C# 8.2.0.Beta1 releases are available!
These releases contain all the 8.2.0 features.
Worth a mention is the improvement in the remote execution API: we moved the JBossMarshaller basic implementation from test to the distro in order to simplify the data management on the application side. Test examples
and
have been updated accordingly.
Next step will be a CR release containing improvements on API docs (doxygen)
Check the release notes, browse the source code (C++, C#) or download the releases!
Cheers, The Infinispan Team
Tags: beta c++ release minor release c#
Monday, 20 November 2017
Hotrod clients C++/C# 8.2.0.Alpha2 are out!
Dear Infinispanners,
we’re pleased to announce the C++ and C# 8.2.0.Alpha2 releases.
Code for continuous queries (CQ) and SASL is almost complete. Worth mentioning improvements for Alpha2 are:
-
added xunit framework for build verification testing (googletest)
-
CQ for C#
-
EXTERNAL mech for SASL on windows (C++ and C#)
-
more bugs resolved than added :)
Check the release notes, browse the source code (C++, C#) or just download and try it! Cheers, The Infinispan Team
Tags: c++ release minor release alpha c#
Thursday, 29 June 2017
Hotrod clients C++/C# 8.2.0.Alpha1 released!
Dear Infinispanners,
we’re pleased to announce the C++ and C# 8.2.0.Alpha1 release.
This is the first step on the 8.2 roadmap, which is not formally defined in a Jira at the moment but will surely include: SASL authentication, continuous queries, cluster counters.
In this release you can try and enjoy an Alpha version of the SASL authentication, sample code is here (C++, C#). Tell us what you think!
Check the release notes, browse the source code (C++, C#) or just download an try it!
Cheers, The Infinispan Team
Tags: c++ release minor release alpha c#
Monday, 29 May 2017
Hotrod clients C++/C# 8.1.1.Final released!
Dear Infinispanners,
we’re pleased to announce that 8.1.1.Final release for C++/C# clients is out!
Check the release notes and browse the source code, effort this time has been put in reducing code complexity.
This is the first release built by our new CI Jenkins environment, this is supposed to not affect the binaries but if you feel that something has gone wrong please fill a jira issue.
Enjoy and thanks for reading!
The Infinispan Team
Tags: c++ release minor release final cpp-client dotnet-client c#