Skip to content

Implemented Server side Transactions - #140

Merged
lvca merged 2 commits into
mainfrom
Issue-139-Server-SIde-Tx
Oct 15, 2021
Merged

Implemented Server side Transactions#140
lvca merged 2 commits into
mainfrom
Issue-139-Server-SIde-Tx

Conversation

@lvca

@lvca lvca commented Oct 15, 2021

Copy link
Copy Markdown
Member
  • new begin/commit/rollback commands in HTTP API
  • new begin/commit/rollback methods in RemoteDatabase
  • server side transactions are implemented as sessions that start at begin() command
  • sessions expires with a configurable timeout (=30 secs)

Related issues
Issue #139

Issue #139
- new begin/commit/rollback commands in HTTP API
- new begin/commit/rollback methods in RemoteDatabase
- server side transactions are implemented as sessions that start at begin() command
- sessions expires with a configurable timeout (=30 secs)
@lvca lvca self-assigned this Oct 15, 2021
@lvca lvca added the enhancement New feature or request label Oct 15, 2021
@lvca lvca added this to the 21.10.2 milestone Oct 15, 2021
@lvca lvca linked an issue Oct 15, 2021 that may be closed by this pull request
@lvca
lvca merged commit 88f7d00 into main Oct 15, 2021
@lvca
lvca deleted the Issue-139-Server-SIde-Tx branch October 15, 2021 20:56
mergify Bot added a commit that referenced this pull request Oct 12, 2025
…n /studio [skip ci]

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.6 to 3.1.0.
Release notes

