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

build(deps): bump modelixCore from 3.16.0 to 3.17.1 #214

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 25, 2023

Bumps modelixCore from 3.16.0 to 3.17.1.
Updates org.modelix:model-server from 3.16.0 to 3.17.1

Release notes

Sourced from org.modelix:model-server's releases.

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)
  • model-server: transaction isolation in listeners (1c516bb)
  • model-server: writing to a branch using the v1 API failed (7409913)

Features

  • model-api: INode.addNewChildren with better performance for bulk imports (acdb119)
  • model-datastructure: new BulkUpdateOp to merge large updates into a single operation (8ceb819)

Performance Improvements

  • bulk-model-sync-lib: inline frequently used function (89a64ff)
  • bulk-model-sync: decode from stream during model-server import (38f017f)
  • bulk-model-sync: parallelize export (1ef1b58)
  • model-client: send large changes as multiple HTTP requests (a0c11c2)
  • model-client: unnecessary overhead of BulkQuery (078cf6b)
Commits
  • 2621363 Merge pull request #382 from modelix/ci/restrict-release-workflow
  • 27d7e8c ci: restrict release workflow to main
  • 1eadd41 Merge pull request #381 from modelix/bugfix/configurable-timeouts
  • 9438e8e fix(bulk-model-sync-gradle): use longer HTTP request timeouts
  • 30b59fc fix(model-client): make HTTP timeouts configurable in the builder
  • f54cdb3 Merge pull request #363 from modelix/bugfix/progress-without-ttys
  • 3c5ad06 fix(bulk-model-sync-lib): use carriage returns only on TTYs
  • 56655da Merge pull request #380 from modelix/ci/fix-bulk-sync-test
  • f7137c3 ci(bulk-model-sync-gradle): replace sleep with health-check
  • 5567d28 Merge pull request #345 from modelix/fix/bulk-sync-large-modules
  • Additional commits viewable in compare view

Updates org.modelix:model-server-api from 3.16.0 to 3.17.1

Release notes

Sourced from org.modelix:model-server-api's releases.

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)
  • model-server: transaction isolation in listeners (1c516bb)
  • model-server: writing to a branch using the v1 API failed (7409913)

Features

  • model-api: INode.addNewChildren with better performance for bulk imports (acdb119)
  • model-datastructure: new BulkUpdateOp to merge large updates into a single operation (8ceb819)

Performance Improvements

  • bulk-model-sync-lib: inline frequently used function (89a64ff)
  • bulk-model-sync: decode from stream during model-server import (38f017f)
  • bulk-model-sync: parallelize export (1ef1b58)
  • model-client: send large changes as multiple HTTP requests (a0c11c2)
  • model-client: unnecessary overhead of BulkQuery (078cf6b)
Commits
  • 2621363 Merge pull request #382 from modelix/ci/restrict-release-workflow
  • 27d7e8c ci: restrict release workflow to main
  • 1eadd41 Merge pull request #381 from modelix/bugfix/configurable-timeouts
  • 9438e8e fix(bulk-model-sync-gradle): use longer HTTP request timeouts
  • 30b59fc fix(model-client): make HTTP timeouts configurable in the builder
  • f54cdb3 Merge pull request #363 from modelix/bugfix/progress-without-ttys
  • 3c5ad06 fix(bulk-model-sync-lib): use carriage returns only on TTYs
  • 56655da Merge pull request #380 from modelix/ci/fix-bulk-sync-test
  • f7137c3 ci(bulk-model-sync-gradle): replace sleep with health-check
  • 5567d28 Merge pull request #345 from modelix/fix/bulk-sync-large-modules
  • Additional commits viewable in compare view

Updates org.modelix:model-client from 3.16.0 to 3.17.1

Release notes

Sourced from org.modelix:model-client's releases.

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)
  • model-server: transaction isolation in listeners (1c516bb)
  • model-server: writing to a branch using the v1 API failed (7409913)

Features

  • model-api: INode.addNewChildren with better performance for bulk imports (acdb119)
  • model-datastructure: new BulkUpdateOp to merge large updates into a single operation (8ceb819)

Performance Improvements

  • bulk-model-sync-lib: inline frequently used function (89a64ff)
  • bulk-model-sync: decode from stream during model-server import (38f017f)
  • bulk-model-sync: parallelize export (1ef1b58)
  • model-client: send large changes as multiple HTTP requests (a0c11c2)
  • model-client: unnecessary overhead of BulkQuery (078cf6b)
Commits
  • 2621363 Merge pull request #382 from modelix/ci/restrict-release-workflow
  • 27d7e8c ci: restrict release workflow to main
  • 1eadd41 Merge pull request #381 from modelix/bugfix/configurable-timeouts
  • 9438e8e fix(bulk-model-sync-gradle): use longer HTTP request timeouts
  • 30b59fc fix(model-client): make HTTP timeouts configurable in the builder
  • f54cdb3 Merge pull request #363 from modelix/bugfix/progress-without-ttys
  • 3c5ad06 fix(bulk-model-sync-lib): use carriage returns only on TTYs
  • 56655da Merge pull request #380 from modelix/ci/fix-bulk-sync-test
  • f7137c3 ci(bulk-model-sync-gradle): replace sleep with health-check
  • 5567d28 Merge pull request #345 from modelix/fix/bulk-sync-large-modules
  • Additional commits viewable in compare view

Updates org.modelix:model-api from 3.16.0 to 3.17.1

Release notes

Sourced from org.modelix:model-api's releases.

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)
  • model-server: transaction isolation in listeners (1c516bb)
  • model-server: writing to a branch using the v1 API failed (7409913)

Features

  • model-api: INode.addNewChildren with better performance for bulk imports (acdb119)
  • model-datastructure: new BulkUpdateOp to merge large updates into a single operation (8ceb819)

Performance Improvements

  • bulk-model-sync-lib: inline frequently used function (89a64ff)
  • bulk-model-sync: decode from stream during model-server import (38f017f)
  • bulk-model-sync: parallelize export (1ef1b58)
  • model-client: send large changes as multiple HTTP requests (a0c11c2)
  • model-client: unnecessary overhead of BulkQuery (078cf6b)
Commits
  • 2621363 Merge pull request #382 from modelix/ci/restrict-release-workflow
  • 27d7e8c ci: restrict release workflow to main
  • 1eadd41 Merge pull request #381 from modelix/bugfix/configurable-timeouts
  • 9438e8e fix(bulk-model-sync-gradle): use longer HTTP request timeouts
  • 30b59fc fix(model-client): make HTTP timeouts configurable in the builder
  • f54cdb3 Merge pull request #363 from modelix/bugfix/progress-without-ttys
  • 3c5ad06 fix(bulk-model-sync-lib): use carriage returns only on TTYs
  • 56655da Merge pull request #380 from modelix/ci/fix-bulk-sync-test
  • f7137c3 ci(bulk-model-sync-gradle): replace sleep with health-check
  • 5567d28 Merge pull request #345 from modelix/fix/bulk-sync-large-modules
  • Additional commits viewable in compare view

Updates org.modelix:model-api-gen-runtime from 3.16.0 to 3.17.1

Release notes

Sourced from org.modelix:model-api-gen-runtime's releases.

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)
  • model-server: transaction isolation in listeners (1c516bb)
  • model-server: writing to a branch using the v1 API failed (7409913)

Features

  • model-api: INode.addNewChildren with better performance for bulk imports (acdb119)
  • model-datastructure: new BulkUpdateOp to merge large updates into a single operation (8ceb819)

Performance Improvements

  • bulk-model-sync-lib: inline frequently used function (89a64ff)
  • bulk-model-sync: decode from stream during model-server import (38f017f)
  • bulk-model-sync: parallelize export (1ef1b58)
  • model-client: send large changes as multiple HTTP requests (a0c11c2)
  • model-client: unnecessary overhead of BulkQuery (078cf6b)
Commits
  • 2621363 Merge pull request #382 from modelix/ci/restrict-release-workflow
  • 27d7e8c ci: restrict release workflow to main
  • 1eadd41 Merge pull request #381 from modelix/bugfix/configurable-timeouts
  • 9438e8e fix(bulk-model-sync-gradle): use longer HTTP request timeouts
  • 30b59fc fix(model-client): make HTTP timeouts configurable in the builder
  • f54cdb3 Merge pull request #363 from modelix/bugfix/progress-without-ttys
  • 3c5ad06 fix(bulk-model-sync-lib): use carriage returns only on TTYs
  • 56655da Merge pull request #380 from modelix/ci/fix-bulk-sync-test
  • f7137c3 ci(bulk-model-sync-gradle): replace sleep with health-check
  • 5567d28 Merge pull request #345 from modelix/fix/bulk-sync-large-modules
  • Additional commits viewable in compare view

