File tree Expand file tree Collapse file tree 6 files changed +40
-19
lines changed
Expand file tree Collapse file tree 6 files changed +40
-19
lines changed Original file line number Diff line number Diff line change 1- ## 0.4.0-dev.2
2-
3- - Migrate to ` package:native_storage `
4-
5- ## 0.4.0-dev.1
1+ ## 0.4.0
2+
3+ This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
4+ Check out our [ blog post] ( https://celest.dev/blog/fluttering-in-the-sky ) for more details.
5+
6+ - feat: Add support for HTTP customization
7+ - feat: Add support for running Flutter and UI code in the cloud
8+ - chore!: Require ` @cloud ` annotation for cloud functions
9+ - chore!: Replace ` @Context.user ` with ` @principal `
10+ - chore!: Rename generated ` Env ` annotations to ` env ` .
11+ - chore!: Rename ` InternalServerException ` to ` InternalServerError `
12+ - chore: Migrate to ` package:native_storage `
613
714## 0.3.1
815
Original file line number Diff line number Diff line change 11name : celest
22description : The Flutter cloud platform. Celest enables you to build your entire backend in Dart.
3- version : 0.4.0-dev.2
3+ version : 0.4.0
44homepage : https://celest.dev
55repository : https://github.com/celest-dev/celest/tree/main/packages/celest
66
@@ -9,8 +9,8 @@ environment:
99
1010dependencies :
1111 async : ^2.11.0
12- celest_auth : ^0.4.0-0
13- celest_core : ^0.4.0-0
12+ celest_auth : ^0.4.0
13+ celest_core : ^0.4.0
1414 chunked_stream : ^1.4.2
1515 meta : ^1.11.0
1616 shelf : ^1.4.1
Original file line number Diff line number Diff line change 1- ## 0.4.0-dev.2
1+ ## 0.4.0
22
3- - Migrate to ` package:native_storage `
3+ This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
4+ Check out our [ blog post] ( https://celest.dev/blog/fluttering-in-the-sky ) for more details.
45
5- ## 0.4.0-dev.1
6+ - feat: Add support for HTTP customization
7+ - feat: Add support for running Flutter and UI code in the cloud
8+ - chore!: Require ` @cloud ` annotation for cloud functions
9+ - chore!: Replace ` @Context.user ` with ` @principal `
10+ - chore!: Rename generated ` Env ` annotations to ` env ` .
11+ - chore!: Rename ` InternalServerException ` to ` InternalServerError `
12+ - chore: Migrate to ` package:native_storage `
613
714## 0.3.1
815
Original file line number Diff line number Diff line change 11name : celest_auth
22description : The Auth runtime and client library for Celest, the Flutter cloud platform.
3- version : 0.4.0-dev.2
3+ version : 0.4.0
44homepage : https://celest.dev
55repository : https://github.com/celest-dev/celest/tree/main/packages/celest_auth
66
@@ -12,7 +12,7 @@ dependencies:
1212 built_collection : ^5.1.1
1313 built_value : ^8.9.1
1414 cedar : ^0.1.0
15- celest_core : ^0.4.0-0
15+ celest_core : ^0.4.0
1616 chunked_stream : ^1.4.2
1717 corks_cedar : ^0.1.0
1818 ffi : ^2.1.2
Original file line number Diff line number Diff line change 1- ## 0.4.0-dev.2
2-
3- - Migrate to ` package:native_storage `
4-
5- ## 0.4.0-dev.1
1+ ## 0.4.0
2+
3+ This release introduces support for HTTP customization, improved ergonomics, and a preview of running Flutter and UI code in the sky!
4+ Check out our [ blog post] ( https://celest.dev/blog/fluttering-in-the-sky ) for more details.
5+
6+ - feat: Add support for HTTP customization
7+ - feat: Add support for running Flutter and UI code in the cloud
8+ - chore!: Require ` @cloud ` annotation for cloud functions
9+ - chore!: Replace ` @Context.user ` with ` @principal `
10+ - chore!: Rename generated ` Env ` annotations to ` env ` .
11+ - chore!: Rename ` InternalServerException ` to ` InternalServerError `
12+ - chore: Migrate to ` package:native_storage `
613
714## 0.3.2
815
Original file line number Diff line number Diff line change 11name : celest_core
22description : Celest types and utilities shared between the client and the cloud.
3- version : 0.4.0-dev.2
3+ version : 0.4.0
44homepage : https://celest.dev
55repository : https://github.com/celest-dev/celest/tree/main/packages/celest_core
66
You can’t perform that action at this time.
0 commit comments