Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.orientechnologies:orientdb-client from 3.2.15 to 3.2.37 #378

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps com.orientechnologies:orientdb-client from 3.2.15 to 3.2.37.

Release notes

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

3.2.37

Small patch release with mostly fixes in the sql scripts and query engine

Changes

Core

  • Make sure to interpret sql script line by line
  • Improvement query with target a variable
  • Increased cases where pattern matching with loops can be executed correctly
  • Deprecated legacy pool implementations

Artifacts

orientdb-community-3.2.37.tar.gz orientdb-community-3.2.37.zip

orientdb-tp3-3.2.37.tar.gz orientdb-tp3-3.2.37.zip

agent-3.2.37.jar

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

... (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.37 - (Jennuary, 15 2026)

Core

  • Make sure to interpret sql script line by line
  • Improvement query with target a variable
  • Increased cases where pattern matching with loops can be executed correctly
  • Deprecated legacy pool implementations

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

... (truncated)

Commits
  • cf48624 OrientDB prepare release 3.2.37
  • 656eca0 chore: update history
  • 38f9aab feat: deprecated partitioned database pool
  • 7731523 fix: make sure to resolve pattern matching correctly in all the cases
  • 32420fd refactor: make sure to create the script line fetch plan only onece
  • 708b267 fix: improvements on fetch from variable step
  • dd2ab64 refactor: first refactor for interpret script line by line
  • 280bdbe OrientDB prepare for next development iteration
  • 7c21a5d OrientDB prepare release 3.2.36
  • 8214eac chore: update history.txt
  • 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 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.orientechnologies:orientdb-client](https://github.com/orientechnologies/orientdb) from 3.2.15 to 3.2.37.
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.37/history.txt)
- [Commits](orientechnologies/orientdb@3.2.15...3.2.37)

---
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 added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 8, 2025
@jbonofre jbonofre merged commit bde5642 into main Feb 8, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/maven/com.orientechnologies-orientdb-client-3.2.37 branch February 8, 2025 19:07
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.

1 participant