Skip to content

v2.1.188

Choose a tag to compare

@mittwald-machine mittwald-machine released this 19 Feb 19:22
· 33 commits to master since this release

Features Added

  • Verification Address Confidence Enum: Introduced a new enum VerifyAddressConfidence to categorize the confidence levels of address verification. This enhancement allows users to understand the certainty of an address's existence more clearly.

Changes

  • Refactor Verification Response Handling:

    • The class VerificationVerifyAddressOKResponse now utilizes the VerifyAddressResponse schema instead of the previously defined VerificationVerifyAddressOKResponseBody. This change improves the clarity and structure of the response handling.
    • Updated constructor and method signatures in VerificationVerifyAddressOKResponse to utilize the new VerifyAddressResponse class.
  • New VerifyAddressResponse Class:

    • Renamed VerificationVerifyAddressOKResponseBody to VerifyAddressResponse.
    • Enhanced docstrings and adjusted method signatures to reflect the renaming and structural changes.
  • Removed Cloning of Body: Simplified handling of the body in the __clone method by removing unnecessary cloning, which enhances performance and memory management.