Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Bump arangodb-java-driver from 6.9.0 to 6.19.0 #82

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Bumps arangodb-java-driver from 6.9.0 to 6.19.0.

Release notes

Sourced from arangodb-java-driver's releases.

Version 6.19.0

  • added support for search-alias views (ArangoDB 3.10 #461)
  • added support for nested search (ArangoDB 3.10, #460)
  • added support for classification, nearest_neighbors and minhash search analyzers (ArangoDB 3.10, #458)
  • added support for inverted indexes (ArangoDB 3.10, #457)
  • added support for cluster dirty reads (ArangoDB 3.10, #455)
  • added support for index stored values (ArangoDB 3.10)
  • added support for geo index legacy polygons (ArangoDB 3.10)
  • added support for getting query optimizer rules (ArangoDB 3.10)
  • added support for enhanced cursor stats (ArangoDB 3.10)
  • added support for computed values (ArangoDB 3.10)
  • added support for index cache (ArangoDB 3.10)
  • deprecated fulltext indexes (ArangoDB 3.10, #454)
  • fixed ConsolidationPolicy API
  • deprecated MMFiles collection attributes (#442)
  • deprecated for removal ArangoCursorInitializer and GraphDocumentReadOptions#isCatchException()
  • documented thead safe classes (#445)

Version 6.18.0

  • deprecated usage of deprecated server API (#440)
  • introduced new field entity annotations: @Id, @Key, @Rev, @From, @To (#439)
  • deprecated VPack serialization in favor of Jackson API
  • added deduplicate option in PersistentIndex (#437)

Version 6.17.0

  • updated dependencies
  • fixed IndexOutOfBoundsException in RoundRobinHostHandler (#435)
  • warn on json request payload size too big (#434)
  • fixed various serialization bugs in native image (#425)

Version 6.16.1

  • fixed retry behavior of HTTP connections in case of timeout exceptions (#429)
  • fixed NPE when serializing ArangoSearch properties (#427)

Version 6.16.0

  • deprecated hash and skiplist indexes (#424)
  • fixed active failover concurrency bug (#423)
  • added support for overload metrics (ArangoDB 3.9, #419)
  • added support for Segmentation and Collation ArangoSearch analyzers (ArangoDB 3.9, #418)
  • added support for ZKD indexes (ArangoDB 3.9, #417)
  • added all log topic (ArangoDB 3.9, #416)
  • added support for Hybrid SmartGraphs (ArangoDB 3.9, #415)
  • added support for database unicode names, added DbName class to represent database names in public API parameters to ease unicode names normalization (ArangoDB 3.9, #405)

Version 6.15.0

  • JWT authentication (#421)
  • fixed swallowing connection exceptions (#420)
  • fixed stopwords analyzer (#414)
  • set max retries for active failover redirects (#412)
  • fixed deserializing null value as String (#411)

... (truncated)

Changelog

Sourced from arangodb-java-driver's changelog.

[6.19.0] - 2022-10-04

  • added support for search-alias views (ArangoDB 3.10 #461)
  • added support for nested search (ArangoDB 3.10, #460)
  • added support for classification, nearest_neighbors and minhash search analyzers (ArangoDB 3.10, #458)
  • added support for inverted indexes (ArangoDB 3.10, #457)
  • added support for cluster dirty reads (ArangoDB 3.10, #455)
  • added support for index stored values (ArangoDB 3.10)
  • added support for geo index legacy polygons (ArangoDB 3.10)
  • added support for getting query optimizer rules (ArangoDB 3.10)
  • added support for enhanced cursor stats (ArangoDB 3.10)
  • added support for computed values (ArangoDB 3.10)
  • added support for index cache (ArangoDB 3.10)
  • deprecated fulltext indexes (ArangoDB 3.10, #454)
  • fixed ConsolidationPolicy API
  • deprecated MMFiles collection attributes (#442)
  • deprecated for removal ArangoCursorInitializer and GraphDocumentReadOptions#isCatchException()
  • documented thead safe classes (#445)

[6.18.0] - 2022-06-07

  • deprecated usage of deprecated server API (#440)
  • introduced new field entity annotations: @Id, @Key, @Rev, @From, @To (#439)
  • deprecated VPack serialization in favor of Jackson API
  • added deduplicate option in PersistentIndex (#437)

[6.17.0] - 2022-05-17

  • updated dependencies
  • fixed IndexOutOfBoundsException in RoundRobinHostHandler (#435)
  • warn on json request payload size too big (#434)
  • fixed various serialization bugs in native image (#425)

[6.16.1] - 2022-02-23

  • fixed retry behavior of HTTP connections in case of timeout exceptions (#429)
  • fixed NPE when serializing ArangoSearch properties (#427)

[6.16.0] - 2022-01-27

  • deprecated hash and skiplist indexes (#424)
  • fixed active failover concurrency bug (#423)
  • added support for overload metrics (ArangoDB 3.9, #419)
  • added support for Segmentation and Collation ArangoSearch analyzers (ArangoDB 3.9, #418)
  • added support for ZKD indexes (ArangoDB 3.9, #417)
  • added all log topic (ArangoDB 3.9, #416)
  • added support for Hybrid SmartGraphs (ArangoDB 3.9, #415)
  • added support for database unicode names, added DbName class to represent database names in public API parameters to ease unicode names normalization (ArangoDB 3.9, #405)

... (truncated)

Commits
  • 0d10741 v6.19.0
  • cc6a7ac [DE-399] added support for ConsolidationPolicy#minScore()
  • 6ce90db deprecated APIs removed in v7
  • 9ef77c8 enabled manual CI trigger
  • 7681147 enabled ArangoSearchTest for 3.10 cluster
  • bedf62a 3.10 test fixes
  • b7a6e14 fixed native image support
  • 044af33 updated changelog
  • ee5710f CI: disabled shallow clone in sonar analysis job
  • 480da76 sonar fixes
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) from 6.9.0 to 6.19.0.
- [Release notes](https://github.com/arangodb/arangodb-java-driver/releases)
- [Changelog](https://github.com/arangodb/arangodb-java-driver/blob/master/ChangeLog.md)
- [Commits](arangodb/arangodb-java-driver@v6.9.0...v6.19.0)

---
updated-dependencies:
- dependency-name: com.arangodb:arangodb-java-driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 30, 2022

Superseded by #91.

@dependabot dependabot bot closed this Nov 30, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.arangodb-arangodb-java-driver-6.19.0 branch November 30, 2022 12:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants