Version - [1.1.4]
Changed
-
SDK version bump:
1.1.3→1.1.4.
A maintenance release that aligns the SDK's internal version identifiers and
applies behaviour-preserving code-quality cleanup. It contains no functional,
API, or behavioural changes and is fully backward compatible with1.1.3.Updated identifiers:
__version__/ package version — now reports1.1.4(the internal
identifiers were previously lagging at1.0.1; they are now aligned with
the package version).User-Agentheader — outbound requests now identify as
fastpix-sdk/python 1.1.4.
Maintainability:
- Internal static-analysis (SonarQube) cleanup across the SDK, samples, and
test harness — bundled request-builder parameters, shared response-handling
helpers, duplicated string literals extracted into constants, and nested
conditionals merged. No public-surface impact.
Compatibility
- No changes to public types, method signatures, request/response models,
default server URLs, hooks, or retry logic. - No action required for existing integrations — upgrade the dependency and
re-runpip install --upgrade fastpix_python.