Skip to content

v9.2.0

Latest
Compare
Choose a tag to compare
@pluma4345 pluma4345 released this 27 Nov 09:33
a058524

Added

  • Added database.availability method

  • Added database.engine method (DE-931)

  • Added database.status method (#811)

  • Added database.supportInfo method

  • Added keepNull option to CollectionInsertOptions type (DE-946)

    This option was previously missing from the type.

  • Added allowDirtyRead option to DocumentExistsOptions type (DE-945)

    This option was previously missing from the type.

  • Added ignoreRevs option to CollectionBatchReadOptions type (DE-947)

    This option was previously missing from the type.

  • Added options argument to CollectionTruncateOptions type (DE-940)

    There was previously no way to pass options to the truncate method.

  • Added database property to Analyzer, ArrayCursor, BatchedArrayCursor,
    Collection, Graph, Job, Route, Transaction and View (DE-935)

    This property can be used to access the database instance a given object
    belongs to.

  • Added Route#headers and Route#path properties

    These properties can be used to access the headers and path used when creating
    the route.

  • Added ArrayCursor#id and BatchedArrayCursor#id properties (DE-936)

    This property can be used to access the ID of the cursor.