Releases: mercadopago/sdk-ruby
Releases · mercadopago/sdk-ruby
2.2.1
What's Changed
- Fix broken badge and links by @felipedmesquita in #74
- Fix tracking id by @romerosilva-meli in #77
New Contributors
- @felipedmesquita made their first contribution in #74
Full Changelog: 2.2.0...2.2.1
2.2.0
This release adds implementations for the Plans and Subscriptions APIs.
2.1.0
- Idempotency feature for refund request -> now when we create a refund, the request sent to API receives a header (X-Idempotency-Key) with a random uuid value. If the integrator sent a custom header with this field, the random uuid will be replaced.
2.0.2
Make SDK compatible with Ruby 2.3
Fix gem dependencies
Fix unit tests (changed test credit card)
2.0.1
A brand new version of the SDK that has the following features:
- Support to Ruby 2.3+
- Support to more APIs (customer, merchant_order, refund, advanced_payment, etc.)
- Rubocop lint
- Unit tests
1.3.0
Update version.rb
1.2.1
access via header
1.1.0
- Adding product ID
- Adding tracking ID
0.3.6
Soporte para migración v0-v1 del API de payments
https://www.mercadopago.com.ar/developers/en/guides/localization/migrating-v0-v1