FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Releases · messagebird/bird-sdk-python · GitHub

Releases: messagebird/bird-sdk-python

v0.41.1

Choose a tag to compare

Filter
github-actions released this 28 Aug 16:03
  • SMS segment docs: the UCS2 limit is 70 UTF-16 code units, not 70 characters, so 35 non-BMP emoji fill one segment.

v0.41.0

Choose a tag to compare

Filter
github-actions released this 28 Aug 10:27
  • Add the workspace resource: get() returns the workspace the credential is scoped to, including its id, name, owning organization's id, and notification and logo settings.

v0.40.0

Choose a tag to compare

Filter
github-actions released this 28 Aug 08:24
  • A 404 from checking or advancing a verification now says that no verification matched the recipient: either none exists for the exact recipient given, or the most recent one is already resolved as verified, expired, or out of attempts. It also says when to create another — create one when the recipient has no verification, or the last one expired or ran out of attempts, and not when the recipient already passed. The error code is unchanged, so match it exactly as before; a 404 is not evidence the recipient failed to verify, so treat your own record of an earlier success: true as the outcome.

v0.39.0

Choose a tag to compare

Filter
github-actions released this 28 Aug 05:35
  • A WhatsApp message carrying contact cards a contact shared now reads them back on contact_cards, where it previously reported unsupported with type contacts.
  • undelivered now documents as a final status, validity_period as bounding the carrier's delivery attempts rather than ours, and scheduled and canceled as reserved for send-later scheduling. category no longer describes per-country compliance rules that are not implemented.

v0.38.2

Choose a tag to compare

Filter
github-actions released this 27 Aug 19:26
  • Sending a WhatsApp template: the parameters field now documents which button types take no value, so no component is sent for them.

v0.38.1

Choose a tag to compare

Filter
github-actions released this 27 Aug 16:33
  • Example values on date, date-time and numeric fields now match the examples the API declares (2026-05-01 for a date field, 0.0 for a nullable number).

v0.38.0

Choose a tag to compare

Filter
github-actions released this 27 Aug 13:05
  • Add the preferences resource — list, get, create, and delete stated messaging preferences (consent grants and opt-outs) across email, SMS, and WhatsApp — plus contacts.preferences.list for the rows keyed to a contact's own handles, and typed webhook events for preference.granted, preference.revoked, preference.deleted, and whatsapp_suppression.created.

v0.37.2

Choose a tag to compare

Filter
github-actions released this 27 Aug 09:51
  • refresh_cursor fetches the items that sort before a response's first row in the current sort order. Those are the items added since the response only when new items sort first, so a list sorted another way is refreshed by re-fetching it.

v0.37.1

Choose a tag to compare

Filter
github-actions released this 27 Aug 08:14
  • Number.kind documentation now distinguishes workspace-owned subscriptions from Bird-managed shared numbers.

v0.37.0

Choose a tag to compare

Filter
github-actions released this 27 Aug 06:39
  • Voice call records carry a tags array, and the voice call list takes a repeatable tag filter (name or name:value). On the CLI that is bird voice list --tag campaign:spring --tag queue.

Back | FazBrowse Home | New Git URL