Skip to content

Commit b02a027

Browse files
author
Gottam Sai Bharath
authored
Update CHANGELOG.md
1 parent a7f0629 commit b02a027

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,21 @@ jupyter lab --ResourceUseDisplay.disable_legacy_endpoint=False
4848

4949
- Made memory limit possibly dynamic via passing a callable in the config. [#23](https://github.com/yuvipanda/jupyter-resource-usage/pull/23)
5050
- Track CPU usage [#21](https://github.com/yuvipanda/jupyter-resource-usage/pull/21)
51+
52+
## 0.3.2
53+
54+
- Require authentication for /metrics API Handler [#18](https://github.com/yuvipanda/jupyter-resource-usage/pull/18)
55+
56+
## 0.3.1
57+
58+
- Don't poll in background, since user does not see it [#15](https://github.com/yuvipanda/jupyter-resource-usage/pull/15)
59+
- Poll instantly once page is foregrounded [#15](https://github.com/yuvipanda/jupyter-resource-usage/pull/15)
60+
61+
This should reduce the number of /metrics requests massively, with minimal interruption to user experience.
62+
63+
## 0.3.0
64+
65+
- Automatically install & enable extensions [#9](https://github.com/yuvipanda/jupyter-resource-usage/pull/9)
66+
- Put nbextension / serverextension enables in different places
67+
- Put nbresuse js files in appropriate path
68+

0 commit comments

Comments
 (0)