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.17 to 3.2.20 in /modules/orientdb #7194

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2023

Bumps com.orientechnologies:orientdb-client from 3.2.17 to 3.2.20.

Release notes

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

3.2.20

Core

  • Refactor in query engines for execution simplification
  • Corrected failure to wait for migration when storage is reused, issue #9974
  • Made last refresh time of views persistent
  • Minor fix in views to skip refresh of deleted views

Distributed

  • Reduced logging logic that is not used anymore
  • Inverted order of finish check for chunks to avoid leaving data in the buffer, issue #9985

Client

  • Make sure that client executor pool size never have size 0

3.2.19

Changes

Core

  • Correct the class for scanning vertex on graph repair, issue #9970
  • Reduced some dependencies from external libraries
  • Removed not needed implementations in native logic
  • Removed the need to load a native library to check some system settings
  • Moved sources in main modules to avoid split packages, issue #8001
  • Minor fix for new internal experimental configuration store
  • Revert upgrade of minor dependency that cause issues on older OS
  • Minor fixes from static analysis
  • Make sure to unblock other storage open operations only when migration is complete, issue #9974

Distributed

  • Deduplication and simplification of distributed logic
  • Removed operation waiting flow not needed any more
  • Avoid startup failure in case of rebalancing failure
  • Avoid that failure on load of database block the server starting
  • Add command to fetch distributed configuration from SQL

3.2.18

This release contains two major changes to be aware of, first the orientdb-gremlin as been upgraded to the last public release of gremlin, as well the agent has been trimmed of dependencies so it has a way smaller jar, at following the list of changes in this release.

Changes

Core

  • Add a specific executor, for all the io operations
  • Make sure to use the context executor for all background ops
  • Fix automatically remove null links on write of embedded ridbags, issue #9767

... (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.20 - (June, 15 2023)

Core

  • Refactor in query engines for execution simplification
  • Corrected failure to wait for migration when storage is reused, issue #9974
  • Made last refresh time of views persistent
  • Minor fix in views to skip refresh of deleted views

Distributed

  • Reduced logging logic that is not used anymore
  • Inverted order of finish check for chunks to avoid leaving data in the buffer, issue #9985

Client

  • Make sure that client executor pool size never have size 0

... (truncated)

Commits
  • 209ef77 OrientDB prepare release 3.2.20
  • d63f197 chore: update history
  • 96afe67 fix: make sure that client executor pool size never have size 0
  • 8d7e04b fix: minor fix in views to skip refresh of deleted views
  • 247003d refactor: moved some tests from old graph module to core
  • efa5b8c refactor: made some core tests be in memory
  • 7bcf276 refactor: converted lamdas to methods in query engine
  • fb54ab7 refactor: moved logic for filtering results to specific resultset
  • 3b6c955 refactor: centralized logic of betch limit in the query engine
  • 92909a4 refactor: moved logic from lamda to method when possible
  • 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 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)

@dependabot dependabot bot requested a review from a team as a code owner June 16, 2023 10:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java labels Jun 16, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.20 branch 5 times, most recently from e2ac8d7 to cb85ecd Compare June 20, 2023 21:25
Bumps [com.orientechnologies:orientdb-client](https://github.com/orientechnologies/orientdb) from 3.2.17 to 3.2.20.
- [Release notes](https://github.com/orientechnologies/orientdb/releases)
- [Changelog](https://github.com/orientechnologies/orientdb/blob/develop/history.txt)
- [Commits](orientechnologies/orientdb@3.2.17...3.2.20)

---
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 force-pushed the dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.20 branch from cb85ecd to 7385911 Compare June 28, 2023 19:57
@github-actions github-actions bot mentioned this pull request Jul 2, 2023
@eddumelendez eddumelendez merged commit 175ac84 into main Jul 2, 2023
83 checks passed
@eddumelendez eddumelendez deleted the dependabot/gradle/modules/orientdb/com.orientechnologies-orientdb-client-3.2.20 branch July 2, 2023 16:57
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.

None yet

1 participant