atproto_core 0.4.5 atproto_core: ^0.4.5 copied to clipboard
This package provides core reusable and useful functionality for wrapping AT Protocol and related services.
Release Note #
v0.4.3 #
- Fixed parameter type of
upload
andsubscribe
inBaseService
fromNSID
toString
.
v0.4.1 #
- Fixed to throw
UnsupportedError
when an anonymous user tries to access an endpoint that requires authentication. (#564)
v0.4.0 #
v0.3.5 #
- Added
adaptor
parameter inget
andsubscribe
, and removeddecoder
andconverter
. (#495) - Added
progress_status.dart
.
v0.3.4 #
- Improved generation of
CID
hash codes, allowing CID objects to be specified as keys for Maps, etc. (#490)
v0.3.3 #
- Fixed
subscribeRepoUpdates
.
v0.2.10 #
- The retry algorithm has been modified to retry when an InternalServerError occurs as a result of XRPC communication. (#358)
v0.1.0 #
- Added core objects. (#70)
BaseService
Empty
ATProtoResponse
ATProtoRequest
ATProtoException
ForbiddenException
v0.0.2 #
- Exposed
client_context.dart
.
v0.0.1 #
- First Release!