Skip to content

Commit caa3329

Browse files
authored
update chlog for 1.8.6 (#16165)
adjust chlog for 1.8.6
1 parent bffdc2f commit caa3329

File tree

3 files changed

+10
-53
lines changed

3 files changed

+10
-53
lines changed

src/lightning_app/CHANGELOG.md

Lines changed: 8 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -10,66 +10,35 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1010
### Added
1111

1212
- Added partial support for fastapi `Request` annotation in `configure_api` handlers ([#16047](https://github.com/Lightning-AI/lightning/pull/16047))
13-
14-
1513
- Added a nicer UI with URL and examples for the autoscaler component ([#16063](https://github.com/Lightning-AI/lightning/pull/16063))
16-
17-
1814
- Enabled users to have more control over scaling out/in interval ([#16093](https://github.com/Lightning-AI/lightning/pull/16093))
19-
20-
2115
- Added more datatypes to serving component ([#16018](https://github.com/Lightning-AI/lightning/pull/16018))
22-
23-
2416
- Added `work.delete` method to delete the work ([#16103](https://github.com/Lightning-AI/lightning/pull/16103))
25-
26-
2717
- Added `display_name` property to LightningWork for the cloud ([#16095](https://github.com/Lightning-AI/lightning/pull/16095))
28-
29-
3018
- Added `ColdStartProxy` to the AutoScaler ([#16094](https://github.com/Lightning-AI/lightning/pull/16094))
31-
19+
- Added status endpoint, enable `ready` ([#16075](https://github.com/Lightning-AI/lightning/pull/16075))
20+
- Implemented `ready` for components ([#16129](https://github.com/Lightning-AI/lightning/pull/16129))
3221

3322
### Changed
3423

35-
3624
- The default `start_method` for creating Work processes locally on MacOS is now 'spawn' (previously 'fork') ([#16089](https://github.com/Lightning-AI/lightning/pull/16089))
37-
38-
3925
- The utility `lightning.app.utilities.cloud.is_running_in_cloud` now returns `True` during loading of the app locally when running with `--cloud` ([#16045](https://github.com/Lightning-AI/lightning/pull/16045))
40-
41-
42-
### Deprecated
43-
44-
-
45-
46-
47-
### Removed
48-
49-
-
50-
26+
- Updated Multinode Warning ([#16091](https://github.com/Lightning-AI/lightning/pull/16091))
27+
- Updated app testing ([#16000](https://github.com/Lightning-AI/lightning/pull/16000))
28+
- Changed overwrite to `True` ([#16009](https://github.com/Lightning-AI/lightning/pull/16009))
29+
- Simplified messaging in cloud dispatch ([#16160](https://github.com/Lightning-AI/lightning/pull/16160))
30+
- Added annotations endpoint ([#16159](https://github.com/Lightning-AI/lightning/pull/16159))
5131

5232
### Fixed
5333

5434
- Fixed `PythonServer` messaging "Your app has started" ([#15989](https://github.com/Lightning-AI/lightning/pull/15989))
55-
56-
5735
- Fixed auto-batching to enable batching for requests coming even after batch interval but is in the queue ([#16110](https://github.com/Lightning-AI/lightning/pull/16110))
58-
59-
6036
- Fixed a bug where `AutoScaler` would fail with min_replica=0 ([#16092](https://github.com/Lightning-AI/lightning/pull/16092)
61-
62-
6337
- Fixed a non-thread safe deepcopy in the scheduler ([#16114](https://github.com/Lightning-AI/lightning/pull/16114))
64-
65-
6638
- Fixed Http Queue sleeping for 1 sec by default if no delta were found ([#16114](https://github.com/Lightning-AI/lightning/pull/16114))
67-
68-
6939
- Fixed the endpoint info tab not showing up in `AutoScaler` UI ([#16128](https://github.com/Lightning-AI/lightning/pull/16128))
70-
71-
7240
- Fixed an issue where an exception would be raised in the logs when using a recent version of streamlit ([#16139](https://github.com/Lightning-AI/lightning/pull/16139))
41+
- Fixed e2e tests ([#16146](https://github.com/Lightning-AI/lightning/pull/16146))
7342

7443

7544
## [1.8.5] - 2022-12-15

src/lightning_lite/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

88
## [1.8.6] - 2022-12-21
99

10-
### Added
11-
12-
13-
### Changed
14-
15-
16-
### Fixed
10+
- minor cleaning
1711

1812

1913
## [1.8.5] - 2022-12-15

src/pytorch_lightning/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
77

88
## [1.8.6] - 2022-12-21
99

10-
### Added
11-
12-
13-
### Changed
14-
15-
16-
### Fixed
10+
- minor cleaning
1711

1812

1913
## [1.8.5] - 2022-12-15

0 commit comments

Comments
 (0)