*Sourced from [fast-uri's releases](https://github.com/fastify/fast-uri/releases).*

> v3.1.0
> ------
>
> What's Changed
> --------------
>
> * ci: remove master branch support by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#126](https://redirect.github.com/fastify/fast-uri/pull/126)
> * chore(test) remove .gitkeep by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#128](https://redirect.github.com/fastify/fast-uri/pull/128)
> * ci(ci): set job permissions by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#129](https://redirect.github.com/fastify/fast-uri/pull/129)
> * ci: set permissions at workflow level by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#131](https://redirect.github.com/fastify/fast-uri/pull/131)
> * ci: set workflow permissions to read-only by default by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#132](https://redirect.github.com/fastify/fast-uri/pull/132)
> * ci(ci): restore job level permissions by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#133](https://redirect.github.com/fastify/fast-uri/pull/133)
> * build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [fastify/fast-uri#134](https://redirect.github.com/fastify/fast-uri/pull/134)
> * ci(ci): pin actions to commit-hash by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#135](https://redirect.github.com/fastify/fast-uri/pull/135)
> * ci: add node 24 to test matrix by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#136](https://redirect.github.com/fastify/fast-uri/pull/136)
> * ci: use tags for immutable github actions by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#137](https://redirect.github.com/fastify/fast-uri/pull/137)
> * chore(license): update date ranges; standardise style by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#138](https://redirect.github.com/fastify/fast-uri/pull/138)
> * fix(lib/utils): simpler algorithm for removeDotSegments by [`@​wooffie`](https://github.com/wooffie) in [fastify/fast-uri#140](https://redirect.github.com/fastify/fast-uri/pull/140)
> * chore: remove uri-js by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#142](https://redirect.github.com/fastify/fast-uri/pull/142)
> * chore: replace benchmark with tinybench by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#143](https://redirect.github.com/fastify/fast-uri/pull/143)
> * fix: ipv4 is never normalized by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#144](https://redirect.github.com/fastify/fast-uri/pull/144)
> * feat: add browser testing by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#146](https://redirect.github.com/fastify/fast-uri/pull/146)
> * Update README.md by [`@​zekth`](https://github.com/zekth) in [fastify/fast-uri#145](https://redirect.github.com/fastify/fast-uri/pull/145)
> * chore: use jsdoc for static code analysis by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#147](https://redirect.github.com/fastify/fast-uri/pull/147)
> * fix(lib/schemes/urn): check nid for undefined by [`@​wooffie`](https://github.com/wooffie) in [fastify/fast-uri#141](https://redirect.github.com/fastify/fast-uri/pull/141)
>
> New Contributors
> ----------------
>
> * [`@​wooffie`](https://github.com/wooffie) made their first contribution in [fastify/fast-uri#140](https://redirect.github.com/fastify/fast-uri/pull/140)
>
> **Full Changelog**: <fastify/fast-uri@v3.0.6...v3.1.0>


Commits

* [`2d08e68`](fastify/fast-uri@2d08e68) v3.1.0
* [`4f8cdd1`](fastify/fast-uri@4f8cdd1) fix(lib/schemes/urn): check nid for undefined ([#141](https://redirect.github.com/fastify/fast-uri/issues/141))
* [`eedf840`](fastify/fast-uri@eedf840) chore: use jsdoc for static code analysis ([#147](https://redirect.github.com/fastify/fast-uri/issues/147))
* [`fbf4545`](fastify/fast-uri@fbf4545) Update README.md ([#145](https://redirect.github.com/fastify/fast-uri/issues/145))
* [`56b0c74`](fastify/fast-uri@56b0c74) feat: add browser testing ([#146](https://redirect.github.com/fastify/fast-uri/issues/146))
* [`ee22a06`](fastify/fast-uri@ee22a06) fix: ipv4 is never normalized ([#144](https://redirect.github.com/fastify/fast-uri/issues/144))
* [`509dd94`](fastify/fast-uri@509dd94) chore: replace benchmark with tinybench ([#143](https://redirect.github.com/fastify/fast-uri/issues/143))
* [`7a16582`](fastify/fast-uri@7a16582) chore: remove uri-js ([#142](https://redirect.github.com/fastify/fast-uri/issues/142))
* [`f0160b0`](fastify/fast-uri@f0160b0) fix(lib/utils): simpler algorithm for removeDotSegments ([#140](https://redirect.github.com/fastify/fast-uri/issues/140))
* [`14d12da`](fastify/fast-uri@14d12da) chore(license): update date ranges; standardise style ([#138](https://redirect.github.com/fastify/fast-uri/issues/138))
* Additional commits viewable in [compare view](fastify/fast-uri@v3.0.6...v3.1.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=fast-uri&package-manager=npm\_and\_yarn&previous-version=3.0.6&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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.
mergify Bot added a commit that referenced this pull request Nov 16, 2025
…2 to 3.5.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.2 to 3.5.0.
Release notes

*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*

> 3.5.0
> -----
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add new "attach" configuration parameter (3.x port of [#482](https://redirect.github.com/apache/maven-jar-plugin/issues/482)) ([#483](https://redirect.github.com/apache/maven-jar-plugin/pull/483)) [`@​hgschmie`](https://github.com/hgschmie)
> * add Java-Version to MANIFEST.MF ([#465](https://redirect.github.com/apache/maven-jar-plugin/pull/465)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix detecting java version for toolchains and JDK 1.8 ([#500](https://redirect.github.com/apache/maven-jar-plugin/pull/500)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Ignore stderr when parsing javac version from toolchain ([#471](https://redirect.github.com/apache/maven-jar-plugin/pull/471)) [`@​jaredstehler`](https://github.com/jaredstehler)
>
> 👻 Maintenance
> -------------
>
> * Update site descriptor to 2.0.0 ([#501](https://redirect.github.com/apache/maven-jar-plugin/pull/501)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * chore: remove junit3 references ([#494](https://redirect.github.com/apache/maven-jar-plugin/pull/494)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Migrate component injection to JSR-330 ([#492](https://redirect.github.com/apache/maven-jar-plugin/pull/492)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Add PR Automation to 3.x ([#132](https://redirect.github.com/apache/maven-jar-plugin/pull/132)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Improve release-drafter configuration ([#128](https://redirect.github.com/apache/maven-jar-plugin/pull/128)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Fix for Maven 4.0.0-rc-3 ([#130](https://redirect.github.com/apache/maven-jar-plugin/pull/130)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#119](https://redirect.github.com/apache/maven-jar-plugin/pull/119)) [`@​Bukama`](https://github.com/Bukama)
>
> 🔧 Build
> -------
>
> * Bump m-invoker-p to 3.9.1 for Java 25 ([#480](https://redirect.github.com/apache/maven-jar-plugin/pull/480)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 📦 Dependency updates
> --------------------
>
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#499](https://redirect.github.com/apache/maven-jar-plugin/pull/499)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([#498](https://redirect.github.com/apache/maven-jar-plugin/pull/498)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Use maven-plugin-testing-harness version 3.4.0 ([#491](https://redirect.github.com/apache/maven-jar-plugin/pull/491)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 ([#488](https://redirect.github.com/apache/maven-jar-plugin/pull/488)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 ([#478](https://redirect.github.com/apache/maven-jar-plugin/pull/478)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#464](https://redirect.github.com/apache/maven-jar-plugin/pull/464)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 42 to 45 ([#452](https://redirect.github.com/apache/maven-jar-plugin/pull/452)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.4 ([#461](https://redirect.github.com/apache/maven-jar-plugin/pull/461)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#457](https://redirect.github.com/apache/maven-jar-plugin/pull/457)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.10 to 3.9.11 ([#456](https://redirect.github.com/apache/maven-jar-plugin/pull/456)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.9 to 3.9.10 ([#146](https://redirect.github.com/apache/maven-jar-plugin/pull/146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0 ([#143](https://redirect.github.com/apache/maven-jar-plugin/pull/143)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.6.3 to 3.9.9 ([#107](https://redirect.github.com/apache/maven-jar-plugin/pull/107)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.18.0 to 2.19.0 ([#140](https://redirect.github.com/apache/maven-jar-plugin/pull/140)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.1 to 2.18.0 ([#114](https://redirect.github.com/apache/maven-jar-plugin/pull/114)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([#109](https://redirect.github.com/apache/maven-jar-plugin/pull/109)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`68d00f1`](apache/maven-jar-plugin@68d00f1) [maven-release-plugin] prepare release maven-jar-plugin-3.5.0
* [`357b9bf`](apache/maven-jar-plugin@357b9bf) Update site descriptor to 2.0.0
* [`340249c`](apache/maven-jar-plugin@340249c) Fix detecting java version for toolchains and JDK 1.8
* [`06a6245`](apache/maven-jar-plugin@06a6245) chore: remove junit3 references
* [`d302b2c`](apache/maven-jar-plugin@d302b2c) Bump commons-io:commons-io from 2.20.0 to 2.21.0
* [`6081bdb`](apache/maven-jar-plugin@6081bdb) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
* [`ef8ed4c`](apache/maven-jar-plugin@ef8ed4c) Migrate component injection to JSR-330
* [`704a35c`](apache/maven-jar-plugin@704a35c) Ignore stderr when parsing javac version from toolchain ([#471](https://redirect.github.com/apache/maven-jar-plugin/issues/471))
* [`0beb969`](apache/maven-jar-plugin@0beb969) Use maven-plugin-testing-harness version 3.4.0
* [`c2624c8`](apache/maven-jar-plugin@c2624c8) Bump org.apache.maven.plugin-tools:maven-plugin-annotations ([#488](https://redirect.github.com/apache/maven-jar-plugin/issues/488))
* Additional commits viewable in [compare view](apache/maven-jar-plugin@maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
* Implemented Server side Transactions

Issue ArcadeData#139
- new begin/commit/rollback commands in HTTP API
- new begin/commit/rollback methods in RemoteDatabase
- server side transactions are implemented as sessions that start at begin() command
- sessions expires with a configurable timeout (=30 secs)

* Added new transaction API in HTTP studio page
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…n /studio [skip ci]

Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.0.6 to 3.1.0.
Release notes

*Sourced from [fast-uri's releases](https://github.com/fastify/fast-uri/releases).*

> v3.1.0
> ------
>
> What's Changed
> --------------
>
> * ci: remove master branch support by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#126](https://redirect.github.com/fastify/fast-uri/pull/126)
> * chore(test) remove .gitkeep by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#128](https://redirect.github.com/fastify/fast-uri/pull/128)
> * ci(ci): set job permissions by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#129](https://redirect.github.com/fastify/fast-uri/pull/129)
> * ci: set permissions at workflow level by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#131](https://redirect.github.com/fastify/fast-uri/pull/131)
> * ci: set workflow permissions to read-only by default by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#132](https://redirect.github.com/fastify/fast-uri/pull/132)
> * ci(ci): restore job level permissions by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#133](https://redirect.github.com/fastify/fast-uri/pull/133)
> * build(deps-dev): bump tsd from 0.31.2 to 0.32.0 by [`@​dependabot`](https://github.com/dependabot)[bot] in [fastify/fast-uri#134](https://redirect.github.com/fastify/fast-uri/pull/134)
> * ci(ci): pin actions to commit-hash by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#135](https://redirect.github.com/fastify/fast-uri/pull/135)
> * ci: add node 24 to test matrix by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#136](https://redirect.github.com/fastify/fast-uri/pull/136)
> * ci: use tags for immutable github actions by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#137](https://redirect.github.com/fastify/fast-uri/pull/137)
> * chore(license): update date ranges; standardise style by [`@​Fdawgs`](https://github.com/Fdawgs) in [fastify/fast-uri#138](https://redirect.github.com/fastify/fast-uri/pull/138)
> * fix(lib/utils): simpler algorithm for removeDotSegments by [`@​wooffie`](https://github.com/wooffie) in [fastify/fast-uri#140](https://redirect.github.com/fastify/fast-uri/pull/140)
> * chore: remove uri-js by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#142](https://redirect.github.com/fastify/fast-uri/pull/142)
> * chore: replace benchmark with tinybench by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#143](https://redirect.github.com/fastify/fast-uri/pull/143)
> * fix: ipv4 is never normalized by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#144](https://redirect.github.com/fastify/fast-uri/pull/144)
> * feat: add browser testing by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#146](https://redirect.github.com/fastify/fast-uri/pull/146)
> * Update README.md by [`@​zekth`](https://github.com/zekth) in [fastify/fast-uri#145](https://redirect.github.com/fastify/fast-uri/pull/145)
> * chore: use jsdoc for static code analysis by [`@​Uzlopak`](https://github.com/Uzlopak) in [fastify/fast-uri#147](https://redirect.github.com/fastify/fast-uri/pull/147)
> * fix(lib/schemes/urn): check nid for undefined by [`@​wooffie`](https://github.com/wooffie) in [fastify/fast-uri#141](https://redirect.github.com/fastify/fast-uri/pull/141)
>
> New Contributors
> ----------------
>
> * [`@​wooffie`](https://github.com/wooffie) made their first contribution in [fastify/fast-uri#140](https://redirect.github.com/fastify/fast-uri/pull/140)
>
> **Full Changelog**: <fastify/fast-uri@v3.0.6...v3.1.0>


Commits

* [`2d08e68`](fastify/fast-uri@2d08e68) v3.1.0
* [`4f8cdd1`](fastify/fast-uri@4f8cdd1) fix(lib/schemes/urn): check nid for undefined ([ArcadeData#141](https://redirect.github.com/fastify/fast-uri/issues/141))
* [`eedf840`](fastify/fast-uri@eedf840) chore: use jsdoc for static code analysis ([ArcadeData#147](https://redirect.github.com/fastify/fast-uri/issues/147))
* [`fbf4545`](fastify/fast-uri@fbf4545) Update README.md ([ArcadeData#145](https://redirect.github.com/fastify/fast-uri/issues/145))
* [`56b0c74`](fastify/fast-uri@56b0c74) feat: add browser testing ([ArcadeData#146](https://redirect.github.com/fastify/fast-uri/issues/146))
* [`ee22a06`](fastify/fast-uri@ee22a06) fix: ipv4 is never normalized ([ArcadeData#144](https://redirect.github.com/fastify/fast-uri/issues/144))
* [`509dd94`](fastify/fast-uri@509dd94) chore: replace benchmark with tinybench ([ArcadeData#143](https://redirect.github.com/fastify/fast-uri/issues/143))
* [`7a16582`](fastify/fast-uri@7a16582) chore: remove uri-js ([ArcadeData#142](https://redirect.github.com/fastify/fast-uri/issues/142))
* [`f0160b0`](fastify/fast-uri@f0160b0) fix(lib/utils): simpler algorithm for removeDotSegments ([ArcadeData#140](https://redirect.github.com/fastify/fast-uri/issues/140))
* [`14d12da`](fastify/fast-uri@14d12da) chore(license): update date ranges; standardise style ([ArcadeData#138](https://redirect.github.com/fastify/fast-uri/issues/138))
* Additional commits viewable in [compare view](fastify/fast-uri@v3.0.6...v3.1.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=fast-uri&package-manager=npm\_and\_yarn&previous-version=3.0.6&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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.
tae898 pushed a commit to humemai/arcadedb-embedded-python that referenced this pull request Jun 28, 2026
…2 to 3.5.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.4.2 to 3.5.0.
Release notes

*Sourced from [org.apache.maven.plugins:maven-jar-plugin's releases](https://github.com/apache/maven-jar-plugin/releases).*

> 3.5.0
> -----
>
> 🚀 New features and improvements
> -------------------------------
>
> * Add new "attach" configuration parameter (3.x port of [#482](https://redirect.github.com/apache/maven-jar-plugin/issues/482)) ([ArcadeData#483](https://redirect.github.com/apache/maven-jar-plugin/pull/483)) [`@​hgschmie`](https://github.com/hgschmie)
> * add Java-Version to MANIFEST.MF ([ArcadeData#465](https://redirect.github.com/apache/maven-jar-plugin/pull/465)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 🐛 Bug Fixes
> -----------
>
> * Fix detecting java version for toolchains and JDK 1.8 ([ArcadeData#500](https://redirect.github.com/apache/maven-jar-plugin/pull/500)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Ignore stderr when parsing javac version from toolchain ([ArcadeData#471](https://redirect.github.com/apache/maven-jar-plugin/pull/471)) [`@​jaredstehler`](https://github.com/jaredstehler)
>
> 👻 Maintenance
> -------------
>
> * Update site descriptor to 2.0.0 ([ArcadeData#501](https://redirect.github.com/apache/maven-jar-plugin/pull/501)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * chore: remove junit3 references ([ArcadeData#494](https://redirect.github.com/apache/maven-jar-plugin/pull/494)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Migrate component injection to JSR-330 ([ArcadeData#492](https://redirect.github.com/apache/maven-jar-plugin/pull/492)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Add PR Automation to 3.x ([ArcadeData#132](https://redirect.github.com/apache/maven-jar-plugin/pull/132)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Improve release-drafter configuration ([ArcadeData#128](https://redirect.github.com/apache/maven-jar-plugin/pull/128)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Fix for Maven 4.0.0-rc-3 ([ArcadeData#130](https://redirect.github.com/apache/maven-jar-plugin/pull/130)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([ArcadeData#119](https://redirect.github.com/apache/maven-jar-plugin/pull/119)) [`@​Bukama`](https://github.com/Bukama)
>
> 🔧 Build
> -------
>
> * Bump m-invoker-p to 3.9.1 for Java 25 ([#480](https://redirect.github.com/apache/maven-jar-plugin/pull/480)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 📦 Dependency updates
> --------------------
>
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([ArcadeData#499](https://redirect.github.com/apache/maven-jar-plugin/pull/499)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([ArcadeData#498](https://redirect.github.com/apache/maven-jar-plugin/pull/498)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Use maven-plugin-testing-harness version 3.4.0 ([ArcadeData#491](https://redirect.github.com/apache/maven-jar-plugin/pull/491)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * Bump org.apache.maven.plugin-tools:maven-plugin-annotations from 3.15.1 to 3.15.2 ([ArcadeData#488](https://redirect.github.com/apache/maven-jar-plugin/pull/488)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 ([ArcadeData#478](https://redirect.github.com/apache/maven-jar-plugin/pull/478)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([ArcadeData#464](https://redirect.github.com/apache/maven-jar-plugin/pull/464)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 42 to 45 ([#452](https://redirect.github.com/apache/maven-jar-plugin/pull/452)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.4 ([ArcadeData#461](https://redirect.github.com/apache/maven-jar-plugin/pull/461)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([ArcadeData#457](https://redirect.github.com/apache/maven-jar-plugin/pull/457)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.10 to 3.9.11 ([ArcadeData#456](https://redirect.github.com/apache/maven-jar-plugin/pull/456)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.9.9 to 3.9.10 ([ArcadeData#146](https://redirect.github.com/apache/maven-jar-plugin/pull/146)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.shared:file-management from 3.1.0 to 3.2.0 ([ArcadeData#143](https://redirect.github.com/apache/maven-jar-plugin/pull/143)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.6.3 to 3.9.9 ([ArcadeData#107](https://redirect.github.com/apache/maven-jar-plugin/pull/107)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.18.0 to 2.19.0 ([ArcadeData#140](https://redirect.github.com/apache/maven-jar-plugin/pull/140)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.1 to 2.18.0 ([#114](https://redirect.github.com/apache/maven-jar-plugin/pull/114)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([ArcadeData#109](https://redirect.github.com/apache/maven-jar-plugin/pull/109)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`68d00f1`](apache/maven-jar-plugin@68d00f1) [maven-release-plugin] prepare release maven-jar-plugin-3.5.0
* [`357b9bf`](apache/maven-jar-plugin@357b9bf) Update site descriptor to 2.0.0
* [`340249c`](apache/maven-jar-plugin@340249c) Fix detecting java version for toolchains and JDK 1.8
* [`06a6245`](apache/maven-jar-plugin@06a6245) chore: remove junit3 references
* [`d302b2c`](apache/maven-jar-plugin@d302b2c) Bump commons-io:commons-io from 2.20.0 to 2.21.0
* [`6081bdb`](apache/maven-jar-plugin@6081bdb) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
* [`ef8ed4c`](apache/maven-jar-plugin@ef8ed4c) Migrate component injection to JSR-330
* [`704a35c`](apache/maven-jar-plugin@704a35c) Ignore stderr when parsing javac version from toolchain ([ArcadeData#471](https://redirect.github.com/apache/maven-jar-plugin/issues/471))
* [`0beb969`](apache/maven-jar-plugin@0beb969) Use maven-plugin-testing-harness version 3.4.0
* [`c2624c8`](apache/maven-jar-plugin@c2624c8) Bump org.apache.maven.plugin-tools:maven-plugin-annotations ([ArcadeData#488](https://redirect.github.com/apache/maven-jar-plugin/issues/488))
* Additional commits viewable in [compare view](apache/maven-jar-plugin@maven-jar-plugin-3.4.2...maven-jar-plugin-3.5.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-jar-plugin&package-manager=maven&previous-version=3.4.2&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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  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)
tae898 added a commit to humemai/arcadedb-embedded-python that referenced this pull request Aug 14, 2026
Third mini-only artifact set today, same shape as E3: the paper's profiling
paragraph quoted 3.0%, 1.0% and "2 samples in a disk-read syscall" from
collapsed stacks that existed nowhere in this repository. Copied in from
mini:~/profiling/flame/, and both open items settle immediately -- and settle
against the paper.

F22. There is no disk read. Grepping every stack in both profiles for
read/pread/readv/FileChannel/IOUtil/NativeThread/fstat returns exactly ONE
stack per profile, one sample each, and it is:

  TimerThread.run -> TransactionManager.checkWALFiles -> WALFile.getSize
    -> FileChannelImpl.size -> UnixFileDispatcherImpl.size0 -> __fstat64

A background WAL size check on a timer thread. fstat reads metadata, not data,
and it is not on the query path at all. The corrected claim is stronger than
the one it replaces: the query path issued no disk reads whatsoever.

F21. The two percentages overlap and were being added. Over 174,957 CPU
samples: readPage 5,326 (3.04%), DatabaseContext 1,781 (1.02%), and 1,006
samples (0.57%) contain BOTH frames. Union 3.49%, naive sum 4.06%. The paper
said "about 4%", double-counting the intersection. Now 3.5%, which does not
change the argument -- neither figure explains a 3.9x gap -- but the paper
should not reach it by adding overlapping sets.

F21 also had a provenance prong, and it stands: line 743 asserted "Every
ArcadeDB number here is the released 26.8.1" while these profiles are
26.8.1.dev23. The sentence now names the exception instead of quietly
excluding it, and says what the profile is for: where CPU time falls, not how
much of it there is. Re-profiling on the release is ArcadeData#140 and stays open.

Gates: claims 105/0, page_check 6/0, provenance 0 BAD, fairness 0.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E2Ytwsz6uQvs1dBoqGBSrV
mergify Bot added a commit that referenced this pull request Aug 18, 2026
…tes [skip ci]

Bumps the go-modules group with 2 updates in the /e2e-go directory: [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) and [github.com/moby/sys/userns](https://github.com/moby/sys).
Updates `github.com/testcontainers/testcontainers-go` from 0.43.0 to 0.44.0
Release notes

*Sourced from [github.com/testcontainers/testcontainers-go's releases](https://github.com/testcontainers/testcontainers-go/releases).*

> v0.44.0
> -------
>
> What's Changed
> ==============
>
> 🔒 Security
> ----------
>
> * security: fix Dependabot alerts for grpc and OTel ([#3835](https://redirect.github.com/testcontainers/testcontainers-go/issues/3835)) [`@​mdelapenya`](https://github.com/mdelapenya)
>
> 🚀 Features
> ----------
>
> * feat: allow overriding the session ID ([#3051](https://redirect.github.com/testcontainers/testcontainers-go/issues/3051)) [`@​jcmfernandes`](https://github.com/jcmfernandes)
> * feat: add Azure SQL Edge module ([#3787](https://redirect.github.com/testcontainers/testcontainers-go/issues/3787)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add S3Mock module ([#3781](https://redirect.github.com/testcontainers/testcontainers-go/issues/3781)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Fake-GCS-Server module ([#3770](https://redirect.github.com/testcontainers/testcontainers-go/issues/3770)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Typesense module ([#3786](https://redirect.github.com/testcontainers/testcontainers-go/issues/3786)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Firebird module ([#3771](https://redirect.github.com/testcontainers/testcontainers-go/issues/3771)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add CouchDB module ([#3768](https://redirect.github.com/testcontainers/testcontainers-go/issues/3768)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Mosquitto module ([#3774](https://redirect.github.com/testcontainers/testcontainers-go/issues/3774)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Papercut-SMTP module ([#3777](https://redirect.github.com/testcontainers/testcontainers-go/issues/3777)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Timeplus module ([#3784](https://redirect.github.com/testcontainers/testcontainers-go/issues/3784)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Solr module ([#3783](https://redirect.github.com/testcontainers/testcontainers-go/issues/3783)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add SFTP module ([#3782](https://redirect.github.com/testcontainers/testcontainers-go/issues/3782)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add RavenDB module ([#3780](https://redirect.github.com/testcontainers/testcontainers-go/issues/3780)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add QuestDB module ([#3779](https://redirect.github.com/testcontainers/testcontainers-go/issues/3779)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Presto module ([#3778](https://redirect.github.com/testcontainers/testcontainers-go/issues/3778)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add OrientDB module ([#3776](https://redirect.github.com/testcontainers/testcontainers-go/issues/3776)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Nginx module ([#3775](https://redirect.github.com/testcontainers/testcontainers-go/issues/3775)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Mailpit module ([#3773](https://redirect.github.com/testcontainers/testcontainers-go/issues/3773)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add Trino module ([#3785](https://redirect.github.com/testcontainers/testcontainers-go/issues/3785)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add KurrentDB module ([#3772](https://redirect.github.com/testcontainers/testcontainers-go/issues/3772)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add CrateDB module ([#3769](https://redirect.github.com/testcontainers/testcontainers-go/issues/3769)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add ActiveMQ Classic module ([#3767](https://redirect.github.com/testcontainers/testcontainers-go/issues/3767)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * feat: add ability to chain WithConfigModifier, WithEndpointSettingsModifier and WithHostConfigModifier ([#3733](https://redirect.github.com/testcontainers/testcontainers-go/issues/3733)) [`@​LaurentGoderre`](https://github.com/LaurentGoderre)
>
> 🐛 Bug Fixes
> -----------
>
> * fix: escape the container name in the Docker name filter ([#3837](https://redirect.github.com/testcontainers/testcontainers-go/issues/3837)) [`@​jcmfernandes`](https://github.com/jcmfernandes)
> * fix: should print max information by default ([#3459](https://redirect.github.com/testcontainers/testcontainers-go/issues/3459)) [`@​strowk`](https://github.com/strowk)
> * fix: read exec exit code only after draining the output stream ([#3766](https://redirect.github.com/testcontainers/testcontainers-go/issues/3766)) [`@​dean-island`](https://github.com/dean-island)
> * fix: properly wait for Ryuk startup when reusing reaper ([#3761](https://redirect.github.com/testcontainers/testcontainers-go/issues/3761)) [`@​karsov`](https://github.com/karsov)
> * fix(openfga): remove playground wait from Run and up image to v1.18.0 ([#3745](https://redirect.github.com/testcontainers/testcontainers-go/issues/3745)) [`@​selvakannanjr`](https://github.com/selvakannanjr)
>
> 📖 Documentation
> ---------------
>
> * docs: fix incomplete CleanupContainer documentation ([#3826](https://redirect.github.com/testcontainers/testcontainers-go/issues/3826)) [`@​Hashim1999164`](https://github.com/Hashim1999164)
> * docs: fix typo in SkipIfProviderIsNotHealthy docstring ([#3764](https://redirect.github.com/testcontainers/testcontainers-go/issues/3764)) [`@​salandered`](https://github.com/salandered)
> * chore: update modules usage metrics (2026-07) ([#3759](https://redirect.github.com/testcontainers/testcontainers-go/issues/3759)) @[github-actions[bot]](https://github.com/apps/github-actions)
> * chore: update usage metrics (2026-07) ([#3757](https://redirect.github.com/testcontainers/testcontainers-go/issues/3757)) @[github-actions[bot]](https://github.com/apps/github-actions)
> * chore(metrics): usage metrics for modules ([#3737](https://redirect.github.com/testcontainers/testcontainers-go/issues/3737)) [`@​mdelapenya`](https://github.com/mdelapenya)
> * docs(site): add missing languages and reorder docs navigation ([#3735](https://redirect.github.com/testcontainers/testcontainers-go/issues/3735)) [`@​mdelapenya`](https://github.com/mdelapenya)
>
> 🧹 Housekeeping
> --------------

... (truncated)


Commits

* [`007bd6b`](testcontainers/testcontainers-go@007bd6b) chore: use new version (v0.44.0) in modules and examples
* [`6fdd2fd`](testcontainers/testcontainers-go@6fdd2fd) feat: allow overriding the session ID ([#3051](https://redirect.github.com/testcontainers/testcontainers-go/issues/3051))
* [`0cfd2f9`](testcontainers/testcontainers-go@0cfd2f9) chore(deps): bump slackapi/slack-github-action from 3.0.3 to 4.0.0 ([#3788](https://redirect.github.com/testcontainers/testcontainers-go/issues/3788))
* [`5dda4cd`](testcontainers/testcontainers-go@5dda4cd) chore(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 ([#3789](https://redirect.github.com/testcontainers/testcontainers-go/issues/3789))
* [`8cfecf9`](testcontainers/testcontainers-go@8cfecf9) chore(deps): bump docker/setup-docker-action from 5.1.0 to 5.4.0 ([#3790](https://redirect.github.com/testcontainers/testcontainers-go/issues/3790))
* [`1d054f6`](testcontainers/testcontainers-go@1d054f6) fix: escape the container name in the Docker name filter ([#3837](https://redirect.github.com/testcontainers/testcontainers-go/issues/3837))
* [`2f869d6`](testcontainers/testcontainers-go@2f869d6) fix: should print max information by default ([#3459](https://redirect.github.com/testcontainers/testcontainers-go/issues/3459))
* [`62941e8`](testcontainers/testcontainers-go@62941e8) chore(azurite): tidy module dependencies ([#3838](https://redirect.github.com/testcontainers/testcontainers-go/issues/3838))
* [`632ee7b`](testcontainers/testcontainers-go@632ee7b) security: fix Dependabot alerts for grpc and OTel ([#3835](https://redirect.github.com/testcontainers/testcontainers-go/issues/3835))
* [`caa68c6`](testcontainers/testcontainers-go@caa68c6) chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1...
* Additional commits viewable in [compare view](testcontainers/testcontainers-go@v0.43.0...v0.44.0)
  
Updates `github.com/lufia/plan9stats` from 0.0.0-20211012122336-39d0f177ccd0 to 0.0.0-20260330125221-c963978e514e
Commits

* See full diff in [compare view](https://github.com/lufia/plan9stats/commits)
  
Updates `github.com/moby/sys/userns` from 0.1.0 to 0.2.0
Release notes

*Sourced from [github.com/moby/sys/userns's releases](https://github.com/moby/sys/releases).*

> mountinfo v0.2.0
> ----------------
>
> Bug fixes:
>
> * Fix path unescaping for paths with double quotes ([#16](https://redirect.github.com/moby/sys/issues/16))
>
> Improvements:
>
> * `Mounted`: speed up by adding fast paths using `openat2` (Linux-only, [#29](https://redirect.github.com/moby/sys/issues/29)) and `stat` ([#20](https://redirect.github.com/moby/sys/issues/20))
> * `Mounted`: relax path requirements (allow relative, non-cleaned paths, symlinks) (fixes [#27](https://redirect.github.com/moby/sys/issues/27))
> * Unescape `fstype` and `source` fields ([#16](https://redirect.github.com/moby/sys/issues/16))
> * Documentation improvements ([#15](https://redirect.github.com/moby/sys/issues/15))
>
> Testing/CI:
>
> * Unit tests: exclude darwin ([#13](https://redirect.github.com/moby/sys/issues/13))
> * CI: run tests under Fedora 32 to test openat2 ([#29](https://redirect.github.com/moby/sys/issues/29))
> * `TestGetMounts`: fix for Ubuntu build system ([#18](https://redirect.github.com/moby/sys/issues/18))
> * Makefile: fix ignoring test failures ([#19](https://redirect.github.com/moby/sys/issues/19))
> * CI: add cross build ([#23](https://redirect.github.com/moby/sys/issues/23))
>
> Thanks to:
>
> * Aleksa Sarai
> * Shengjing Zhu
>
> mount v0.2.0
> ------------
>
> Breaking changes:
>
> * Remove stub-implementations for Windows for `Mount()`, `Unmount()`,
>   `RecursiveUnmount()`, `MergeTmpfsOptions()` ([#31](https://redirect.github.com/moby/sys/issues/31)[1](https://redirect.github.com/moby/sys/pull/31))
>
> Fixes and improvements:
>
> * `go.mod`: update github.com/moby/sys/mountinfo to [v0.4.0](https://github.com/moby/sys/releases/tag/mountinfo%2Fv0.4.0) ([#44](https://redirect.github.com/moby/sys/issues/44)[3](https://redirect.github.com/moby/sys/pull/44), [#56](https://redirect.github.com/moby/sys/issues/56)[4](https://redirect.github.com/moby/sys/pull/56))
> * use `MNT_*` flags from golang.org/x/sys/unix on freebsd ([#36](https://redirect.github.com/moby/sys/issues/36)[5](https://redirect.github.com/moby/sys/pull/36))
> * add support for OpenBSD in addition to FreeBSD ([#32](https://redirect.github.com/moby/sys/issues/32)[6](https://redirect.github.com/moby/sys/pull/32))
> * fix package overview documentation not showing ([#43](https://redirect.github.com/moby/sys/issues/43)[7](https://redirect.github.com/moby/sys/pull/43))
> * `RecursiveUnmount()`: minor improvements ([#46](https://redirect.github.com/moby/sys/issues/46)[8](https://redirect.github.com/moby/sys/pull/46))
>
> Thanks to:
>
> * Tobias Klauser
>
> symlink/v0.2.0
> --------------
>
> What's Changed
> --------------

... (truncated)


Commits

* [`86870e7`](moby/sys@86870e7) Merge pull request [#140](https://redirect.github.com/moby/sys/issues/140) from thaJeztah/integrate\_libcontainer\_userns
* [`5cd502c`](moby/sys@5cd502c) user: require go1.21 or higher
* [`a40602b`](moby/sys@a40602b) user/userns: add godoc for package
* [`bc3a8a5`](moby/sys@bc3a8a5) libct/userns: implement RunningInUserNS with sync.OnceValue
* [`bc0de32`](moby/sys@bc0de32) libct/userns: make fuzzer Linux-only, and remove stub for uidMapInUserNS
* [`333fe31`](moby/sys@333fe31) libct/userns: change RunningInUserNS to a wrapper instead of an alias
* [`bb72464`](moby/sys@bb72464) remove pre-go1.17 build-tags
* [`87e38c8`](moby/sys@87e38c8) libcontainer/userns: simplify, and separate from "user" package.
* [`b19e084`](moby/sys@b19e084) \*: add go-1.17+ go:build tags
* [`db243e2`](moby/sys@db243e2) \*: rm redundant linux build tag
* Additional commits viewable in [compare view](moby/sys@user/v0.1.0...user/v0.2.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore  major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore  minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore  ` will remove the ignore condition of the specified dependency and ignore conditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server side transactions

1 participant