Updates org.modelix:light-model-client from 3.16.0 to 3.17.1

Release notes

Sourced from org.modelix:light-model-client's releases.

3.17.1

3.17.1 (2023-12-21)

Bug Fixes

  • bulk-model-sync-gradle: use longer HTTP request timeouts (9438e8e)
  • bulk-model-sync-lib: use carriage returns only on TTYs (3c5ad06)
  • model-client: make HTTP timeouts configurable in the builder (30b59fc)

3.17.0

3.17.0 (2023-12-19)

Bug Fixes

  • bulk-model-sync-lib: handle export more efficiently (277497f)
  • model-api: prefix was missing in serialization of PNodeReference (17744ca)
  • model-api: serialized referenced failed to resolve in PArea (a221c87)
  • model-client: IModelClientV2.runWrite creates the repository if it doesn't exist (f23903e)
  • model-datastructure: reverted accidental change in deserialization of references (f659204)
  • model-server: transaction isolation in listeners (1c516bb)
  • model-server: writing to a branch using the v1 API failed (7409913)

Features

  • model-api: INode.addNewChildren with better performance for bulk imports (acdb119)
  • model-datastructure: new BulkUpdateOp to merge large updates into a single operation (8ceb819)

Performance Improvements

  • bulk-model-sync-lib: inline frequently used function (89a64ff)
  • bulk-model-sync: decode from stream during model-server import (38f017f)
  • bulk-model-sync: parallelize export (1ef1b58)
  • model-client: send large changes as multiple HTTP requests (a0c11c2)
  • model-client: unnecessary overhead of BulkQuery (078cf6b)
Commits
  • 2621363 Merge pull request #382 from modelix/ci/restrict-release-workflow
  • 27d7e8c ci: restrict release workflow to main
  • 1eadd41 Merge pull request #381 from modelix/bugfix/configurable-timeouts
  • 9438e8e fix(bulk-model-sync-gradle): use longer HTTP request timeouts
  • 30b59fc fix(model-client): make HTTP timeouts configurable in the builder
  • f54cdb3 Merge pull request #363 from modelix/bugfix/progress-without-ttys
  • 3c5ad06 fix(bulk-model-sync-lib): use carriage returns only on TTYs
  • 56655da Merge pull request #380 from modelix/ci/fix-bulk-sync-test
  • f7137c3 ci(bulk-model-sync-gradle): replace sleep with health-check
  • 5567d28 Merge pull request #345 from modelix/fix/bulk-sync-large-modules
  • Additional commits viewable in compare view

Updates org.modelix.model-api-gen from 3.16.0 to 3.17.1

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 `modelixCore` from 3.16.0 to 3.17.1.

Updates `org.modelix:model-server` from 3.16.0 to 3.17.1
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.16.0...3.17.1)

Updates `org.modelix:model-server-api` from 3.16.0 to 3.17.1
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.16.0...3.17.1)

Updates `org.modelix:model-client` from 3.16.0 to 3.17.1
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.16.0...3.17.1)

Updates `org.modelix:model-api` from 3.16.0 to 3.17.1
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.16.0...3.17.1)

Updates `org.modelix:model-api-gen-runtime` from 3.16.0 to 3.17.1
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.16.0...3.17.1)

Updates `org.modelix:light-model-client` from 3.16.0 to 3.17.1
- [Release notes](https://github.com/modelix/modelix.core/releases)
- [Changelog](https://github.com/modelix/modelix.core/blob/main/.releaserc.json)
- [Commits](modelix/modelix.core@3.16.0...3.17.1)

Updates `org.modelix.model-api-gen` from 3.16.0 to 3.17.1

---
updated-dependencies:
- dependency-name: org.modelix:model-server
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:model-server-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:model-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:model-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:model-api-gen-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix:light-model-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.modelix.model-api-gen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 25, 2023 10:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 25, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 3, 2024

Superseded by #217.

@dependabot dependabot bot closed this Jan 3, 2024
@dependabot dependabot bot deleted the dependabot/gradle/modelixCore-3.17.1 branch January 3, 2024 09:17
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.

0 participants