Skip to content

Releases: PuzzelSolutions/smsgw-client-python

v3.0.0

13 Apr 20:26
e45c8d0

Choose a tag to compare

What's Changed

Breaking Changes

  • Complete rewrite to Kiota-generated client (replaces hand-written v2.x client)
  • New package structure under src/
  • Async-only API (await client.gw.rs.send_messages.post(request))

Migration from v2.x

  • Install: pip install puzzel-sms-gateway-client
  • Credentials are now passed inside GatewayRequest (not HTTP headers)
  • See README for usage examples