atproto 0.2.13
atproto: ^0.2.13 copied to clipboard
The easiest and powerful Dart/Flutter library for AT Protocol.
Release Note #
0.2.13 #
- Supported
com.atproto.repo.applyWritesasupdateBulkinRepositoriesService. Also added following utilities. (#306)createRecordsupdateRecordsdeleteRecords
- Added
toStrongRef()method inRecordandRecordValue. Be sure to check withhasStrongReforhasNotStrongRefwhen you usetoStrongRef()fromRecordValue, becausecidinRecordValueis nullable. (#367)
0.2.12 #
- Added
unknownfields for union types. The AT Protocol allows some endpoints to create records of types not officially supported. In such cases, theunknownfield is used to store the raw JSON for a safe and user-choice implementation. (#350)
0.2.11 #
- Removed
didparameter fromfindRecordinRepositoriesService.
0.2.9 #
0.2.7 #
0.2.6 #
- Supported
com.atproto.server.createAccount. (#256) - Supported
com.atproto.server.createInviteCode. (#257) - Added
protocoloption. Defaults toHTTPS. (#269) - Supported
com.atproto.server.deleteAccount. (#259) - Supported
com.atproto.server.requestDeleteAccount. (#273) - Supported
com.atproto.server.requestPasswordReset. (#263) - Supported
com.atproto.server.updatePassword. (#264) - Supported
com.atproto.server.createAppPassword. (#277) - Supported
com.atproto.server.deleteAppPassword. (#279) - Supported
com.atproto.server.listAppPasswords. (#278) - Supported
com.atproto.server.getAccountInviteCodes. (#261)
0.2.4 #
0.2.3 #
- Fixed lexicon method id from
com.atproto.handletocom.atproto.identity.
0.2.2 #
- Merged official refactoring. (#52)
- Renamed
SessionServicetoServersService - Renamed
handleparameter increateSessiontoidentifier - Removed parameter
collectionfromRepositoriesService.deleteRecord
- Renamed
0.2.1 #
0.2.0 #
0.1.1 #
0.1.0 #
- Refactored structures. (#70)
- Moved
Emptytoatproto_core - Moved
ATProtoResponsetoatproto_core - Moved
ATProtoRequesttoatproto_core
- Moved
0.0.4 #
- Fixed typo from
awtTokentoaccessJwt.
0.0.3 #
- Added
RepositoriesService.createRecorddestroyRecord
0.0.2 #
- Fixed links.
0.0.1 #
- First Release!