Skip to content

4.0.0

Compare
Choose a tag to compare
@JPHutchins JPHutchins released this 24 Jul 17:45
· 34 commits to main since this release
805e57c

BREAKING

  • smp dependency is updated to 3.0.1. The associated breaking changes are around the naming of SMP Versions. ErrorV0 is now named ErrorV1 and ErrorV1 is now named ErrorV2. This is reflected in error helpers. error_v0() is now errov_v1(), error_v1() is now error_v2(). See https://github.com/JPHutchins/smp/releases for more information.
    • SMP Requests will now default to V2 instead of V1 (previously called V0)! Settable via the optional version kwarg on any SMP request.

Features

  • File management Requests, thanks @Maartenwn!
  • File management convenience methods in the SMPClient class: upload_file() and download_file(). Thanks @Maartenwn!

What's Changed

New Contributors

Full Changelog: 3.2.1...4.0.0