What's new
This gives a brief overview of the new features and improvements brought by new versions of ActivePivot.
For a detailed listing of all changes, refer to our Changelog.
5.8
New features
JDK 11 support: we now provide two versions of ActivePivot 5.8: 5.8.x-jdk8 built with JDK8 and 5.8.x-jdk11 built with JDK11. If you plan to run your project with the latest JDK version, use the 5.8.x-jdk11 version. You will find more information on the dedicated page.
Cloud Csv Source: This source can fetch CSV files from major Cloud providers.
New Mode of our Continuous Query Engine: It is now capable of producing real-time notifications that a given query has changed, without computing the new view.
Centralization of ActivePivot Properties: Properties of ActivePivot are now centralized and documented alltogether in the
ActiveViamProperty
class. You will find more information on the associated developer guide page