8000 Comparing v11.2.0...main · fastly/cli · 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: fastly/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.2.0
Choose a base ref
...
head repository: fastly/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 273 files changed
  • 2 contributors

Commits on Apr 14, 2025

  1. ci(dependabot.yml): groups dependabot prs to prevent overload (#1463)

    * ci(dependabot.yml): groups dependabot prs to prevent overload
    
    * fix pattern
    anthony-gomez-fastly authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    1a0e0a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

  1. build(deps): bump the go-dependencies group across 1 directory with 2…

    … updates (#1467)
    
    * build(deps): bump the go-dependencies group across 1 directory with 2 updates
    
    Bumps the go-dependencies group with 2 updates in the / directory: [github.com/fastly/go-fastly/v10](https://github.com/fastly/go-fastly) and [golang.org/x/net](https://github.com/golang/net).
    
    
    Updates `github.com/fastly/go-fastly/v10` from 10.0.0 to 10.0.1
    - [Release notes](https://github.com/fastly/go-fastly/releases)
    - [Changelog](https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md)
    - [Commits](fastly/go-fastly@v10.0.0...v10.0.1)
    
    Updates `golang.org/x/net` from 0.37.0 to 0.39.0
    - [Commits](golang/net@v0.37.0...v0.39.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/fastly/go-fastly/v10
      dependency-version: 10.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-dependencies
    - dependency-name: golang.org/x/net
      dependency-version: 0.39.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * docs(CHANGELOG.md): add dependency bump from dependabot
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2025
    Configuration menu
    Copy the full SHA
    84aa3ba View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    c18b2c6 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Upgrade to go 1.24.0 in order to take advantage of the new tooling me…

    …chanism (#1469)
    
    Upgrades to go 1.24.0 to allow us to use the new go tooling process
    anthony-gomez-fastly authored May 2, 2025
    Configuration menu
    Copy the full SHA
    2bd6a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a04178 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdb8579 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. build(deps): bump github.com/magiconair/properties from 1.8.7 to 1.8.…

    …10 (#1474)
    
    Bumps
    [github.com/magiconair/properties](https://github.com/magiconair/properties)
    from 1.8.7 to 1.8.10.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/magiconair/properties/releases">github.com/magiconair/properties's
    releases</a>.</em></p>
    <blockquote>
    <h2>v1.8.10</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Add 32bit numeric getters which do not panic by <a
    href="https://github.com/magiconair"><code>@​magiconair</code></a> in <a
    href="https://redirect.github.com/magiconair/properties/pull/77">magiconair/properties#77</a></li>
    <li>escape leading whitespace on value in Write() by <a
    href="https://github.com/magiconair"><code>@​magiconair</code></a> in <a
    href="https://redirect.github.com/magiconair/properties/pull/81">magiconair/properties#81</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10">https://github.com/magiconair/properties/compare/v1.8.9...v1.8.10</a></p>
    <h2>v1.8.9</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Skip ignored private fields by <a
    href="https://github.com/rafaelhl"><code>@​rafaelhl</code></a> in <a
    href="https://redirect.github.com/magiconair/properties/pull/61">magiconair/properties#61</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/rafaelhl"><code>@​rafaelhl</code></a>
    made their first contribution in <a
    href="https://redirect.github.com/magiconair/properties/pull/61">magiconair/properties#61</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9">https://github.com/magiconair/properties/compare/v1.8.8...v1.8.9</a></p>
    <h2>v1.8.8</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>migrate from deprecated ioutil dependency by <a
    href="https://github.com/mbenson"><code>@​mbenson</code></a> in <a
    href="https://redirect.github.com/magiconair/properties/pull/73">magiconair/properties#73</a></li>
    <li>Load from io.Reader by <a
    href="https://github.com/mbenson"><code>@​mbenson</code></a> in <a
    href="https://redirect.github.com/magiconair/properties/pull/74">magiconair/properties#74</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/mbenson"><code>@​mbenson</code></a> made
    their first contribution in <a
    href="https://redirect.github.com/magiconair/properties/pull/73">magiconair/properties#73</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8">https://github.com/magiconair/properties/compare/v1.8.7...v1.8.8</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/magiconair/properties/commit/281f515b93cf755020c587f2ffcbdee2322f3615"><code>281f515</code></a>
    Merge pull request <a
    href="https://redirect.github.com/magiconair/properties/issues/81">#81</a>
    from magiconair/issue-80</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/6b7aa68b641f5d60ebb8b6845db1128db53a6cf3"><code>6b7aa68</code></a>
    test with go1.24</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/06f31332fd5f37daf3faffdf26bfec3cd1cd28b2"><code>06f3133</code></a>
    escape leading whitespace on value in Write()</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/3dfc3b527876b509fda83a042544db6f2a2a76e6"><code>3dfc3b5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/magiconair/properties/issues/77">#77</a>
    from magiconair/get32bit</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/b1485840343acfbc730b9d7ff4d775e92ac02091"><code>b148584</code></a>
    Add 32bit numeric getters which do not panic</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/d8bdba35b511a72d4c00a47e801dc703328198e8"><code>d8bdba3</code></a>
    Merge pull request <a
    href="https://redirect.github.com/magiconair/properties/issues/61">#61</a>
    from rafaelhl/skip-ignored-private-field</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/d80fb15700bd0773d25bec3032855193faecec2e"><code>d80fb15</code></a>
    test with more go versions</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/7b90c47cfbfb5843673bd50d267e370e0e8d6479"><code>7b90c47</code></a>
    cleanup README</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/449f224222f7ac10702dc781f72c992a6919b230"><code>449f224</code></a>
    move CHANGELOG to Github Releases</li>
    <li><a
    href="https://github.com/magiconair/properties/commit/e64054d847ae0adba8535c3d174ba8deae26fc3c"><code>e64054d</code></a>
    fix workflow</li>
    <li>Additional commits viewable in <a
    href="https://github.com/magiconair/properties/compare/v1.8.7...v1.8.10">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/magiconair/properties&package-manager=go_modules&previous-version=1.8.7&new-version=1.8.10)](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)
    
    ---
    
    <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>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 5, 2025
    Configuration menu
    Copy the full SHA
    f817c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1805f68 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2025

  1. Configuration menu
    Copy the full SHA
    44a36f8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. ci(go.mod): replace go tools linter and formatter with golangci and m…

    …ove tools into their own mod file (#1479)
    
    A lot of these changes are adding `.` to the end of comments and
    replacing unused args with `_` 🫠
    anthony-gomez-fastly authored May 13, 2025
    Configuration menu
    Copy the full SHA
    4b7075d View commit details
    Browse the repository at this point in the history

Commits on May 21, 2025

  1. build(deps): bump github.com/fastly/go-fastly/v10 from 10.1.0 to 10.2…

    ….0 in the go-dependencies group (#1481)
    
    Bumps the go-dependencies group with 1 update:
    [github.com/fastly/go-fastly/v10](https://github.com/fastly/go-fastly).
    
    Updates `github.com/fastly/go-fastly/v10` from 10.1.0 to 10.2.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/fastly/go-fastly/releases">github.com/fastly/go-fastly/v10's
    releases</a>.</em></p>
    <blockquote>
    <h2>v10.2.0 - 2025-05-21</h2>
    <h2><a
    href="https://github.com/fastly/go-fastly/releases/tag/v10.2.0">v10.2.0</a>
    (2025-05-21)</h2>
    <p><a
    href="https://github.com/fastly/go-fastly/compare/v10.1.0...v10.2.0">Full
    Changelog</a></p>
    <h3>Enhancements:</h3>
    <ul>
    <li>feat(domains): add description field (<a
    href="https://redirect.github.com/fastly/go-fastly/pull/673">#673</a>)</li>
    <li>feat(ngwaf): add support for workspaces (<a
    href="https://redirect.github.com/fastly/go-fastly/pull/679">#679</a>)</li>
    </ul>
    <h3>Bug fixes:</h3>
    <ul>
    <li>fix(Domain Discovery): add <code>omitempty</code> tag to response
    types for <code>suggest</code> and <code>status</code> endpoints.</li>
    <li>fix(fastly/observability_custom_dashboard): add tag to omit context
    from the json request for observability dashboards(<a
    href="https://redirect.github.com/fastly/go-fastly/pull/682">#682</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/fastly/go-fastly/blob/main/CHANGELOG.md">github.com/fastly/go-fastly/v10's
    changelog</a>.</em></p>
    <blockquote>
    <h2><a
    href="https://github.com/fastly/go-fastly/releases/tag/v10.2.0">v10.2.0</a>
    (2025-05-21)</h2>
    <p><a
    href="https://github.com/fastly/go-fastly/compare/v10.1.0...v10.2.0">Full
    Changelog</a></p>
    <h3>Enhancements:</h3>
    <ul>
    <li>feat(domains): add description field (<a
    href="https://redirect.github.com/fastly/go-fastly/pull/673">#673</a>)</li>
    <li>feat(ngwaf): add support for workspaces (<a
    href="https://redirect.github.com/fastly/go-fastly/pull/679">#679</a>)</li>
    </ul>
    <h3>Bug fixes:</h3>
    <ul>
    <li>
    <p>fix(Domain Discovery): add <code>omitempty</code> tag to response
    types for <code>suggest</code> and <code>status</code> endpoints.</p>
    </li>
    <li>
    <p>fix(fastly/observability_custom_dashboard): add tag to omit context
    from the json request for observability dashboards(<a
    href="https://redirect.github.com/fastly/go-fastly/pull/682">#682</a>)</p>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/fastly/go-fastly/commit/6846a524e908638d686884cf5844d76da96b3d1d"><code>6846a52</code></a>
    release 10.2.0 (<a
    href="https://redirect.github.com/fastly/go-fastly/issues/683">#683</a>)</li>
    <li><a
    href="https://github.com/fastly/go-fastly/commit/470d257500d9756c4bcc507e66c7819b19de8d71"><code>470d257</code></a>
    fix(domain discovery): add omitempty to response fields and add error
    handlin...</li>
    <li><a
    href="https://github.com/fastly/go-fastly/commit/64b045227452e1c3f95b6ea2f19a3569677a199c"><code>64b0452</code></a>
    add tag to omit context from the json request for observability
    dashboards (#...</li>
    <li><a
    href="https://github.com/fastly/go-fastly/commit/0fc5a6753be48991c4dc8c24fce9b3fdd37a79e9"><code>0fc5a67</code></a>
    feat(domains): add description field (<a
    href="https://redirect.github.com/fastly/go-fastly/issues/673">#673</a>)</li>
    <li><a
    href="https://github.com/fastly/go-fastly/commit/588f96ba646e152a607978d3fde5c144c0ce6d07"><code>588f96b</code></a>
    [CDTOOL-1055] Add support for ngwaf workspaces</li>
    <li><a
    href="https://github.com/fastly/go-fastly/commit/965baa2631debca936739d23df7e18ebe48dca7f"><code>965baa2</code></a>
    build: switches from manual linting to using golangci (<a
    href="https://redirect.github.com/fastly/go-fastly/issues/678">#678</a>)</li>
    <li>See full diff in <a
    href="https://github.com/fastly/go-fastly/compare/v10.1.0...v10.2.0">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    <details>
    <summary>Most Recent Ignore Conditions Applied to This Pull
    Request</summary>
    
    | Dependency Name | Ignore Conditions |
    | --- | --- |
    | github.com/fastly/go-fastly/v10 | [>= 10.1.a, < 10.2] |
    </details>
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/fastly/go-fastly/v10&package-manager=go_modules&previous-version=10.1.0&new-version=10.2.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)
    
    ---
    
    **Note:** Dependabot was ignoring updates to this dependency, but since
    you've updated it yourself we've started tracking it for you again. 🤖
    
    <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 <dependency name> 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 <dependency name> 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 <dependency name>` 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 <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    [CDTOOL-1055]:
    https://fastly.atlassian.net/browse/CDTOOL-1055?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    0208927 View commit details
    Browse the repository at this point in the history
Loading
0