celest_auth 1.0.0 celest_auth: ^1.0.0 copied to clipboard
The Auth runtime and client library for Celest, the Flutter cloud platform.
1.0.0 #
The first release of Celest V1!
See the release notes for the celest package for more details.
0.4.1 #
- fix: Pana issues (dart-lang/pana#1351)
0.4.0 #
This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky! Check out our blog post for more details.
- feat: Add support for HTTP customization
- feat: Add support for running Flutter and UI code in the cloud
- chore!: Require
@cloud
annotation for cloud functions - chore!: Replace
@Context.user
with@principal
- chore!: Rename generated
Env
annotations toenv
. - chore!: Rename
InternalServerException
toInternalServerError
- chore: Migrate to
package:native_storage
0.3.1 #
- Use required parameters throughout for better consistency
0.3.0 #
- Initial version.