Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps com.arangodb:arangodb-java-driver from 6.7.2 to 7.21.0.

Release notes

Sourced from com.arangodb:arangodb-java-driver's releases.

Version 7.21.0

  • added SSL configuration properties (DE-1010, #611)
  • fixed support to Jackson 2.19

Full Changelog: arangodb/arangodb-java-driver@v7.20.0...v7.21.0

Version 7.20.0

  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)

Version 7.19.0

  • fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
    • keeps track of busy connections (or busy HTTP/2 streams)
    • enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
    • waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
  • added new option to configure HTTP/1.1 pipelining (com.arangodb.ArangoDB.Builder.pipelining(Boolean)), false by default
  • changed default configuration HTTP/1.1 pipelining to false

Version 7.18.0

  • updated jackson-dataformat-velocypack to version 4.6.0
  • exposed configuration properties keys in ArangoConfigProperties
  • deprecated CollectionStatus
  • fixed equals() and hashCode() in some entity classes

Version 7.17.1

  • implemented equals() and hashCode() for all entity classes
  • fixed overlapping resources in shaded package

Version 7.17.0

  • allow construct ArangoConfigProperties from java.util.Properties (DE-976)
  • made BaseDocument and BaseEdgeDocument serializable (#596)

Version 7.16.0

  • improved deserialization of RawBytes and RawJson (#592, DE-969)
  • added support to Jakarta JSON-P data types (#593, DE-968)
  • fixed ArangoSearch PrimarySort serialization

Version 7.15.0

  • added missing collection options (#590, DE-961)
  • improved serde performances (#588, DE-959)

Version 7.14.0

  • support all AQL query options in ArangoDatabase.explainAqlQuery() (#589, ES-2266)

Version 7.13.1

  • tolerate error responses with text content-type (#587, DE-960)

Version 7.13.0

  • improved serialization and deserialization of RawBytes and RawJson (#586)

... (truncated)

Changelog

Sourced from com.arangodb:arangodb-java-driver's changelog.

[7.21.0] - 2025-07-23

  • added SSL configuration properties (DE-1010, #611)
  • fixed support to Jackson 2.19

[7.20.0] - 2025-06-17

  • added option usePlanCache to AqlQueryOptions (DE-973, #609)
  • updated Jackson version to 2.19 (DE-1012, #607)

[7.19.0] - 2025-05-28

  • fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
    • keeps track of busy connections (or busy HTTP/2 streams)
    • enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
    • waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
  • added new option to configure HTTP/1.1 pipelining (com.arangodb.ArangoDB.Builder.pipelining(Boolean)), false by default
  • changed default configuration HTTP/1.1 pipelining to false

[7.18.0] - 2025-05-06

  • updated jackson-dataformat-velocypack to version 4.6.0
  • exposed configuration properties keys in ArangoConfigProperties
  • deprecated CollectionStatus
  • fixed equals() and hashCode() in some entity classes

[7.17.1] - 2025-03-27

  • implemented equals() and hashCode() for all entity classes
  • fixed overlapping resources in shaded package

[7.17.0] - 2025-01-27

  • allow construct ArangoConfigProperties from java.util.Properties (DE-976)
  • made BaseDocument and BaseEdgeDocument serializable (#596)

[7.16.0] - 2025-01-09

  • improved deserialization of RawBytes and RawJson (#592, DE-969)
  • added support to Jakarta JSON-P data types (#593, DE-968)
  • fixed ArangoSearch PrimarySort serialization

[7.15.0] - 2024-12-10

  • added missing collection options (#590, DE-961)
  • improved serde performances (#588, DE-959)

[7.14.0] - 2024-12-06

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [com.arangodb:arangodb-java-driver](https://github.com/arangodb/arangodb-java-driver) from 6.7.2 to 7.21.0.
- [Release notes](https://github.com/arangodb/arangodb-java-driver/releases)
- [Changelog](https://github.com/arangodb/arangodb-java-driver/blob/main/ChangeLog.md)
- [Commits](arangodb/arangodb-java-driver@v6.7.2...v7.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 1, 2025
Copy link
Author

dependabot bot commented on behalf of github Oct 1, 2025

Superseded by #792.

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.arangodb-arangodb-java-driver-7.21.0 branch October 1, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants