bluesky_chat 0.3.1 bluesky_chat: ^0.3.1 copied to clipboard
The most powerful Dart/Flutter library for Bluesky Chat.
Release Note #
v0.3.1 #
v0.3.0 #
- The
service
is automatically resolved from the DID Document of the givenSession
. (#1543)- If no authentication is performed and no
Session
is passed, the defaultbsky.social
is used. - If the user passes a specific
service
, it always respects the value of the user'sservice
. - If something wrong happens for some reason, it uses
bsky.social
as default.
- If no authentication is performed and no
- Set
{'atproto-proxy': 'did:web:api.bsky.chat#bsky_chat'}
automatically. No need to pass it anymore. (#1543)
v0.2.5 #
- Fixed a bug that prevented toJson on freezed objects from
atproto_core
.
v0.2.4 #
- Bump
bluesky
.
v0.2.3 #
- Bump
bluesky
.
v0.2.2 #
- Bump
bluesky
.
v0.2.1 #
- Bump
bluesky
.
v0.2.0 #
- Bump
atproto_core
,atproto
,bluesky
. - Applied naming convention based on lexicons.
v0.1.8 #
- Don't include Auth headers in
.headers
.
v0.1.7 #
- Bump
atproto_core
. Add auth scopecom.atproto.appPassPrivileged
. (#1501) - Add
.headers
property. Returns the merged headers with global headers and auth header.
v0.1.6 #
- Bump
atproto
,bluesky
.
v0.1.5 #
- Bump
atproto
,bluesky
.
v0.1.4 #
- Bump
bluesky
.
v0.1.3 #
- Bump
bluesky
.
v0.1.2 #
v0.1.1 #
- Add
.chat
property onProfileAssociated
object. (#1448) - Add
.valueOf
method onActorDeclarationAllowIncoming
enum.
v0.1.0 #
- First Release.