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.18.0 #57

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 7, 2022

Bumps arangodb-java-driver from 6.9.0 to 6.18.0.

Release notes

Sourced from arangodb-java-driver's releases.

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)

Version 6.14.0

  • fixed issues with non-English locales (#407)
  • implemented support for GET /_admin/server/id
  • fixed acquireHostListInterval javadoc, interval in milliseconds
  • fixed NPE in CursorEntity.extra and CursorEntity.Extras.stats

Version 6.13.0

  • added support for fillBlockCache in AQL query options (ArangoDB v3.8.1)
  • fixed exceptions handling during shutdown (#400)
  • added native image configuration for HTTP communication
  • updated native image reflection configuration

Version 6.12.3

  • fixed host handler failures count (#DEVSUP-805, #398)

Version 6.12.2

... (truncated)

Changelog

Sourced from arangodb-java-driver's changelog.

[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)

[6.15.0] - 2021-12-29

  • 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)

[6.14.0] - 2021-10-01

  • fixed issues with non-English locales (#407)
  • implemented support for GET /_admin/server/id
  • fixed acquireHostListInterval javadoc, interval in milliseconds
  • fixed NPE in CursorEntity.extra and CursorEntity.Extras.stats

[6.13.0] - 2021-08-25

  • added support for fillBlockCache in AQL query options (ArangoDB v3.8.1)
  • fixed exceptions handling during shutdown (#400)

... (truncated)

Commits

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.18.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.18.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 Jun 7, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 4, 2022

Superseded by #82.

@dependabot dependabot bot closed this Oct 4, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.arangodb-arangodb-java-driver-6.18.0 branch October 4, 2022 12:33
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