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: opentdf/java-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: opentdf/java-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 8 commits
  • 28 files changed
  • 4 contributors

Commits on May 29, 2025

  1. chore(main): release 0.8.2-SNAPSHOT (#264)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>0.8.2-SNAPSHOT</summary>
    
    ### Updating meta-information for bleeding-edge SNAPSHOT release.
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
    opentdf-automation[bot] authored May 29, 2025
    Configuration menu
    Copy the full SHA
    65ca764 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

  1. chore(ci): DSPX-850 - Add workflows to support LTS releases (#260)

    Co-authored-by: Sean Trantalis <18211470+strantalis@users.noreply.github.com>
    el-virt and strantalis authored May 30, 2025
    Configuration menu
    Copy the full SHA
    a77a401 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

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

Commits on Jun 4, 2025

  1. chore(ci): Fix secrets passing for reusable workflows (#266)

    Secrets need to be passed to reusable workflows.
    el-virt authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    76b5a9c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. chore(ci): Fix release-please workflow (#268)

    Move release-please files to standard location to work with
    `opentdf/platform/.github/workflows/reusable_release-please.yaml`
    el-virt authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    14288d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. feat(sdk): Get the algorithm from the KASInfo and not the config (#272)

    Instead of taking what's in the config use what's in the key since what we use
    to actually do the cryptography. Also some refactoring to simplify how we get
    key metadata.
    mkleene authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    feff0e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. fix(sdk): upgrade the platform protocol code (#275)

    In gateway we are seeing an error like
    ```
    Caused by: com.google.protobuf.InvalidProtocolBufferException: While parsing a protocol message, the input ended unexpectedly in the middle of a field.  This could mean either that the input has been truncated or that an embedded message misreported its own length
    ```
    when fetching attributes. [`v2.6.2` of platform contains `v0.5.0` of
    `protocol/go`](https://github.com/virtru-corp/data-security-platform/blob/v2.6.2/go.mod#L34)
    and there are changes between the two versions in the attributes. This
    should at least be safe.
    mkleene authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    90eaba1 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.9.0 (#274)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    <details><summary>0.9.0</summary>
    
    ## [0.9.0](v0.8.1...v0.9.0)
    (2025-07-14)
    
    
    ### Features
    
    * **sdk:** Get the algorithm from the KASInfo and not the config
    ([#272](#272))
    ([feff0e8](feff0e8))
    
    
    ### Bug Fixes
    
    * **sdk:** upgrade the platform protocol code
    ([#275](#275))
    ([90eaba1](90eaba1))
    </details>
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: opentdf-automation[bot] <149537512+opentdf-automation[bot]@users.noreply.github.com>
    opentdf-automation[bot] authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    2de6a49 View commit details
    Browse the repository at this point in the history
Loading