Releases: mercadopago/sdk-python
Releases · mercadopago/sdk-python
2.2.3
What's Changed
- [Fix] Package build update by @renanneri01 in #73
- Adjusts credential tests by @eltinMeli in #75
- Bump version to 2.2.3 by @renanneri01 in #76
- [Fix] Adjust pyproject.toml by @renanneri01 in #77
- [Fix] Adjust in CD file by @renanneri01 #78
- [Fix] Install build dependency by @renanneri01 #79
Full Changelog: 2.2.2...2.2.3
2.2.2
What's Changed
URI formation in update method by adding missing '/' #71
New Contributors
@Aguiiiar made their first contribution
Full Changelog: 2.2.1...2.2.2
2.2.1
What's Changed
Add preferences search method by @ivanviragine at #66
New Contributors
@ivanviragine made their first contribution
Full Changelog: 2.2.0...2.2.1
2.2.0
What's Changed
- Remove lint check client by @eltinMeli in #61
- Add plan and subscription resources by @gustav0 in #60
- Actions CI and CD by @eltinMeli in #63
New Contributors
Full Changelog: 2.1.0...2.2.0
2.1.0
What's Changed
- Add chargeback resource by @matheusfvinhas in #56
New Contributors
- @matheusfvinhas made their first contribution in #56
Full Changelog: 2.0.10...2.1.0
2.0.10
- Fix SDK customer and card tests
- Update library pdoc
- Improve linter setup
- Add run workflow for Python 3.7, 3.8, 3.9 and 3.10
2.0.8
2.0.7
- Fix SDK installation error:
- Add
requests
as a required dependency
- Add
- Fix python_requires to only support python 3+
- Fix card tests
1.2.1
- Prevent sending Authorization Header when calling POST to
/oauth/token
2.0.6
A brand new version of the SDK that has the following features:
- Support to Python 3+
- Per request configuration
- Support to more APIs (customer, merchant_order, refund, advanced_payment, etc.)
- Pylint
- Unit tests