Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

49 lines (34 loc) · 1.22 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.3.2] - 2024-06-26

  • Remove VCR dependencies
  • Replaced unit tests that depended on VCR using request_mock
  • Updated urllib3 to latest secure version

[4.3.1] - 2024-06-20

  • Update the urllib3 dependency to a secure version

[4.3.0] - 2024-03-25

[4.2.1] - 2024-01-15

  • Fix customer website_url, add missing allow_none=True

[4.2.0] - 2024-01-08

  • Add support for customer website_url

[4.1.1] - 2023-12-21

  • Fix missing customer_uuid when creating a note from a customer

[4.1.0] - 2023-12-20

  • Support customer notes

[4.0.0] - 2023-10-04

Added

  • v4.0.0 upgrade instructions.
  • Support for Python 3.12.

Removed

  • Support for old pagination using page query params.
  • Deprecated imp module.
  • Support for Python 3.7.

[3.1.3] - 2023-09-27

Added

  • Support for cursor based pagination to .all() endpoints.
  • Changelog.