You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lightning_app/CHANGELOG.md
+62-3Lines changed: 62 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,86 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
9
9
### Added
10
10
11
11
- 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))
12
+
13
+
12
14
- Add support for Lightning AI BYOC cluster management ([#13835](https://github.com/Lightning-AI/lightning/pull/13835))
15
+
16
+
13
17
- Add support to run Lightning apps on Lightning AI BYOC clusters ([#13894](https://github.com/Lightning-AI/lightning/pull/13894))
18
+
19
+
14
20
- Add support for listing Lightning AI apps ([#13987](https://github.com/Lightning-AI/lightning/pull/13987))
21
+
22
+
15
23
- Adds `LightningTrainingComponent`. `LightningTrainingComponent` orchestrates multi-node training in the cloud ([#13830](https://github.com/Lightning-AI/lightning/pull/13830))
16
24
- Add support for printing application logs using CLI `lightning show logs <app_name> [components]` ([#13634](https://github.com/Lightning-AI/lightning/pull/13634))
17
25
18
26
27
+
19
28
### Changed
20
29
21
-
- Update the Lightning App docs ([#13537](https://github.com/Lightning-AI/lightning/pull/13537))
30
+
-
31
+
22
32
23
33
### Changed
24
34
25
-
- Added `LIGHTNING_` prefix to Platform AWS credentials ([#13703](https://github.com/Lightning-AI/lightning/pull/13703))
35
+
-
36
+
26
37
27
38
- Run the flow only if the state has changed from the previous execution ([#14076](https://github.com/Lightning-AI/lightning/pull/14076))
28
39
29
40
### Deprecated
30
41
42
+
-
43
+
44
+
31
45
### Fixed
32
46
33
-
- Resolved a bug where the work statuses will grow quickly and be duplicated ([#13970](https://github.com/Lightning-AI/lightning/pull/13970))
47
+
-
48
+
49
+
50
+
## [0.5.5] - 2022-08-9
34
51
52
+
### Deprecated
53
+
54
+
- Deprecate sheety API ([#14004](https://github.com/Lightning-AI/lightning/pull/14004))
55
+
56
+
### Fixed
57
+
58
+
- Resolved a bug where the work statuses will grow quickly and be duplicated ([#13970](https://github.com/Lightning-AI/lightning/pull/13970))
35
59
- Resolved a bug about a race condition when sending the work state through the caller_queue ([#14074](https://github.com/Lightning-AI/lightning/pull/14074))
60
+
- Fixed Start Lightning App on Cloud if Repo Begins With Name "Lightning" ([#14025](https://github.com/Lightning-AI/lightning/pull/14025))
61
+
62
+
63
+
## [0.5.4] - 2022-08-01
64
+
65
+
### Changed
66
+
67
+
- Wrapped imports for traceability ([#13924](https://github.com/Lightning-AI/lightning/pull/13924))
68
+
- Set version as today ([#13906](https://github.com/Lightning-AI/lightning/pull/13906))
69
+
70
+
### Fixed
71
+
72
+
- Included app templates to the lightning and app packages ([#13731](https://github.com/Lightning-AI/lightning/pull/13731))
73
+
- Added UI for install all ([#13732](https://github.com/Lightning-AI/lightning/pull/13732))
74
+
- Fixed build meta pkg flow ([#13926](https://github.com/Lightning-AI/lightning/pull/13926))
0 commit comments