Releases: mercadopago/sdk-ruby
Releases · mercadopago/sdk-ruby
2.3.0
What's Changed
- add idempotency on documentation by @taliyada in #79
- [Feature] Upgrade ruby version and Unit tests by @kelvincarvalhosilva in #85
- [Feature] Create release Rubygem by @kelvincarvalhosilva in #90
- [Fix] Update CI by @kelvincarvalhosilva in #91
- [Fix] Add login publish rubygem by @kelvincarvalhosilva in #94
- [Fix] Update process release rubygem by @kelvincarvalhosilva in #95
- [Fix] Update Rakefile by @kelvincarvalhosilva in #96
- [Fix] Generate gem ruby by @kelvincarvalhosilva in #97
- [Fix] update secret key by @kelvincarvalhosilva in #98
- [Fix] Update Ruby gem credentials by @kelvincarvalhosilva in #99
- [Fix] Remove role gem credential by @kelvincarvalhosilva in #100
- [Fix] Update credential ruby gem by @kelvincarvalhosilva in #101
New Contributors
Full Changelog: 2.2.1...2.3.0
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