Releases: kawax/laravel-bluesky
Releases · kawax/laravel-bluesky
0.16.2
0.16.0
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
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
.
- If any errors occur after updating to v0.15, run
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.