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: awslabs/amazon-sqs-java-extended-client-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.0
Choose a base ref
...
head repository: awslabs/amazon-sqs-java-extended-client-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.1
Choose a head ref
  • 13 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 11, 2024

  1. Bump aws-java-sdk.version from 2.21.21 to 2.25.6

    Bumps `aws-java-sdk.version` from 2.21.21 to 2.25.6.
    
    Updates `software.amazon.awssdk:sqs` from 2.21.21 to 2.25.6
    
    Updates `software.amazon.awssdk:s3` from 2.21.21 to 2.25.6
    
    ---
    updated-dependencies:
    - dependency-name: software.amazon.awssdk:sqs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: software.amazon.awssdk:s3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f1a609c View commit details
    Browse the repository at this point in the history
  2. Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5

    Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.3 to 3.2.5.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.2.3...surefire-3.2.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    acd5b84 View commit details
    Browse the repository at this point in the history
  3. Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2

    Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.1 to 5.10.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.10.1...r5.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit.jupiter:junit-jupiter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    23f6ab4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Bump org.mockito:mockito-core from 5.8.0 to 5.12.0

    Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.8.0 to 5.12.0.
    - [Release notes](https://github.com/mockito/mockito/releases)
    - [Commits](mockito/mockito@v5.8.0...v5.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.mockito:mockito-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 13, 2024
    Configuration menu
    Copy the full SHA
    a46d7fb View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump commons-logging:commons-logging from 1.2 to 1.3.2

    Bumps commons-logging:commons-logging from 1.2 to 1.3.2.
    
    ---
    updated-dependencies:
    - dependency-name: commons-logging:commons-logging
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    94052cc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge pull request #151 from pomadchin/fix/s3-prefix

    Fix AmazonSQSExtendedAsyncClient ignoring the configured prefix
    ziyanli-amazon authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6f5a2bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #153 from awslabs/dependabot/maven/commons-logging…

    …-commons-logging-1.3.2
    
    Bump commons-logging:commons-logging from 1.2 to 1.3.2
    ziyanli-amazon authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bc35014 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #152 from awslabs/dependabot/maven/org.mockito-moc…

    …kito-core-5.12.0
    
    Bump org.mockito:mockito-core from 5.8.0 to 5.12.0
    ziyanli-amazon authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    fcadb6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #147 from awslabs/dependabot/maven/org.junit.jupit…

    …er-junit-jupiter-5.10.2
    
    Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
    ziyanli-amazon authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    330a2a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #146 from awslabs/dependabot/maven/org.apache.mave…

    …n.plugins-maven-surefire-plugin-3.2.5
    
    Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5
    ziyanli-amazon authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bfba3e0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #144 from awslabs/dependabot/maven/aws-java-sdk.ve…

    …rsion-2.25.6
    
    Bump aws-java-sdk.version from 2.21.21 to 2.25.6
    ziyanli-amazon authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dee0587 View commit details
    Browse the repository at this point in the history
  7. Version bump

    ziyanli-amazon committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    07d988c View commit details
    Browse the repository at this point in the history
Loading