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/go-fastly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.13.1
Choose a base ref
...
head repository: fastly/go-fastly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.14.0
Choose a head ref
  • 17 commits
  • 51 files changed
  • 5 contributors

Commits on Feb 20, 2025

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

Commits on Feb 21, 2025

  1. feat(fastly/objectstorage): adds crud operations for access keys in o…

    …bject storage (#612)
    
    * feat(fastly/objectstorage/accesskeys): adds crud operations for access keys in object storage
    anthony-gomez-fastly authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    d2b45a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

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

Commits on Feb 25, 2025

  1. build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#616

    )
    
    Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5.
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ci(dependabot_changelog_update): fix dependabot changelog update
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    anthony-gomez-fastly and dependabot[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    e982ee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4972794 View commit details
    Browse the repository at this point in the history
  3. ci(CHANGELOG.md): fix format of UNRELEASED tag in changelog for depen…

    …dabot changelog updater to work (#621)
    anthony-gomez-fastly authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    bb25011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f92a99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad248f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    fe2f0ac View commit details
    Browse the repository at this point in the history
  2. build(go.mod): upgrade go to 1.23.6 from 1.22.0 (#624)

    * build(go.mod): upgrade go to 1.23.6 from 1.22.0
    anthony-gomez-fastly authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    41b8793 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b065334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d95034 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. fix(automation_tokens): Fix decodeBodyMap for string to time.Time (#619)

    * fix(automation_tokens): update AutomationToken types to support changes in API response
    
    - Update `CreateAutomationTokenInput` to allow omitting ExpiresAt and have a token that doesn't expire
    - Update decoder to handle empty string for time.Time values
    
    * update test fixtures, update automation token docs
    
    * update changelog
    Jesse-Hills authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    625a783 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Add version and release details to README. (#625)

    * Add version and release details to README.
    
    * Update README.md
    
    Co-authored-by: Gaylin Walli <gaylin@fastly.com>
    
    ---------
    
    Co-authored-by: Gaylin Walli <gaylin@fastly.com>
    kpfleming and gaylin authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    2851abc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. ci(pr_test): make changelog check only run for non bot users (#628)

    * ci(pr_test): make changelog check only run for non bot users
    
    * move changelog update into it's own workflow
    
    * change workflow triggers
    
    * Update .github/workflows/pr_test.yml
    
    Co-authored-by: Kevin P. Fleming <kpfleming@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Kevin P. Fleming <kpfleming@users.noreply.github.com>
    anthony-gomez-fastly and kpfleming authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    1b951ef View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Add support for all documented KV Store API features. (#630)

    * Add support for all documented KV Store API features.
    
    * * Apply review feedback.
    
    * Add PR link to CHANGELOG.
    
    * Ensure that tests for '412' errors actually receive them.
    
    * Convert all assertions in main kv_store test function to use
      'testify' module.
    kpfleming authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    c0ce59a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1258f29 View commit details
    Browse the repository at this point in the history
Loading