Skip to content

Releases: F0ka/plutu-java-sdk

v0.2.0 - Sandbox Verified

12 Jan 14:56

Choose a tag to compare

Summary

This release marks the first version of the SDK fully verified against the Plutu Sandbox environment. All payment services have been tested and confirmed working.

New Features

  • Full Integration Test Suite: Verified end-to-end connectivity for Adfali, Sadad, Local Bank Cards, MPGS, and T-Lync services against the Plutu Sandbox.
  • Dependency Injection: Refactored JavaHttpPlutuClient to accept a custom HttpClient, improving testability and flexibility.

Bug Fixes

  • JSON Response Mapping: Fixed an issue where the message field in API responses caused deserialization errors.
  • Endpoint Handling: Verified correct behavior with Plutu's production/sandbox API endpoints.

Documentation

  • Updated README.md to reflect that the SDK is now sandbox-tested.
  • Updated installation instructions for version 0.2.0.

Full Changelog: v0.1.0...v0.2.0

v0.1.0 (Obsolete)

11 Jan 17:54

Choose a tag to compare

First pre-release of the unofficial Plutu Java SDK.

⚠️ DISCLAIMER: v0.1.0 is affected by a critical bug.