Skip to content

Commit 9251269

Browse files
Bordaawaelchli
andauthored
releasing App 0.6 (#14566)
* chlog * date Co-authored-by: Adrian Wälchli <[email protected]>
1 parent 8ded63e commit 9251269

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## [0.7.0] - 2022-MM-DD
8+
## [0.6.0] - 2022-09-08
99

1010
### Added
1111

12+
- Introduce lightning connect ([#14452](https://github.com/Lightning-AI/lightning/pull/14452))
1213
- Adds `PanelFrontend` to easily create complex UI in Python ([#13531](https://github.com/Lightning-AI/lightning/pull/13531))
13-
14-
15-
16-
17-
## [0.6.0] - 2022-08-23
18-
19-
### Added
20-
2114
- Add support for `Lightning App Commands` through the `configure_commands` hook on the Lightning Flow and the `ClientCommand` ([#13602](https://github.com/Lightning-AI/lightning/pull/13602))
2215
- Add support for Lightning AI BYOC cluster management ([#13835](https://github.com/Lightning-AI/lightning/pull/13835))
2316
- Add support to see Lightning AI BYOC cluster logs ([#14334](https://github.com/Lightning-AI/lightning/pull/14334))
@@ -27,16 +20,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2720
- Add support for printing application logs using CLI `lightning show logs <app_name> [components]` ([#13634](https://github.com/Lightning-AI/lightning/pull/13634))
2821
- Add support for `Lightning API` through the `configure_api` hook on the Lightning Flow and the `Post`, `Get`, `Delete`, `Put` HttpMethods ([#13945](https://github.com/Lightning-AI/lightning/pull/13945))
2922
- Added a warning when `configure_layout` returns URLs configured with http instead of https ([#14233](https://github.com/Lightning-AI/lightning/pull/14233))
23+
- Add `--app_args` support from the CLI ([#13625](https://github.com/Lightning-AI/lightning/pull/13625))
3024

3125
### Changed
3226

3327
- Default values and parameter names for Lightning AI BYOC cluster management ([#14132](https://github.com/Lightning-AI/lightning/pull/14132))
3428
- Run the flow only if the state has changed from the previous execution ([#14076](https://github.com/Lightning-AI/lightning/pull/14076))
29+
- Increased DeepDiff's verbose level to properly handle dict changes ([#13960](https://github.com/Lightning-AI/lightning/pull/13960))
30+
- Setup: added requirement freeze for next major version ([#14480](https://github.com/Lightning-AI/lightning/pull/14480))
3531

3632
### Fixed
3733

3834
- Unification of app template: moved `app.py` to root dir for `lightning init app <app_name>` template ([#13853](https://github.com/Lightning-AI/lightning/pull/13853))
39-
- Fixing an issue with `lightning --version` command ([#14433](https://github.com/Lightning-AI/lightning/pull/14433))
35+
- Fixed an issue with `lightning --version` command ([#14433](https://github.com/Lightning-AI/lightning/pull/14433))
36+
- Fixed imports of collections.abc for py3.10 ([#14345](https://github.com/Lightning-AI/lightning/pull/14345))
37+
4038

4139
## [0.5.7] - 2022-08-22
4240

@@ -103,3 +101,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
103101
### Changed
104102

105103
- Added `LIGHTNING_` prefix to Platform AWS credentials ([#13703](https://github.com/Lightning-AI/lightning/pull/13703))
104+
105+
### Fixed
106+
107+
- Fixed setup UI download ([#13499](https://github.com/Lightning-AI/lightning/pull/13499))

src/lightning_app/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.6.0rc0"
1+
version = "0.6.0"

0 commit comments

Comments
 (0)