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: apimatic/core-interfaces-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.3.3
Choose a base ref
...
head repository: apimatic/core-interfaces-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.4
Choose a head ref
  • 2 commits
  • 5 files changed
  • 2 contributors

Commits on Aug 12, 2025

  1. ci(release-version) update pom.xml [ci skip]

    Files changed:
    M	pom.xml
    sufyankhanrao committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    6b543e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. feat: add webhooks and callbacks support (#75)

    Adds webhooks and callbacks support to the Java SDK by introducing security verification interfaces for HTTP request signatures. This enables event-driven integration with external systems through standardized verification mechanisms.
    
    - Introduces `VerificationResult` interface for representing success/failure states with error messages
    - Adds `SignatureVerifier` interface for asynchronous HTTP request signature verification
    - Updates documentation to include the new security interfaces
    haseeb-mhr authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    58d7299 View commit details
    Browse the repository at this point in the history
Loading