Skip to content

Releases: MarshalX/atproto

v0.0.58

25 Jan 21:08
df93518
Compare
Choose a tag to compare

What's Changed

  • Add the ability to send an aspect ratio with send_video by @yamamotura in #521
  • Automatically reconnect firehose clients after a period of inactivity (timeout for recv) by @p1timmy in #520
  • Allow sync on_session_change callbacks in an async client by @MarshalX in #531
  • Update lexicons fetched from c0a75d3 committed 2025-01-21T18:49:02Z by @MarshalX in #529
  • Fix session sharing with all cloned client instances by @MarshalX in #531
  • Fix types for image aspect ratios in send_image and send_images by @MarshalX in #531

New Contributors

Full Changelog: v0.0.57...v0.0.58

v0.0.57

20 Jan 22:54
b75e11c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.56...v0.0.57

v0.0.56

05 Dec 17:47
02f54e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.55...v0.0.56

v0.0.55

24 Oct 14:52
78fca92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.54...v0.0.55

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