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.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.2
Choose a head ref
  • 12 commits
  • 35 files changed
  • 7 contributors

Commits on Aug 2, 2024

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

Commits on Sep 27, 2024

  1. chore: bump to latest mpl (#2046)

    Co-authored-by: Ritvik Kapila <[email protected]>
    josecorella and RitvikKapila authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    6dd2d12 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 6, 2024

  1. chore(deps-dev): bump commons-io:commons-io from 2.11.0 to 2.14.0 (#2047

    )
    
    Bumps commons-io:commons-io from 2.11.0 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1695a39 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

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

Commits on May 29, 2025

  1. fix: do not truncate encrypted streams when offset is greater than ze…

    …ro (#2113)
    
    * fix: do not truncate encrypted streams when offset is greater than zero
    kessplas authored May 29, 2025
    Configuration menu
    Copy the full SHA
    adb0a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08cf1a3 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. fix: guard against null version and change property name to avoid con…

    …flicts (#2116)
    
    * pick the ESDK properties file specifically from URL enumeration
    kessplas authored May 30, 2025
    Configuration menu
    Copy the full SHA
    313caa7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

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

Commits on Jun 3, 2025

  1. fix(AwsCrypto): remove pre-mature Deprecation notices (#2118)

    * fix(AwsCrypto): remove pre-mature Deprecation notices
    
    While the Master Key Provider and Master Key interfaces
    do not have a long term future,
    they are still supported, and safe to use.
    
    They will not be removed in version 3.x.
    They MAY be removed in a future Major Version,
    but only when AWS is preparing to release that new Major Version
    should AWS publish these deprecation notices.
    
    * fix: remove pre-mature Deprecation notices
    
    While the Master Key Provider and Master Key interfaces do not have a long term future,
    they are still supported, and safe to use.
    
    They will not be removed in version 3.x.
    They MAY be removed in a future Major Version,
    but only when AWS is preparing to release that new Major Version should AWS publish these deprecation notices.
    texastony authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    4a19b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Configuration menu
    Copy the full SHA
    0586279 View commit details
    Browse the repository at this point in the history
  2. AWS Encryption SDK 3.0.2 Release -- 2025-06-04

    ## [3.0.2](v3.0.1...v3.0.2) (2025-06-04)
    
    ### Fixes
    
    * **AwsCrypto:** remove pre-mature Deprecation notices ([#2118](#2118)) ([4a19b04](4a19b04))
    * do not truncate encrypted streams when offset is greater than zero ([#2113](#2113)) ([adb0a42](adb0a42))
    * guard against null version and change property name to avoid conflicts ([#2116](#2116)) ([313caa7](313caa7))
    
    ### Maintenance
    
    * add a test for offset against BlockEncryptionHandler ([#2115](#2115)) ([08cf1a3](08cf1a3))
    * bump to latest mpl ([#2046](#2046)) ([6dd2d12](6dd2d12))
    * **cfn:** Sonatype Migration to User Tokens; updated policies for CI project ([#2043](#2043)) ([7cfe049](7cfe049))
    * **deps-dev:** bump commons-io:commons-io from 2.11.0 to 2.14.0 ([#2047](#2047)) ([1695a39](1695a39))
    * **examples:** Shared cache across Hierarchical Keyrings ([#2045](#2045)) ([fd00cd0](fd00cd0))
    * fix semantic release installation ([#2119](#2119)) ([0586279](0586279))
    * **JavaDocs:** detail thread saftey of SDK Client Builders ([#2048](#2048)) ([86d5b62](86d5b62))
    * move release to Nexus Central ([#2117](#2117)) ([9e91dad](9e91dad))
    semantic-release-bot committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    3b1699d View commit details
    Browse the repository at this point in the history
Loading