Skip to content

Releases: mercadopago/sdk-java

2.1.7

15 Mar 17:21
79f9f8e
Compare
Choose a tag to compare

this version adds:

  • nextPaymentDate field to Preapproval model

2.1.6

28 Feb 17:56
6516511
Compare
Choose a tag to compare

this version adds:

  • Data models for processing boletos with fees, fines and discount
  • Fields for processing credit card payments with 3DS 2.0

2.1.5

13 Dec 18:57
540f64f
Compare
Choose a tag to compare

We changed the field AccountId, which is normally used for Pix transactions. If your app makes use of this field in your integration, alter its type from long to BigInteger.

PaymentClient client = new PaymentClient();
Payment p = client.get(12345L);

// Collector accountId changed type from long to BigInteger
BigInteger collectorAccountId = p.getPointOfInteraction().getTransactionData().getBankInfo().getCollector().getAccountId();

// Collector accountId changed type from long to BigInteger
BigInteger payerAccountId = p.getPointOfInteraction().getTransactionData().getBankInfo().getPayer().getAccountId();

2.1.4

29 Nov 19:27
a7bc471
Compare
Choose a tag to compare

Fix way to set proxy.

2.1.3

17 Nov 18:52
2471118
Compare
Choose a tag to compare

this version refactors Serializer's Gson type adapter for OffsetDatetime to account for different ISO 8601 datetime formats during deserialization.

1.11.8

20 Oct 20:07
65d6a0a
Compare
Choose a tag to compare

Fix issue with exceptions at InsightDataManager class.

2.1.2

04 Aug 22:18
f11197f
Compare
Choose a tag to compare

Added taxes property to allow sending when creating a payment

1.11.7

04 Aug 18:49
36b5c05
Compare
Choose a tag to compare

Added net_amount and taxes properties to allow sending when creating a payment

1.11.6

21 Jul 15:00
d92339c
Compare
Choose a tag to compare

Update version lib gson 2.8.8 to 2.8.9 without vulnerability
Update version lib maven-javadoc-plugin 3.3.2 without vulnerability
Add file pre-commit-config.yml to check for vulnerabilities

1.11.5

14 Jul 19:47
5d02cec
Compare
Choose a tag to compare
  • Fix: Adjust query params.