Skip to content

Commit 2d664a0

Browse files
committed
PR code review
1 parent 9f52b46 commit 2d664a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ All notable changes to the **Sinch Python SDK** are documented in this file.
1818

1919
## v2.0.0 – 2026-03-31
2020

21-
### Major breaking changes with major release
21+
### Breaking Changes
2222

2323
- see [MIGRATION_GUIDE.md](MIGRATION_GUIDE.md#200)
2424

2525
### SDK
2626

27-
- **[design]** Required explicit `sms_region` and `conversation_region` on `SinchClient` before using SMS and Conversation APIs (no silent US/EU defaults); runtime failure if unset (#49, #110).
27+
- **[design]** Requires explicit `sms_region` and `conversation_region` on `SinchClient` before using SMS and Conversation APIs (no silent US/EU defaults); runtime failure if unset (#49, #110).
2828
- **[design]** The v1 asynchronous client and httpx-based async stack were removed; only synchronous `SinchClient` is supported (#55).
2929
- **[feature]** Automatic pagination via a shared `Paginator` pattern for paged list APIs (#46, #54).
3030
- **[doc]** README and configuration tests clarify which credentials apply to each API (#48).
3131

3232
### Conversation
3333

3434
- **[feature]** Messages API refresh: convenience send methods (`send_text_message()`, `send_card_message()`, `send_carousel_message()`, `send_choice_message()`, `send_contact_info_message()`, `send_list_message()`, `send_location_message()`, `send_media_message()`, `send_template_message()`), `list()` as a paginator, `update()`, `event_destination_target` (wires `callback_url`), and a `sinch_client.conversation.sinch_events(...)` helper for inbound event handling (#109#120).
35-
- **[feature]** Conversation Webhooks (#122), redesigned into Sinch Events (#131, #132, #133).
36-
- **[deprecation notice]** Conversation webhook REST client surface removed; handle inbound traffic via Sinch Events (see migration guide) (#131, #132, #133).
35+
- **[feature]** Conversation Sinch Events (webhooks) support (#122, #131, #132, #133).
36+
- **[design]** Conversation webhook REST client removed; handle inbound traffic via Sinch Events (see [MIGRATION_GUIDE.md](MIGRATION_GUIDE.md)) (#131, #132, #133).
3737

3838
### Numbers
3939

0 commit comments

Comments
 (0)