8000 Comparing v0.7.3...master · elastio/ssstar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastio/ssstar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.3
Choose a base ref
...
head repository: elastio/ssstar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 29 files changed
  • 3 contributors

Commits on Dec 31, 2024

  1. Bump actions/checkout from 3 to 4 (#128)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    005416b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. chore: Dependabot fixes and tidying up (#131)

    I noticed that the Dependabot config is out of date and isn't working
    right with the old format `rust-toolchain`.
    
    I also took this opportunity to fix a broken link to releases in the
    README
    
    This configured dependabot to always add me as a reviewer. It also
    switches from a weekly to a daily schedule.
    
    I then got pulled into a yak-shaving exercise, ultimately updating several deps, updating to Rust 1.81, migrating to the `dtolnay/rust-toolchain` action, and updating `deny.toml` with some new licenses and some suppression of dupes.
    anelson authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    22322b9 View commit details
    Browse the repository at this point in the history
  2. Bump Swatinem/rust-cache from 1 to 2 (#57)

    Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from
    1 to 2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/Swatinem/rust-cache/releases">Swatinem/rust-cache's
    releases</a>.</em></p>
    <blockquote>
    <h2>v2.0.0</h2>
    <ul>
    <li>The action code was refactored to allow for caching multiple
    workspaces and
    different <code>target</code> directory layouts.</li>
    <li>The <code>working-directory</code> and <code>target-dir</code> input
    options were replaced by a
    single <code>workspaces</code> option that has the form of
    <code>$workspace -&gt; $target</code>.</li>
    <li>Support for considering <code>env-vars</code> as part of the cache
    key.</li>
    <li>The <code>sharedKey</code> input option was renamed to
    <code>shared-key</code> for consistency.</li>
    </ul>
    <h2>v1.4.0</h2>
    <ul>
    <li>Clean both debug and release target directories.</li>
    </ul>
    <h2>v1.3.0</h2>
    <ul>
    <li>Use Rust toolchain file as additional cache key.</li>
    <li>Allow for a configurable target-dir.</li>
    </ul>
    <h2>v1.2.0</h2>
    <ul>
    <li>Cache <code>~/.cargo/bin</code>.</li>
    <li>Support for custom <code>$CARGO_HOME</code>.</li>
    <li>Add a <code>cache-hit</code> output.</li>
    <li>Add a new <code>sharedKey</code> option that overrides the automatic
    job-name based key.</li>
    </ul>
    <h2>v1.1.0</h2>
    <ul>
    <li>Add a new <code>working-directory</code> input.</li>
    <li>Support caching git dependencies.</li>
    <li>Lots of other improvements.</li>
    </ul>
    <h2>v1.0.1</h2>
    <ul>
    <li>Improved logging output.</li>
    <li>Make sure to consider <code>all-features</code> dependencies when
    pruning.</li>
    <li>Work around macOS cache corruption.</li>
    <li>Remove git-db cache for now.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md">Swatinem/rust-cache's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h2>2.2.0</h2>
    <ul>
    <li>Add new <code>save-if</code> option to always restore, but only
    conditionally save the cache.</li>
    </ul>
    <h2>2.1.0</h2>
    <ul>
    <li>Only hash <code>Cargo.{lock,toml}</code> files in the configured
    workspace directories.</li>
    </ul>
    <h2>2.0.2</h2>
    <ul>
    <li>Avoid calling <code>cargo metadata</code> on pre-cleanup.</li>
    <li>Added <code>prefix-key</code>, <code>cache-directories</code> and
    <code>cache-targets</code> options.</li>
    </ul>
    <h2>2.0.1</h2>
    <ul>
    <li>Primarily just updating dependencies to fix GitHub deprecation
    notices.</li>
    </ul>
    <h2>2.0.0</h2>
    <ul>
    <li>The action code was refactored to allow for caching multiple
    workspaces and
    different <code>target</code> directory layouts.</li>
    <li>The <code>working-directory</code> and <code>target-dir</code> input
    options were replaced by a
    single <code>workspaces</code> option that has the form of
    <code>$workspace -&gt; $target</code>.</li>
    <li>Support for considering <code>env-vars</code> as part of the cache
    key.</li>
    <li>The <code>sharedKey</code> input option was renamed to
    <code>shared-key</code> for consistency.</li>
    </ul>
    <h2>1.4.0</h2>
    <ul>
    <li>Clean both <code>debug</code> and <code>release</code> target
    directories.</li>
    </ul>
    <h2>1.3.0</h2>
    <ul>
    <li>Use Rust toolchain file as additional cache key.</li>
    <li>Allow for a configurable target-dir.</li>
    </ul>
    <h2>1.2.0</h2>
    <ul>
    <li>Cache <code>~/.cargo/bin</code>.</li>
    <li>Support for custom <code>$CARGO_HOME</code>.</li>
    <li>Add a <code>cache-hit</code> output.</li>
    <li>Add a new <code>sharedKey</code> option that overrides the automatic
    job-name based key.</li>
    </ul>
    <h2>1.1.0</h2>
    <ul>
    <li>Add a new <code>working-directory</code> input.</li>
    <li>Support caching git dependencies.</li>
    <li>Lots of other improvements.</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/359a70e43a0bb8a13953b04a90f76428b4959bb6"><code>359a70e</code></a>
    2.2.0</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/ecee04e7b3bb7e01aa0e74847926637ed30cece1"><code>ecee04e</code></a>
    feat: add save-if option, closes <a
    href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/66">#66</a>
    (<a
    href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/91">#91</a>)</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/b894d59a8d236e2979b247b80dac8d053ab340dd"><code>b894d59</code></a>
    2.1.0</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/e78327dd9e1bcfc7649184444ae8237927d9d642"><code>e78327d</code></a>
    small code style improvements, README and CHANGELOG updates</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/ccdddcc049ade70033bdfbaaf5faacbd36db0529"><code>ccdddcc</code></a>
    only hash Cargo.toml/Cargo.lock that belong to a configured workspace
    (<a
    href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/90">#90</a>)</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/b5ec9edd911d3bf82c74038b0a28791e0aa24d6f"><code>b5ec9ed</code></a>
    2.0.2</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/3f2513fdf484da3bcfe60b1b40921055681bcdbf"><code>3f2513f</code></a>
    avoid calling cargo metadata on pre-cleanup</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/19c46583c5f55acd15dfe7d621a72aa406d76eb2"><code>19c4658</code></a>
    update dependencies</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/b8e72aae8381e4b9942ff10e8ec0fcd359dc5246"><code>b8e72aa</code></a>
    Added <code>prefix-key</code> <code>cache-directories</code> and
    <code>cache-targets</code> options (<a
    href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/85">#85</a>)</li>
    <li><a
    href="https://github.com/Swatinem/rust-cache/commit/22c9328bcba27aa81a32b1bef27c7e3c78052531"><code>22c9328</code></a>
    2.0.1</li>
    <li>Additional commits viewable in <a
    href="https://github.com/Swatinem/rust-cache/compare/v1...v2">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swatinem/rust-cache&package-manager=github_actions&previous-version=1&new-version=2)](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)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    4d1f1ea View commit details
    Browse the repository at this point in the history
  3. Bump actions/cache from 3 to 4 (#127)

    Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/cache/releases">actions/cache's
    releases</a>.</em></p>
    <blockquote>
    <h2>v4.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update action to node20 by <a
    href="https://github.com/takost"><code>@​takost</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</a></li>
    <li>feat: save-always flag by <a
    href="https://github.com/to-s"><code>@​to-s</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/takost"><code>@​takost</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1284">actions/cache#1284</a></li>
    <li><a href="https://github.com/to-s"><code>@​to-s</code></a> made their
    first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1242">actions/cache#1242</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v4.0.0">https://github.com/actions/cache/compare/v3...v4.0.0</a></p>
    <h2>v3.3.3</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Cache v3.3.3 by <a
    href="https://github.com/robherley"><code>@​robherley</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1302">actions/cache#1302</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/robherley"><code>@​robherley</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1302">actions/cache#1302</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v3.3.3">https://github.com/actions/cache/compare/v3...v3.3.3</a></p>
    <h2>v3.3.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Fixed readme with new segment timeout values by <a
    href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133</a></li>
    <li>Readme fixes by <a
    href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134</a></li>
    <li>Updated description of the lookup-only input for main action by <a
    href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130</a></li>
    <li>Change two new actions mention as quoted text by <a
    href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a>
    in <a
    href="https://redirect.github.com/actions/cache/pull/1131">actions/cache#1131</a></li>
    <li>Update Cross-OS Caching tips by <a
    href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a></li>
    <li>Bazel example (Take <a
    href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by
    <a href="https://github.com/vorburger"><code>@​vorburger</code></a> in
    <a
    href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
    <li>Remove actions to add new PRs and issues to a project board by <a
    href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
    <li>Consume latest toolkit and fix dangling promise bug by <a
    href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
    <li>Bump action version to 3.3.2 by <a
    href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
    <li><a
    href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
    <li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
    <li><a
    href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3...v3.3.2</a></p>
    <h2>v3.3.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Reduced download segment size to 128 MB and timeout to 10 minutes by
    <a href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1129">actions/cache#1129</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/actions/cache/compare/v3...v3.3.1">https://github.com/actions/cache/compare/v3...v3.3.1</a></p>
    <h2>v3.3.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Bug: Permission is missing in cache delete example by <a
    href="https://github.com/kotokaze"><code>@​kotokaze</code></a> in <a
    href="https://redirect.github.com/actions/cache/pull/1123">actions/cache#1123</a></li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's
    changelog</a>.</em></p>
    <blockquote>
    <h1>Releases</h1>
    <h3>4.0.1</h3>
    <ul>
    <li>Updated <code>isGhes</code> check</li>
    </ul>
    <h3>4.0.0</h3>
    <ul>
    <li>Updated minimum runner version support from node 12 -&gt; node
    20</li>
    </ul>
    <h3>3.3.3</h3>
    <ul>
    <li>Updates <code>@​actions/cache</code> to v3.2.3 to fix accidental
    mutated path arguments to <code>getCacheVersion</code> <a
    href="https://redirect.github.com/actions/toolkit/pull/1378">actions/toolkit#1378</a></li>
    <li>Additional audit fixes of npm package(s)</li>
    </ul>
    <h3>3.3.2</h3>
    <ul>
    <li>Fixes bug with Azure SDK causing blob downloads to get stuck.</li>
    </ul>
    <h3>3.3.1</h3>
    <ul>
    <li>Reduced segment size to 128MB and segment timeout to 10 minutes to
    fail fast in case the cache download is stuck.</li>
    </ul>
    <h3>3.3.0</h3>
    <ul>
    <li>Added option to lookup cache without downloading it.</li>
    </ul>
    <h3>3.2.6</h3>
    <ul>
    <li>Fix zstd not being used after zstd version upgrade to 1.5.4 on
    hosted runners.</li>
    </ul>
    <h3>3.2.5</h3>
    <ul>
    <li>Added fix to prevent from setting MYSYS environment variable
    globally.</li>
    </ul>
    <h3>3.2.4</h3>
    <ul>
    <li>Added option to fail job on cache miss.</li>
    </ul>
    <h3>3.2.3</h3>
    <ul>
    <li>Support cross os caching on Windows as an opt-in feature.</li>
    <li>Fix issue with symlink restoration on Windows for cross-os
    caches.</li>
    </ul>
    <h3>3.2.2</h3>
    <ul>
    <li>Reverted the changes made in 3.2.1 to use gnu tar and zstd by
    default on windows.</li>
    </ul>
    <h3>3.2.1</h3>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/actions/cache/commit/ab5e6d0c87105b4c9c2047343972218f562e4319"><code>ab5e6d0</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1341">#1341</a>
    from bethanyj28/main</li>
    <li><a
    href="https://github.com/actions/cache/commit/89c7d86c71006451e399dfcc588eed8e392e0dcf"><code>89c7d86</code></a>
    licensed cache</li>
    <li><a
    href="https://github.com/actions/cache/commit/d2c84da363007d814e47d50565ba3794c1a84c56"><code>d2c84da</code></a>
    update <code>@​actions/cache</code></li>
    <li><a
    href="https://github.com/actions/cache/commit/37e7d4eb166540050942d75a6e40742cbfc92f65"><code>37e7d4e</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1340">#1340</a>
    from actions/bethanyj28/update-publish-flow</li>
    <li><a
    href="https://github.com/actions/cache/commit/a18323f50430a57f9094db3ce508dc1e3a25d4a2"><code>a18323f</code></a>
    add release action</li>
    <li><a
    href="https://github.com/actions/cache/commit/a2ed59d39b352305bdd2f628719a53b2cc4f9613"><code>a2ed59d</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1305">#1305</a>
    from actions/yacaovsnc/update_examples</li>
    <li><a
    href="https://github.com/actions/cache/commit/dc88ab52d723eb4cc3a0af43f6bee825c4742280"><code>dc88ab5</code></a>
    Update examples</li>
    <li><a
    href="https://github.com/actions/cache/commit/1d78355196cc3f88914ca91332c58d431a78513d"><code>1d78355</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1304">#1304</a>
    from actions/yacaovsnc/update_readme</li>
    <li><a
    href="https://github.com/actions/cache/commit/c36458f13bdfaeff50a47b181b7368ae66b21f28"><code>c36458f</code></a>
    Update README.md</li>
    <li><a
    href="https://github.com/actions/cache/commit/13aacd865c20de90d75de3b17ebe84f7a17d57d2"><code>13aacd8</code></a>
    Merge pull request <a
    href="https://redirect.github.com/actions/cache/issues/1242">#1242</a>
    from to-s/main</li>
    <li>Additional commits viewable in <a
    href="https://github.com/actions/cache/compare/v3...v4">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3&new-version=4)](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)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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)
    
    
    </details>
    
    > **Note**
    > Automatic rebases have been disabled on this pull request as it has
    been open for over 30 days.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    5648f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Update to Rust 1.85 and Rust 2024 Edition (#155)

    This was a pretty easy transition, `cargo fix` and `cargo fmt` did
    almost everything. I updated to `rand` 0.9 which deprecates the `gen*`
    methods now that `gen` is a reserved keyword, and there was one place
    where I had to add a `use<>` impl trait bound.
    anelson authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    268184a View commit details
    Browse the repository at this point in the history
  2. feat(ssstar): add force_path_style config (#139)

    Introduces a new force_path_style configuration that maps to
    https://docs.rs/aws-sdk-s3/latest/aws_sdk_s3/config/struct.Builder.html#method.force_path_style
    
    I realized I need this because I'm trying to connect to a minio server
    using `http://host.docker.internal` and ran into
    awslabs/aws-sdk-rust#1138
    lucasfernog-crabnebula authored Mar 2, 2025
    Configuration menu
    Copy the full SHA
    4f82e1f View commit details
    Browse the repository at this point in the history
Loading
0