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: aws/aws-sdk-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.336.0
Choose a base ref
...
head repository: aws/aws-sdk-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.336.3
Choose a head ref
  • 7 commits
  • 99 files changed
  • 2 contributors

Commits on Dec 18, 2024

  1. fix: ddb account id metric test (#3051)

    Basically, some e2e tests do not use the latest SDK version and therefore latest changes in the endpoint rule set file are not present there, which makes some of tests depending on those latest changes to fail. In this specific case it failed when checking if an account id was resolved or not in dynamodb, because the endpoint ruleset file did not contain the AccountId parameter. For fixing this I use a custom endpoint provider where the ruleset file contains the needed parameter and rule.
    yenfryherrerafeliz authored Dec 18, 2024
    Copy the full SHA
    50c70d9 View commit details

Commits on Dec 19, 2024

  1. Copy the full SHA
    9879cca View commit details
  2. Copy the full SHA
    bef0618 View commit details

Commits on Dec 20, 2024

  1. Copy the full SHA
    e4bb7a0 View commit details
  2. Copy the full SHA
    954bfdf View commit details

Commits on Dec 23, 2024

  1. Copy the full SHA
    d1ab72e View commit details
  2. Copy the full SHA
    b863c79 View commit details
Loading