Skip to content

Latest commit

 

History

History
131 lines (69 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

131 lines (69 loc) · 3.66 KB

Unreleased

Bug Fixes

3.0.11

Bug Fixes

  • #431 Fixed issue with class.drop() API.

3.0.10

Bug Fixes

  • #427 Fixed issue with class.drop() API.

3.0.9

Bug Fixes

  • #420 Fixed issue index creation with engine.
  • #418 Fixed issue index creation with ifnotexist.
  • #412 Fixed issue parse-function dependency.

3.0.8

Bug Fixes

  • #395 Fixed issue with lightweight edges.
  • #400 Fixed issue with Sequences.

3.0.7

Bug Fixes

  • #9012 Fixed No query with id 'XXX' found probably expired session.

3.0.6

Enhancements

  • #384 Implemented proper pause/resume handling in query result set.

Bug Fixes

  • Fixed bug with subscribe for cluster push.

3.0.5

Enhancements

Bug Fixes

  • #367 Fixed bug in .unwind() API with SQL builder

3.0.4

Enhancements

Bug Fixes

  • #358 Fixed bug in .remove() API

3.0.3

Enhancements

  • #282 Added SSL support

Bug Fixes

  • #356 Fixed bug in db.index API
  • #355 Fixed typo with notNull property

3.0.2

Bug Fixes

  • #353 Fixed issue with property creation.
  • #345 Fixed issue with client close after an error.

3.0.1

Bug Fixes

  • #345 Fixed transaction builder in 3.0.x

3.0.0

New Feature

  • Live Query With Observable #236
  • New APIs for OrientDB 3.0.x protocol here

2.2.5

Enhancements

  • #181 Removed cluster_id param in API db.record.create and let the db chose the best cluster instead of the default one

2.2.4

Bug Fixes

  • #218 Fixed Resolve References Duplicate without rids

2.2.3

Bug Fixes

  • #192 Fixed class name caching
  • #199 Fixed multiple returns
  • #4485 Added More Tests for custom returns

New Features

  • #200 Added Extra parameter input to the endQuery

2.2.2

Bug Fixes

  • #187 Fixed native deserializer on Decimal Type
  • #191 Fixed distributed support in 2.2.x

New Features