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

Bump arangodb-java-driver from 6.9.0 to 6.15.0 #33

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 30, 2021

Bumps arangodb-java-driver from 6.9.0 to 6.15.0.

Release notes

Sourced from arangodb-java-driver's releases.

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

  • added missing enum value QueryExecutionState.KILLED (#391)
  • fixed acquireHostList to loadBalancer or hostname alias (#385)

WARNING: The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior. This will be fixed in ArangoDB 3.8.1 and will have a different API. Any usage of the current Java driver API related to it is therefore discouraged.

Version 6.12.1

  • fixed request timeout in async driver (#ES-837)

Version 6.12.0

  • added support for modifying collection schema

Version 6.11.1

  • velocypack v2.5.3

Version 6.11.0

  • added support for getting db log entries via GET /_admin/log/entries (ArangoDB v3.8)
  • added support for index estimates (ArangoDB v3.8)
  • added support for ArangoSearch AQL, Pipeline, Stopwords, GeoJSON, GeoPoint analyzers (ArangoDB v3.8)
  • fixed active failover behavior for the asynchronous driver (#381)
  • deprecated ArangoIterable methods in favour of Java 8 Stream equivalents (#382)

Version 6.10.0

  • closing VST connection after 3 consecutive keepAlive failures (#ES-837)

... (truncated)

Changelog

Sourced from arangodb-java-driver's changelog.

[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)
  • added native image configuration for HTTP communication
  • updated native image reflection configuration

[6.12.3] - 2021-06-24

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

[6.12.2] - 2021-06-17

  • added missing enum value QueryExecutionState.KILLED (#391)
  • fixed acquireHostList to loadBalancer or hostname alias (#385)

WARNING: The implementation of Stopwords analyzer is not final in ArangoDB 3.8.0, so using it might result in unpredictable behavior. This will be fixed in ArangoDB 3.8.1 and will have a different API. Any usage of the current Java driver API related to it is therefore discouraged.

[6.12.1] - 2021-04-28

  • fixed request timeout in async driver (#ES-837)

[6.12.0] - 2021-04-28

  • added support for modifying collection schema

[6.11.1] - 2021-04-23

  • velocypack v2.5.3

[6.11.0] - 2021-04-21

  • added support for getting db log entries via GET /_admin/log/entries (ArangoDB v3.8)

... (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.15.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.15.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 Dec 30, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 28, 2022

Superseded by #36.

@dependabot dependabot bot closed this Jan 28, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.arangodb-arangodb-java-driver-6.15.0 branch January 28, 2022 12:17
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