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.0.2
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.0.3
Choose a head ref
  • 14 commits
  • 6 files changed
  • 5 contributors

Commits on Nov 11, 2022

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

Commits on Nov 13, 2022

  1. Merge pull request #80 from vbuitoni/master

    Closes the S3 client to avoid memory leak
    eddy-aws authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    e1b1b01 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    940ff5a View commit details
    Browse the repository at this point in the history
  2. Bump maven-javadoc-plugin from 3.4.1 to 3.5.0

    Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
    - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
    - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    a8a1f22 View commit details
    Browse the repository at this point in the history
  3. Bump maven-compiler-plugin from 3.10.1 to 3.11.0

    Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.10.1 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
    - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.10.1...maven-compiler-plugin-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-compiler-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    205c51e View commit details
    Browse the repository at this point in the history
  4. Bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13

    Bumps nexus-staging-maven-plugin from 1.6.7 to 1.6.13.
    
    ---
    updated-dependencies:
    - dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    b1f8bba View commit details
    Browse the repository at this point in the history
  5. Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0

    Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M7 to 3.0.0.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.0.0)
    
    ---
    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] <[email protected]>
    dependabot[bot] authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    be41e0d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Update README.md

    ziyanli-amazon authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ed7709b View commit details
    Browse the repository at this point in the history
  2. Upgrade sdk version

    ziyanli-amazon committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5a2d22b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #88 from awslabs/dependabot/maven/org.apache.maven…

    ….plugins-maven-surefire-plugin-3.0.0
    
    Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0
    ziyanli-amazon authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d753506 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #87 from awslabs/dependabot/maven/org.sonatype.plu…

    …gins-nexus-staging-maven-plugin-1.6.13
    
    Bump nexus-staging-maven-plugin from 1.6.7 to 1.6.13
    ziyanli-amazon authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8e60186 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #90 from ziyanli-amazon/master

    Upgrade sdk version
    ziyanli-amazon authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5bd0489 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85 from awslabs/dependabot/maven/org.apache.maven…

    ….plugins-maven-compiler-plugin-3.11.0
    
    Bump maven-compiler-plugin from 3.10.1 to 3.11.0
    ziyanli-amazon authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8edbaab View commit details
    Browse the repository at this point in the history
  7. Merge pull request #84 from awslabs/dependabot/maven/org.apache.maven…

    ….plugins-maven-javadoc-plugin-3.5.0
    
    Bump maven-javadoc-plugin from 3.4.1 to 3.5.0
    ziyanli-amazon authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    50ee609 View commit details
    Browse the repository at this point in the history
Loading