File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -48,3 +48,21 @@ jupyter lab --ResourceUseDisplay.disable_legacy_endpoint=False
48
48
49
49
- Made memory limit possibly dynamic via passing a callable in the config. [ #23 ] ( https://github.com/yuvipanda/jupyter-resource-usage/pull/23 )
50
50
- 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
+
You can’t perform that action at this time.
0 commit comments