Releases: LaravelFreelancerNL/arangodb-php-client
Releases · LaravelFreelancerNL/arangodb-php-client
v2.8.0
v2.7.0
Some quality of life methods were added to the schema manager:
- Added deleteAllAnalyzers
- Added deleteAllCollections
- Added deleteAllGraphs
- Added deleteAllViews
v2.6.0
Php 8.4 support is confirmed and deprecations have been resolved.
v2.5.0
Added getCurrentConnections() to the monitor manager.
v2.4.1
Fixed config name to jsonStreamDecoderThreshold
v2.4.0
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
Added analyzer endpoint support.
2.2.0
Added createEdgeCollection method on the schema manager.
2.1.0
Updated jsonmachine dependency to 1.0
2.0.1
Static analysis fix for return type of prepare method.