Skip to content

Releases: LaravelFreelancerNL/arangodb-php-client

v2.8.0

21 Dec 18:22
208d8dc
Compare
Choose a tag to compare

Added the following methods:

rawRequest: returns the raw guzzle response from ArangoDB.

connect: replaces the current connection with the newly configured one.

disconnect: kills the current connection and prepares a new one based on the formerly supplied config.

v2.7.0

26 Nov 19:33
963f078
Compare
Choose a tag to compare

Some quality of life methods were added to the schema manager:

  • Added deleteAllAnalyzers
  • Added deleteAllCollections
  • Added deleteAllGraphs
  • Added deleteAllViews

v2.6.0

23 Nov 10:52
df102aa
Compare
Choose a tag to compare

Php 8.4 support is confirmed and deprecations have been resolved.

v2.5.0

10 Nov 22:55
3e06104
Compare
Choose a tag to compare

Added getCurrentConnections() to the monitor manager.

v2.4.1

07 Oct 22:07
44d8598
Compare
Choose a tag to compare

Fixed config name to jsonStreamDecoderThreshold

v2.4.0

05 Oct 12:08
5ddafca
Compare
Choose a tag to compare

Added monitor manager

Added getMetrics function to retrieve Prometheus metrics from the database

Performance: Sped up JSON decoding for responses smaller than 1MB (configurable)

2.3.0

19 Dec 08:55
3b19d62
Compare
Choose a tag to compare

Added analyzer endpoint support.

2.2.0

29 Jun 12:41
daff69c
Compare
Choose a tag to compare

Added createEdgeCollection method on the schema manager.

2.1.0

05 Feb 19:06
Compare
Choose a tag to compare

Updated jsonmachine dependency to 1.0

2.0.1

22 Dec 12:51
Compare
Choose a tag to compare

Static analysis fix for return type of prepare method.