Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

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

Release notes

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

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

orientdb-community-3.2.35.tar.gz orientdb-community-3.2.35.zip

orientdb-tp3-3.2.35.tar.gz orientdb-tp3-3.2.35.zip

agent-3.2.35.jar

3.2.34

Not too big release mostly fixes around the query engine, even though there are stability changes also around the distributed environment contributed by @​timw , and other corrections here and there.

Changes

Core

  • Minor correction on value conversion for comparison in queries
  • Corrected implementation of tracing executor to trace source properly
  • Minor fix on storage open failure
  • Correct set of target class when query target a cluster

Client

  • Minor fix on retrying next host from client

Distributed

  • make sure to ignore empty response from distributed requests
  • Refactor distributed configuration management to be handled by distributed context

Server

  • Minor fix on wait for shutdown

Artifacts

orientdb-community-3.2.34.tar.gz orientdb-community-3.2.34.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.35 - (October, 29 2024)

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

VERSION 3.2.34 - (October, 1 2024)

Core

... (truncated)

Commits
  • 363e00c OrientDB prepare release 3.2.35
  • 450585d chore: update history.txt
  • 043cc28 fix: corrected create link statement to support link to class
  • 3b9caf2 fix: make sure to autoconvert map to documents when specified in the schema
  • d0ff138 fix: block insert of edges with insert operations
  • 0b86218 fix: add support of additional operators in chained indexes
  • 6ef03b0 fix: additional fix around collates definition
  • 2b26ad1 fix: avoid to use index with partial range for indexes not supporting null va...
  • b85dda9 fix: minor fix on index creation to allow not case sensitive collate names
  • 4963d54 fix: make sure to allow modifiers for aggregation query in query engine
  • 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.33 to 3.2.35.
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.35/history.txt)
- [Commits](orientechnologies/orientdb@3.2.33...3.2.35)

---
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 November 4, 2024 22:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Nov 4, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 2, 2024

Superseded by #9588.

@dependabot dependabot bot closed this Dec 2, 2024
@dependabot dependabot bot deleted the dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.35 branch December 2, 2024 23:19
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.

1 participant