Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

0.8.0-beta

Compare
Choose a tag to compare
@SalomonBrys SalomonBrys released this 19 May 13:20
· 44 commits to master since this release
  • API

    • Support encryption (see documentation).
    • org.kodein.db.model.*Primitive types are deprecated (you should create your won model).
    • Support for multiple value in the same index (which is different from composite value - see documentation).
    • Support for associatedModel in IndexCursor (see documentation).
    • Operation options are now specialized for each operation (Options.Read and Options.Write are deprecated).
  • CORE

    • Kotlin 1.5
    • Kodein Memory 0.10.0
    • Kodein Log 0.11.0
    • KotlinX Atomic Fu 0.16.1
    • KotlinX Serialization 1.2.0
    • Windows JNI DLL is now built with Visual Studio.
  • INTERNALS

    • New version of Index value & ref value storage. This is backward compatible, and previous version is handled correctly.