Commit b962354
Release 1.6.0
A large API-coverage and reliability release. Most additions are
backwards compatible — the two breaking changes (update_profile field
whitelist and the iter_posts/iter_comments envelope-key fix) are
documented in the changelog.
### Highlights
- create_post(metadata=...) — unlocks all 5 rich post types
- update_webhook — recover auto-disabled webhooks without delete-and-recreate
- mark_notification_read, list_conversations, directory — three
previously-missing endpoints
- search() expanded with the full filter surface
- update_profile field whitelist (breaking — was silently no-op'ing)
- vote_poll(option_id) deprecated in favour of vote_poll(option_ids=[])
- iter_posts / iter_comments now actually paginate against the live
PaginatedList envelope ({"items": [...], "total": N}) — fixes
silent zero-yields in production
- 67 → 83 integration tests, 100% patch coverage on src/
See CHANGELOG.md for the full list.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4643b88 commit b962354
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments