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-encryption-sdk-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: aws/aws-encryption-sdk-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 10 commits
  • 106 files changed
  • 3 contributors

Commits on Sep 28, 2023

  1. chore(deps): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.1…

    …3.0 (#1717)
    
    Bumps org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ec41ae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore: fix release script (#1796)

    * chore: fix release script
    imabhichow authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    3617210 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. chore(tests): update ESDK tests to replace sun.security.* API (#1852)

    Update ESDK Java tests to replace sun.security.* API with supported alternate API
    imabhichow authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ca4c763 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. chore(CFN): update CFN stack to add managed policies to ci and releas…

    …e role (#1856)
    
    * chore: update CFN stack to add managed policies to ci and release role
    
    * chore: add CFN template for non-prod account role
    imabhichow authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    64c970f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. chore(CFN): remove unused policy (#1862)

    * chore: remove unused policy
    imabhichow authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    43e078a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    92f29d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1870a08 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. feat!: Integrate ESDK-Java with AWS Cryptographic Material Providers …

    …Library (MPL) for Keyring and CMM Support. (#1864)
    
    feat!: Integrate ESDK-Java with AWS Cryptographic Material Providers Library (MPL) for Keyring and CMM Support.
    
    New Features:
    The AWS ESDK for Java now incorporates the AWS Cryptographic Material Providers Library (MPL), enabling the use of Keyrings and Cryptographic Materials Managers (CMMs).
    
    BREAKING CHANGE:
    This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency.
    imabhichow authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9297e1b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f222462 View commit details
    Browse the repository at this point in the history
  2. AWS Encryption SDK 3.0.0 Release -- 2023-12-06

    ## [3.0.0](v2.4.1...v3.0.0) (2023-12-06)
    
    ### ⚠ BREAKING CHANGES
    
    * This feature update includes a breaking change that requires AWS SDK v2 Java as a hard dependency.
    
    ### Features
    
    * Integrate ESDK-Java with AWS Cryptographic Material Providers Library (MPL) for Keyring and CMM Support. ([#1864](#1864)) ([9297e1b](9297e1b))
    
    ### Maintenance
    
    * **CFN:** remove unused policy ([#1862](#1862)) ([43e078a](43e078a))
    * **CFN:** update CFN stack to add managed policies to ci and release role ([#1856](#1856)) ([64c970f](64c970f))
    * **deps:** bump org.apache.commons:commons-lang3 from 3.12.0 to 3.13.0 ([#1717](#1717)) ([ec41ae2](ec41ae2))
    * fix release script ([#1796](#1796)) ([3617210](3617210))
    * fix release-ci ([#1883](#1883)) ([92f29d0](92f29d0))
    * **tests:** update ESDK tests to replace sun.security.* API ([#1852](#1852)) ([ca4c763](ca4c763))
    * update release process ([#1888](#1888)) ([f222462](f222462))
    * update the javadoc release script ([#1857](#1857)) ([1870a08](1870a08))
    semantic-release-bot committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    aff5b56 View commit details
    Browse the repository at this point in the history
Loading