Skip to content

v9.3.0

Compare
Choose a tag to compare
@pluma4345 pluma4345 released this 06 Jan 18:45
· 43 commits to main since this release
eeae04b

Added

  • Added db.compact method (DE-906)

  • Added db.engineStats method (DE-932)

  • Added db.getLicense and db.setLicense methods (DE-949)

  • Added db.listQueryCacheEntries method (DE-149)

  • Added db.clearQueryCache method (DE-148)

  • Added db.getQueryCacheProperties method (DE-150)

  • Added db.setQueryCacheProperties method (DE-151)

  • Added collection.shards method (DE-939)

  • Added support for mdi-prefixed indexes (DE-956)

  • Restored fulltext index type support (DE-957)

    The fulltext index type is still no longer supported for creating new
    indexes but can be used to cast existing indexes from Index.

  • Added support for edge indexes (DE-958)

    The Index type now can also be cast to the EdgeIndex type.