Skip to content

Bump com.orientechnologies:orientdb-client from 3.2.26 to 3.2.29 in /modules/orientdb#8426

Merged
eddumelendez merged 1 commit into
mainfrom
dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.29
May 21, 2024
Merged

Bump com.orientechnologies:orientdb-client from 3.2.26 to 3.2.29 in /modules/orientdb#8426
eddumelendez merged 1 commit into
mainfrom
dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.29

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 4, 2024

Copy link
Copy Markdown
Contributor

Bumps com.orientechnologies:orientdb-client from 3.2.26 to 3.2.29.

Release notes

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

3.2.28

Changes

Core

  • Check if the index exists before checking it's properties
  • Make sure to initialize maps on update of value in query engine
  • Add name to the OrientDB internal timer
  • Removed optimization in query engine that cause failing to update linked records, issue #10077
  • Corrected query with content of nested JSON documents to use embedded class
  • Add count on the create link result set
  • Make sure to call on drop on database drop
  • Double Write Log is fsynced on writes. Looks like usage of SYNC flag is not enough
  • Double Write Log is not truncated on file flush but only if it reaches file limit
  • Double Write Log is truncated every time there are tail segments in queue
  • We do not need to make fsync during Write Ahead Log truncation it will be forced by Double Write Log itself
  • sync flag is removed for Double Write Log channel because we perform sync on data write
  • Dirty counter is updated on write sync

Distributed

  • Fixed database sync with enterprise agent

Etl

  • Fix concurrent issues in not x86 architectures

Client

  • removed duplicate cancel from client code

Artifacts

orientdb-community-3.2.28.tar.gz orientdb-community-3.2.28.zip

orientdb-tp3-3.2.28.tar.gz orientdb-tp3-3.2.28.zip

agent-3.2.28.jar

3.2.27

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

... (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.29 - (March, 6 2024)

Core

  • Fix issue on delegated records on raw access, issue #10171
  • Minor fix in transaction not document record handling
  • Make sure to check the security policy record exists before creating instance

Distributed

  • Correct id swap revert in distributed transaction during retry
  • Make sure to execute full sync in case of delta sync failure

VERSION 3.2.28 - (February, 21 2024)

Core

  • Check if the index exists before checking it's properties
  • Make sure to initialize maps on update of value in query engine

... (truncated)

Commits
  • 4c4f981 OrientDB prepare release 3.2.29
  • b30a291 chore: udpated history
  • 2f505b6 fix: add check for delegated records on raw access, issue #10171
  • a667b24 fix: correct id swap revert in distributed tx during retry
  • 25d9738 fix: minor fix in transaction not document record handling
  • dc1846c fix: make sure to check the security policy record exists before creating ins...
  • 4b5cb06 fix: make sure to go on full sync in case of delta sync fail
  • 6555d8c OrientDB prepare for next development iteration
  • 8d803f0 OrientDB prepare release 3.2.28
  • e078c09 chore: update history
  • 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.26 to 3.2.29.
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/3.2.29/history.txt)
- [Commits](orientechnologies/orientdb@3.2.26...3.2.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team March 4, 2024 22:35
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Mar 4, 2024
@settings settings Bot removed the java label Mar 21, 2024
This was referenced May 21, 2024
@eddumelendez eddumelendez merged commit f5068cb into main May 21, 2024
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.29 branch May 21, 2024 19:29
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