Skip to content

v1.1.4

Latest

Choose a tag to compare

@FastPix-dev FastPix-dev released this 23 Jun 11:08

Version - [1.1.4]

Changed

  • SDK version bump: 1.1.31.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 with 1.1.3.

    Updated identifiers:

    • __version__ / package version — now reports 1.1.4 (the internal
      identifiers were previously lagging at 1.0.1; they are now aligned with
      the package version).
    • User-Agent header — 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-run pip install --upgrade fastpix_python.