Elide v5.0.0-pr30 Release Notes

  • 🚀 2nd public release candidate for Elide 5.0.

    🔋 Features

    • New Apache Druid dialect for the Aggregation data store.

    Interface Changes We hope this will be the last round of interface changes:

    • Fixing #698 - Migrating from Object to Java Generics for DataStoreTransaction.
    • Introducing a new Type abstraction for Elide models to eventually allow dynamic model registration at runtime. The new Type abstraction changes some core interfaces for Security and Data Stores.

    🛠 Fixes