Skip to content

Releases: sandrokeil/arangodb-php-client

Dev Release 0.3.1

14 Jul 14:57
e74dc7c
Compare
Choose a tag to compare
Dev Release 0.3.1 Pre-release
Pre-release

0.3.1 (2020-07-14)

Added

  • nothing

Deprecated

  • nothing

Removed

  • nothing

Fixed

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

Dev Release

07 Jul 20:57
Compare
Choose a tag to compare
Dev Release Pre-release
Pre-release

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

Dev Release

17 Jun 20:35
6578e4f
Compare
Choose a tag to compare
Dev Release Pre-release
Pre-release

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

Dev Release

30 Mar 21:07
Compare
Choose a tag to compare
Dev Release Pre-release
Pre-release

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