Releases: chriseteka/PaystackJavaClient
Releases · chriseteka/PaystackJavaClient
v1.0.0
Full Changelog: v0.0.4...v1.0.0
- Major: Add configs and publish builds to Maven Central
v0.0.4
What's Changed
- Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #58
- Bump org.springframework.boot:spring-boot-configuration-processor from 3.2.1 to 3.2.2 by @dependabot in #57
- Bump actions/cache from 3 to 4 by @dependabot in #56
- Bug Fixes for requests with Path variables
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- Develop (#5) by @chriseteka in #6
- ❇️ Create classes and interfaces for the Product submodule by @Doctor-Vee in #46
- Bump jackson.version from 2.15.3 to 2.16.0 by @dependabot in #45
- Bump actions/setup-java from 3 to 4 by @dependabot in #48
- Bump jackson.version from 2.16.0 to 2.16.1 by @dependabot in #51
- Bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.11 to 5.0.0-alpha.12 by @dependabot in #50
- ✨ Create classes and update code for the subaccount module by @Doctor-Vee in #49
- Bump org.springframework.boot:spring-boot-configuration-processor from 3.1.4 to 3.2.1 by @dependabot in #53
- Bump s4u/maven-settings-action from 2.8.0 to 3.0.0 by @dependabot in #54
- Make quick changes based on PR review by @Doctor-Vee in #55
- Add documentations and examples on how to use the paystack-clients spring boot starter
New Contributors
- @Doctor-Vee made their first contribution in #46
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add SubAccount Client by @Doctor-Vee in #49
- Merge Develop by @chriseteka in #52
- Introduce initial setup for Paystack Client Spring Boot Starter, Add README and Example
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Support for:
-
Plan
- createPlan
- listPlans
- fetchPlan
- updatePlan
-
ApplePay
- register
- unregister
- list
-
Transaction
- initializeTransaction
- verifyTransaction
- listTransaction
- fetchTransaction
- chargeAuthorization
- viewTransactionTimeLine
- transactionTotals
- exportTransactions
- partialDebit
-
Product
- createProduct
- listProducts
- fetchProduct
- updateProduct
-
Customer
- createCustomer
- listCustomers
- fetchCustomer
- updateCustomer
- validateCustomer
- validateCustomer
- whiteOrBlackListCustomer
- deactivateAuthorization