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: stellar/java-stellar-anchor-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.2
Choose a base ref
...
head repository: stellar/java-stellar-anchor-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.3
Choose a head ref
  • 20 commits
  • 6 files changed
  • 5 contributors

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e1ef55e View commit details
    Browse the repository at this point in the history
  2. Revert "[CHORE] Merge release/2.6.1 into main (#1293)"

    This reverts commit e1ef55e.
    lijamie98 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    91ca49e View commit details
    Browse the repository at this point in the history
  3. Revert "[CHORE] Merge release/2.6.1 into main" (#1299)

    Reverts #1293
    
    The previous PR was mistakenly squash merged.
    lijamie98 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    aca0d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e61538 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. [CHORE] Merge release/2.6.1 to main (#1300)

    ### Description
    
    Merge `release/2.6.1` to `main`
    
    ### Context
    
    Git workflow
    lijamie98 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7ed8e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945efad View commit details
    Browse the repository at this point in the history
  3. [CHORE] Merge release/2.6.2 to main (#1301)

    ### Description
    
    Merge `release/2.6.2` to `main`
    
    ### Context
    
    Git workflow
    lijamie98 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    5b25f2d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    f264838 View commit details
    Browse the repository at this point in the history
  2. Merge release/2.7.0 into main (#1372)

    ### Description
    
    Merge `release/2.7.0` into `main`
    
    ### Context
    
    2.7.0 release
    
    ### Testing
    
    - `./gradlew test`
    JiahuiWho committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d42850c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    343a6c7 View commit details
    Browse the repository at this point in the history
  2. Merge release/2.8.0 to main (#1395)

    ### Description
    
    Merge `release/2.8.0` into `main`
    
    ### Context
    
    2.8.0 release
    
    ### Testing
    
    - `./gradlew test`
    JiahuiWho committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8080436 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    a49c4b3 View commit details
    Browse the repository at this point in the history
  2. [Chore] Merge release/2.8.1 into main (#1413)

    ### Description
    
    This merges `release/2.8.1` into `main`.
    
    ### Context
    
    N/A
    
    ### Testing
    
    - `./gradlew test`
    
    ### Documentation
    
    N/A
    
    ### Known limitations
    
    N/A
    philipliu committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    36b19ea View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    c9445f0 View commit details
    Browse the repository at this point in the history
  2. Merge release/2.8.2 into main (#1417)

    ### Description
    
    Merge `release/2.8.2` into `main`
    
    ### Context
    
    N/A
    
    ### Testing
    
    - `./gradlew test`
    
    ### Documentation
    
    N/A
    
    ### Known limitations
    
    N/A
    philipliu committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    22ad426 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. [ANCHOR-734] Fix wrong secret used to sign headers (#1420)

    ### Description
    
    Fixed bug described in #1406 
    
    ### Context
    
    CallbackApiClient (derived from BaseApiClient) was using wrong method
    for JWT signature (it was hardcoded to be
    `authHelper.createPlatformServerAuthHeader`), which in turn raised an
    error because platform JWT secret wasn't defined in the scope of that
    particular AuthHelper
    
    ### Testing
    
    - `./gradlew test`
    
    
    ### Documentation
    
    N/A
    
    ### Known limitations
    
    N/A
    Ifropc committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f9b86af View commit details
    Browse the repository at this point in the history
  2. Bump version number to 2.8.3 (#1423)

    ### Description
    
    Preparing for 2.8.3 release
    
    ### Context
    
    N/A
    
    ### Testing
    
    - `./gradlew test`
    
    ### Documentation
    
    N/A
    
    ### Known limitations
    
    N/A
    Ifropc committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5efc444 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a2a88a View commit details
    Browse the repository at this point in the history
  4. Main -> release 2.8.3 (#1425)

    ### Description
    
    Release branch was out of sync
    Ifropc committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    a85b2df View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Release 2.8.3 -> main (#1424)

    ### Description
    
    Preparing for 2.8.3 release
    Ifropc committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ae96ee1 View commit details
    Browse the repository at this point in the history
Loading