- chore: Update dependencies
- chore: Update dependencies
- chore: Update linter/style preferences
- chore: Bump Dart SDK constraint to
^3.7.0 - chore: Re-format with Dart 3.7
- chore: Update license
- chore: Improve gRPC interop
- chore: Bump minimum Dart SDK to 3.5
- chore: Migrate to pub workspaces
- fix: WASM detection
The first release of Celest V1!
See the release notes for the celest package for more details.
- feat: Add support for event streaming via SSE/WebSockets
- chore(core): Deserialize errors returned from backend
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
@cloudannotation for cloud functions - chore!: Replace
@Context.userwith@principal - chore!: Rename generated
Envannotations toenv. - chore!: Rename
InternalServerExceptiontoInternalServerError - chore: Migrate to
package:native_storage
- Broaden
package:webconstraint to>=0.4.0 <0.6.0to improve compatibility with package ecosystem
- Fix secure storage issues on Android and Linux
- Adds
SecureStorageinterface for storage of sensitive data in the platform keychain - Adds core Auth types and interfaces
- Overrides
toStringforCloudExceptiontypes.
- Bumps minimum Dart SDK to 3.3
- Adds
JsonValuehierarchy for representing JSON primitives safely - Adds
Serializer.definefor creating serializers from functions - Adds
TypeTokento enable serialization of extension types - Make
SerializationExceptionimplementBadRequestException
- Update README
- Improve error message of
SerializationException
- Initial version.