Skip to content

Latest commit

 

History

History
87 lines (48 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

87 lines (48 loc) · 1.16 KB

Changelog

TBA

Added

Deprecated

Removed

Fixed

0.3.1 (2020-07-14)

Added

Deprecated

Removed

Fixed

  • Undefined property $handle in \ArangoDb\Http\Client

0.3.0 (2020-07-07)

Added

  • Dependencies TypeSupport and CursorType for Statement class
  • Interface StatementHandler
  • TypeSupport interface to TransactionSupport interface
  • Transaction methods to TransactionSupport` interface
  • Allow the configuration of type and guard for handler classes

Deprecated

  • Nothing

Removed

  • Dependencies ClientInterface and RequestInterface from Statement class

Fixed

  • Cursor id can be null in Statement class

0.2.0 (2020-06-17)

Added

  • Use PSR-17 (HTTP factory)
  • Handler classes for easier usage
  • Improved structure and simplified code
  • Folder with examples

Deprecated

  • Nothing

Removed

  • Velocypack support (to much maintenance)
  • PHP <=7.1 support

Fixed

  • Nothing

0.1.0 (2019-03-30)

Added

Don't use this release

  • Tagged before removing VPACK support. Will maybe added later again.

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing