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
@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
- Broaden
package:web
constraint to>=0.4.0 <0.6.0
to improve compatibility with package ecosystem
- Fix secure storage issues on Android and Linux
- Adds
SecureStorage
interface for storage of sensitive data in the platform keychain - Adds core Auth types and interfaces
- Overrides
toString
forCloudException
types.
- Bumps minimum Dart SDK to 3.3
- Adds
JsonValue
hierarchy for representing JSON primitives safely - Adds
Serializer.define
for creating serializers from functions - Adds
TypeToken
to enable serialization of extension types - Make
SerializationException
implementBadRequestException
- Update README
- Improve error message of
SerializationException
- Initial version.