Releases: integrify-sdk/integrify-python
Releases · integrify-sdk/integrify-python
Release list
integrify-3.0.0
Re-architected from a single monolithic package into an umbrella package over a
monorepo of independently-published integrations. The top-level integrify
distribution ships no integration code of its own — install only what you need:
pip install integrify— shared core onlypip install integrify[epoint]— core + EPointpip install integrify[epoint,lsim]— core + selected integrationspip install integrify[all]— every integration
Import paths are unchanged (integrify.epoint, integrify.kapitalbank, …).
Changed
- Split into an umbrella plus per-integration distributions (
integrify-epoint,integrify-core, …), each pulled in through its extra.
Removed
- Breaking: replaced the previous monolithic
integrify(last release 2.2.2); integrations must now be opted into via extras. - Breaking: dropped Python 3.9 (end-of-life) — now requires Python >= 3.10.
Full Changelog: https://github.com/mmzeynalli/integrify/commits/integrify-3.0.0
v2.2.2
What's Changed
- Last update, project will be archived. Use newer version of library instead
v2.2.1
What's Changed
Last update. Project will be archived. Use these libraries instead.
v2.2.0
What's Changed
- fix: GET requests sends data in query params by @mmzeynalli in #30
- Poetry -> uv. Also testing multiple python version locally by @mmzeynalli in #32
- Replaced default
Nonewith_UNSETby @mmzeynalli in #29 - Integration/lsim by @mmzeynalli in #34
- Makefile to duty by @mmzeynalli in #35
- Fix/pytest env by @mmzeynalli in #38
- Added type for dry-run response, and minor refactoring by @mmzeynalli in #39
- fix: remove unvalid "ExpDate" card by @AlifaghaSalmanov in #33
- Integration/lsim by @mmzeynalli in #41
- Integration/posta guvercini by @kazimovzaman2 in #37
New Contributors
- @AlifaghaSalmanov made their first contribution in #33
Full Changelog: v2.1.1...v2.2.0
v2.1.1
What's Changed
Additions
- Added dry-run functionality per request
Fixes
- Fixed API url generation for async requests
v2.1.0
What's Changed
Support
- Dropped support for Python3.8
New integrations
- Added KapitalBank integration
v2.0.1
What's Changed
- Changed the whole structure and released a new version with better handling of requests and responses.
Full Changelog: https://github.com/mmzeynalli/integrify/blob/main/CHANGELOG.md