Atproto: @atproto/[email protected] Release

Release date:
February 14, 2025
Previous version:
@atproto/[email protected] (released February 5, 2025)
Magnitude:
1,646 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in @atproto/[email protected]

matthieusieben
github-actions[bot]
foysalit
rafaelbsky
estrattonbailey
TatsuyaYamamoto

Directory Browser for @atproto/[email protected]

All files are compared to previous version, @atproto/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • #3525 6ea9c961a Thanks @matthieusieben! - Rename onClientInfo and onAuthorizationDetails hooks to getClientInfo and getAuthorizationDetails respectively.

Patch Changes

  • #3525 6ea9c961a Thanks @matthieusieben! - Add the following hooks in the OAuthProvider:

    • onAuthorized which is triggered when the user "authorized" a client (a code is issued)
    • onTokenCreated which is triggered when the code is exchanged for a token
    • onTokenRefreshed which is triggered when a refresh token is exchanged for a new access token
  • #3514 e69e89a03 Thanks @matthieusieben! - Properly compute sleep time in contantTime util