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 `
6
13
7
14
## 0.3.1
8
15
Original file line number Diff line number Diff line change 1
1
name : celest
2
2
description : 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
4
4
homepage : https://celest.dev
5
5
repository : https://github.com/celest-dev/celest/tree/main/packages/celest
6
6
@@ -9,8 +9,8 @@ environment:
9
9
10
10
dependencies :
11
11
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
14
14
chunked_stream : ^1.4.2
15
15
meta : ^1.11.0
16
16
shelf : ^1.4.1
Original file line number Diff line number Diff line change 1
- ## 0.4.0-dev.2
1
+ ## 0.4.0
2
2
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.
4
5
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 `
6
13
7
14
## 0.3.1
8
15
Original file line number Diff line number Diff line change 1
1
name : celest_auth
2
2
description : The Auth runtime and client library for Celest, the Flutter cloud platform.
3
- version : 0.4.0-dev.2
3
+ version : 0.4.0
4
4
homepage : https://celest.dev
5
5
repository : https://github.com/celest-dev/celest/tree/main/packages/celest_auth
6
6
@@ -12,7 +12,7 @@ dependencies:
12
12
built_collection : ^5.1.1
13
13
built_value : ^8.9.1
14
14
cedar : ^0.1.0
15
- celest_core : ^0.4.0-0
15
+ celest_core : ^0.4.0
16
16
chunked_stream : ^1.4.2
17
17
corks_cedar : ^0.1.0
18
18
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 `
6
13
7
14
## 0.3.2
8
15
Original file line number Diff line number Diff line change 1
1
name : celest_core
2
2
description : Celest types and utilities shared between the client and the cloud.
3
- version : 0.4.0-dev.2
3
+ version : 0.4.0
4
4
homepage : https://celest.dev
5
5
repository : https://github.com/celest-dev/celest/tree/main/packages/celest_core
6
6
You can’t perform that action at this time.
0 commit comments