Releases: mercadopago/sdk-ruby
Releases · mercadopago/sdk-ruby
2.4.0
What's Changed
- [Fix] Change CI - pull request target by Kelvin Carvalho (@kelvincarvalhosilva) in #105
- [Feature] Order by Kelvin Carvalho (@kelvincarvalhosilva) in #107
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- add idempotency on documentation by Talita Yada (@taliyada) in #79
- [Feature] Upgrade ruby version and Unit tests by Kelvin Carvalho (@kelvincarvalhosilva) in #85
- [Feature] Create release Rubygem by Kelvin Carvalho (@kelvincarvalhosilva) in #90
- [Fix] Update CI by Kelvin Carvalho (@kelvincarvalhosilva) in #91
- [Fix] Add login publish rubygem by Kelvin Carvalho (@kelvincarvalhosilva) in #94
- [Fix] Update process release rubygem by Kelvin Carvalho (@kelvincarvalhosilva) in #95
- [Fix] Update Rakefile by Kelvin Carvalho (@kelvincarvalhosilva) in #96
- [Fix] Generate gem ruby by Kelvin Carvalho (@kelvincarvalhosilva) in #97
- [Fix] update secret key by Kelvin Carvalho (@kelvincarvalhosilva) in #98
- [Fix] Update Ruby gem credentials by Kelvin Carvalho (@kelvincarvalhosilva) in #99
- [Fix] Remove role gem credential by Kelvin Carvalho (@kelvincarvalhosilva) in #100
- [Fix] Update credential ruby gem by Kelvin Carvalho (@kelvincarvalhosilva) in #101
New Contributors
- Talita Yada (@taliyada) made their first contribution in #79
Full Changelog: 2.2.1...2.3.0
2.2.1
What's Changed
- Fix broken badge and links by Felipe Mesquita (@felipedmesquita) in #74
- Fix tracking id by Romero Silva (@romerosilva-meli) in #77
New Contributors
- Felipe Mesquita (@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