Skip to content

Releases: integrify-sdk/integrify-python

integrify-3.0.0

Choose a tag to compare

@mmzeynalli mmzeynalli released this 14 Aug 15:08

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 only
  • pip install integrify[epoint] — core + EPoint
  • pip install integrify[epoint,lsim] — core + selected integrations
  • pip 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

Choose a tag to compare

@mmzeynalli mmzeynalli released this 06 Aug 14:21

What's Changed

v2.2.1

Choose a tag to compare

@mmzeynalli mmzeynalli released this 06 Aug 14:15
42e998e

What's Changed

Last update. Project will be archived. Use these libraries instead.

v2.2.0

Choose a tag to compare

@mmzeynalli mmzeynalli released this 03 Mar 09:17

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@mmzeynalli mmzeynalli released this 29 Jan 09:27

What's Changed

Additions

  • Added dry-run functionality per request

Fixes

  • Fixed API url generation for async requests

v2.1.0

Choose a tag to compare

@mmzeynalli mmzeynalli released this 16 Jan 21:07

What's Changed

Support

  • Dropped support for Python3.8

New integrations

  • Added KapitalBank integration

v2.0.1

Choose a tag to compare

@mmzeynalli mmzeynalli released this 28 Oct 18:15

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

v1.0.3

Choose a tag to compare

@mmzeynalli mmzeynalli released this 07 Oct 18:23
Fixed version