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: v3.0.0
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.1
Choose a head ref
  • 13 commits
  • 33 files changed
  • 7 contributors

Commits on Dec 8, 2023

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

Commits on Dec 12, 2023

  1. fix: Add Locale.ROOT to String uppercase conversions (#1880)

    Adds Locale.ROOT to all toUpperCase() string conversions.
    
    See #1879 for more details
    
    ---------
    
    Signed-off-by: Daniel Widdis <[email protected]>
    Co-authored-by: texastony <[email protected]>
    dbwiddis and texastony authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9a9950e View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

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

Commits on Feb 1, 2024

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

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    1890ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a0899e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Apr 23, 2024

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

Commits on May 10, 2024

  1. test: Run ESDK .NET v4.0.1 Test Vectors in CI (#1979)

    Co-authored-by: Tony Knapp <[email protected]>
    Co-authored-by: seebees <[email protected]>
    3 people authored May 10, 2024
    Configuration menu
    Copy the full SHA
    19975b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 12, 2024

  1. AWS Encryption SDK 3.0.1 Release -- 2024-06-12

    ## [3.0.1](v3.0.0...v3.0.1) (2024-06-12)
    
    ### Fixes
    
    * Add Locale.ROOT to String uppercase conversions ([#1880](#1880)) ([9a9950e](9a9950e)), closes [#1879](#1879)
    * Update DecryptionMaterials code to support legacy custom CMMs ([#2037](#2037)) ([8807d79](8807d79))
    
    ### Maintenance
    
    * deprecate getMasterKeyIds() in CryptoResult ([#1976](#1976)) ([1890ebb](1890ebb))
    * **deps:** bump bcprov-jdk18on from 1.77 to 1.78.1 ([#2032](#2032)) ([713ca11](713ca11))
    * **deps:** udpate org.bouncycastle to bcprov-jdk18on ([#1891](#1891)) ([32a92a9](32a92a9))
    * **deps:** update dependencies ([#1973](#1973)) ([800bd01](800bd01))
    * **Examples:** Customize KMS Client ([#2001](#2001)) ([e94ee85](e94ee85))
    * fix release script ([#1912](#1912)) ([57e8a0b](57e8a0b))
    * **README:** update README.md ([#1940](#1940)) ([7a0899e](7a0899e))
    * update node version in version step ([#1959](#1959)) ([905385d](905385d))
    * Update SUPPORT_POLICY.rst ([#1924](#1924)) ([57e40b5](57e40b5))
    semantic-release-bot committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a479aa8 View commit details
    Browse the repository at this point in the history
Loading