Skip to content

Releases: kawax/laravel-bluesky

0.16.2

05 Jan 05:15
Compare
Choose a tag to compare

General

  • Changed the default endpoint for unauthenticated requests to https://bsky.social.
  • If you want to explicitly specify https://public.api.bsky.app, use Bluesky::public().

0.16.0

29 Dec 11:47
Compare
Choose a tag to compare

When the version is less than v1.0, composer does not automatically update minor version upgrades, so please rewrite composer.json directly.

"revolution/laravel-bluesky": "^0.16",

General

Session resume and refresh now work correctly when using app password authentication. When using Bluesky::login() in a way that hits the rate limit, save the session in the cache.

Advanced

  • Labeler: initial implementation. It's quite difficult, so there's no documentation yet.

The sample is running here.
https://bsky.app/profile/laralabeler.bsky.social

0.15.0

19 Dec 13:49
Compare
Choose a tag to compare

When the version is less than v1.0, composer does not automatically update minor version upgrades, so please rewrite composer.json directly.

"revolution/laravel-bluesky": "^0.15",

We plan to release v1.0 at the same time as Laravel 12.

General

  • FeedGenerator: Token verification has been implemented, so you can safely use the user's DID.
    • If any errors occur after updating to v0.15, run php artisan cache:clear.

Advanced

  • The "Core" function of the AT Protocol has been implemented, so it is now possible to verify in most places.
  • There is no PHP version, so I converted it from another language.
  • CID, TID, DAG-CBOR, CAR. These are the most difficult parts of the AT Protocol, so you don't need to worry about them in normal usage.

0.14.0

24 Nov 23:20
Compare
Choose a tag to compare
  • First released version