Skip to content

Releases: sugyan/atrium

atrium-api-v0.18.4

13 Mar 01:51
c1097ef
Compare
Choose a tag to compare

Added

  • Update API, based on the latest lexicon schemas (#134)

atrium-xrpc-v0.10.2

10 Mar 14:53
2412794
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

atrium-cli-v0.1.5

10 Mar 14:54
2412794
Compare
Choose a tag to compare

Fixed

  • Error handling to prevent panic (#132)

atrium-api-v0.18.3

10 Mar 14:53
2412794
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

atrium-xrpc-v0.10.1

05 Mar 14:47
446a5e1
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

atrium-xrpc-client-v0.5.0

05 Mar 14:49
446a5e1
Compare
Choose a tag to compare

Removed

  • Remove surf client (#130)

atrium-cli-v0.1.4

05 Mar 14:50
446a5e1
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

atrium-api-v0.18.2

05 Mar 14:48
446a5e1
Compare
Choose a tag to compare

Other

  • update Cargo.toml dependencies

atrium-api-v0.18.1

03 Mar 01:50
e28c30d
Compare
Choose a tag to compare

Other

  • Generate structs corresponding to collections

Added

  • atrium_api::types::Collection trait, which binds together a record type and its NSID.
  • Collection structs for the current record types:
    • atrium_api::app::bsky::actor::Profile
    • atrium_api::app::bsky::feed:
      • Generator
      • Like
      • Post
      • Repost
      • Threadgate
    • atrium_api::app::bsky::graph:
      • Block
      • Follow
      • List
      • Listblock
      • Listitem

atrium-xrpc-v0.10.0

29 Feb 02:04
b03494d
Compare
Choose a tag to compare

Added

  • Support wasm32 (#119)

Changed

  • For traits defined using async_trait, the Send bound is now optional with wasm32-* targets.