Skip to content

Releases: MarshalX/atproto

v0.0.54

13 Sep 16:14
b8fa9b4
Compare
Choose a tag to compare

What's Changed

  • Add Client.send_video high-level method by @Meorge in #395
  • Add support for known_values and enum of string properties in objects by @MarshalX in #391
  • Update lexicons by @MarshalX in #394 and #398
  • Fix string definitions which use know_values field as closed enum by @MarshalX in #389
  • Fix model field default value generating in cases when this is the only one constraint by @MarshalX in #393
  • Fix response parsing for JSON content type by @MarshalX in #397

New Contributors

Full Changelog: v0.0.53...v0.0.54

v0.0.53

10 Sep 10:10
e5c6a3b
Compare
Choose a tag to compare

What's Changed

⚑ Thanks to libipld 2.0.0 firehose performance should increase approximately by 30%! No changes from you are required! Check more detailed benchmark results here

Full Changelog: v0.0.52...v0.0.53

v0.0.52

01 Sep 19:16
cb5b272
Compare
Choose a tag to compare

What's Changed

  • Add new asyncio implementation support for websockets 13.0; handle ConnectionError exception; remove close_timeout by @MarshalX in #376
  • Add process_commits_async example by @MarshalX in #377
  • Update process_commits example by @MarshalX in #374

Full Changelog: v0.0.51...v0.0.52

v0.0.51

31 Aug 19:12
3beb173
Compare
Choose a tag to compare

What's Changed

  • Fix PDS auto-switching for self-hosted instances by @MarshalX in #370
  • Update lexicons fetched from bfbac24 committed 2024-08-30T18:18:43Z by @MarshalX in #372

Full Changelog: v0.0.50...v0.0.51

v0.0.50

30 Aug 11:43
d634814
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.49...v0.0.50

v0.0.49

04 Jul 09:34
2d24e97
Compare
Choose a tag to compare

What's Changed

Breaking changes for Direct Messages. Now you must create a client with a chat proxy. See the updated documentation.

Full Changelog: v0.0.48...v0.0.49

v0.0.48

01 Jun 11:48
badcfd3
Compare
Choose a tag to compare

What's Changed

  • Add Firehose Account message (use instead of Identity) by @MarshalX in #335
  • Update lexicons fetched from 255d5ea committed 2024-05-31T21:39:21Z by @MarshalX in #334

Full Changelog: v0.0.47...v0.0.48

v0.0.47

22 May 21:32
1854651
Compare
Choose a tag to compare

πŸ’¬ Just shipped: Bluesky Direct Messages! https://atproto.blue/en/latest/dm.html

Breaking changes

Many of these changes were backward compatible for a few months with proper warnings.

  • Drop support for Python 3.7 by @MarshalX in #321
  • Delete deprecated record models called Main instead of Record by @MarshalX in #323
  • Delete deprecated SessionString class by @MarshalX in #324
  • Delete deprecated subject argument of .like() and .repost() methods by @MarshalX in #325

What's Changed

New Contributors

Full Changelog: v0.0.46...v0.0.47

v0.0.46

20 Mar 17:06
b6be44d
Compare
Choose a tag to compare

What's Changed

  • Fix follow redirects by @MarshalX in #309
  • Update lexicons fetched from c28e374 committed 2024-03-19T16:26:14Z by @MarshalX in #310

Full Changelog: v0.0.45...v0.0.46

v0.0.45

14 Mar 01:24
809866d
Compare
Choose a tag to compare

What's Changed

Content labeling (moderation) is here! This update brings labeling data-stream support as well ozone.tools API!

Full Changelog: v0.0.44...v0.0.45