Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps com.orientechnologies:orientdb-client from 3.2.33 to 3.2.36.

Release notes

Sourced from com.orientechnologies:orientdb-client's releases.

3.2.36

Here it is another patch release, with a good set of fixes mostly around the query engine, this also include a fix on the client API around refreshing client side document version when the document is updated on the server side with a query, this should reduce the case of concurrent modification exception.

Changes

Core

  • Make sure to correctly evaluate return statements in insert and update statements
  • Correct rename of cluster to use every time lower case for low level structures
  • Re-add support for '&&' operator for lucene geo overlap operations in the new query engine
  • Removed multiple records load when checking if a result is a element
  • Handled correctly in condition with collections of collections, issue #10303
  • Re-add support of @type, @size record attributes and fixed @version, issue #10332
  • Minor fix in script executor retry logic

Remote

  • make sure to refresh the version of the in context record in the client when updated with a server side query

Gremlin

  • Minor fix to guarantee compatibility with future jdk and groovy compatibilty

Artifacts

orientdb-community-3.2.36.tar.gz orientdb-community-3.2.36.zip

orientdb-tp3-3.2.36.tar.gz orientdb-tp3-3.2.36.zip

agent-3.2.36.jar

3.2.35

This is mostly a usual patch release, with not too many changes, the only highlight of this release is that now a direct insert into a edge class with insert into E will fail, this should not affect much the applications that should already use create edge E from ... to ... to insert edges, in any case before upgrade run your validation tests.

Changes

Core

  • Corrected regression of support of fetch plans in the function toJson in query engine
  • Make sure to allow dot notation and square brackets for aggregation functions in query engine
  • Minor fix on index creation query to allow not case sensitive collate names
  • Avoid to use index with partial range for indexes not supporting null values
  • Add support of comparison operators other than equal in chained indexes
  • Block insert of edges with insert operations
  • Auto convert properties with map value to documents when specified in the schema
  • Corrected create link statement to support link to class

Artifacts

... (truncated)

Changelog

Sourced from com.orientechnologies:orientdb-client's changelog.

       .                                          
      .`        `                                 
      ,      `:.                                  
     `,`    ,:`                                   
     .,.   :,,                                    
     .,,  ,,,                                     
.    .,.:::::  ````                                 :::::::::     :::::::::
,`   .::,,,,::.,,,,,,`;;                      .:    ::::::::::    :::    :::
`,.  ::,,,,,,,:.,,.`  `                       .:    :::      :::  :::     :::
 ,,:,:,,,,,,,,::.   `        `         ``     .:    :::      :::  :::     :::
  ,,:.,,,,,,,,,: `::, ,,   ::,::`   : :,::`  ::::   :::      :::  :::    :::
   ,:,,,,,,,,,,::,:   ,,  :.    :   ::    :   .:    :::      :::  :::::::
    :,,,,,,,,,,:,::   ,,  :      :  :     :   .:    :::      :::  :::::::::

:,,,,,,,,,,:,::, ,, .:::::::: : : .: ::: ::: ::: :::,...,,:,,,,,,,,,: .:,. ,, ,, : : .: ::: ::: ::: ::: .,,,,::,,,,,,,: : , ,, : : : .: ::: ::: ::: ::: ...,::,,,,::.. : .,, :, : : : .: ::::::::::: ::: ::: ,::::,,,. : ,, ::::: : : .: ::::::::: :::::::::: ,,: ,,.
,,, ., MULTI-MODEL ,,. , GRAPH DOCUMENT DATABASE `. COMMUNITY EDITION ` orientdb.com

This document contains the last changes of OrientDB Community Edition.


VERSION 3.2.36 - (November, 28 2024)

Core

  • Make sure to correctly evaluate return statements in insert and update statements
  • Correct rename of cluster to use every time lower case for low level structures
  • Re-add support for '&&' operator for lucene geo overlap operations in the new query engine
  • Removed multiple records load when checking if a result is a element
  • Handled correctly in condition with collections of collections, issue #10303
  • Re-add support of @​type, @​size record attributes and fixed @​version, issue #10332
  • Minor fix in script executor retry logic

Remote

  • make sure to refresh the version of the in context record in the client when updated with a server side query

... (truncated)

Commits
  • 7c21a5d OrientDB prepare release 3.2.36
  • 8214eac chore: update history.txt
  • fd41fcf test: add test for cover issue #10303
  • a1cdfd1 chore: add cause to parse exception
  • 163d4b0 fix: minor fix in script executor retry logic
  • d07bbf2 feat: read support of @​type, @​size record attributes and fixed @​version
  • 8e85483 fix: handled correctly in condition with collections of collections
  • f4c9748 fix: removed multiple records load when checking if a result is a element
  • 6801deb feat: read support for '&&' operator for lucene geo overlap in the new query ...
  • d5e87d5 fix(test): remvoed code not used anymore from tests
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [com.orientechnologies:orientdb-client](https://github.com/orientechnologies/orientdb) from 3.2.33 to 3.2.36.
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.36/history.txt)
- [Commits](orientechnologies/orientdb@3.2.33...3.2.36)

---
updated-dependencies:
- dependency-name: com.orientechnologies:orientdb-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team December 2, 2024 23:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Dec 2, 2024
@settings settings bot removed the java label Dec 5, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 8, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.36 branch July 8, 2025 22:10
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 modules/orientdb

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants