Skip to content

Commit a7f0629

Browse files
author
Gottam Sai Bharath
authored
Update CHANGELOG.md
Added changelog for 0.3.x versions
1 parent 6ce22e2 commit a7f0629

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 0.4.0
44

5-
- Soft-deprecate `/metrics` endpoint: https://github.com/yuvipanda/nbresuse/pull/68
6-
- `nbresuse` now exposes a new endpoint: `/api/metrics/v1`: https://github.com/yuvipanda/nbresuse/pull/68
5+
- Soft-deprecate `/metrics` endpoint: [#68](https://github.com/yuvipanda/jupyter-resource-usage/pull/68)
6+
- `nbresuse` now exposes a new endpoint: `/api/metrics/v1`: [#68](https://github.com/yuvipanda/jupyter-resource-usage/pull/68)
77

88
### Migrating to 0.4.0
99

@@ -27,3 +27,24 @@ Two options:
2727
```bash
2828
jupyter lab --ResourceUseDisplay.disable_legacy_endpoint=False
2929
```
30+
31+
## 0.3.6
32+
33+
- Fix handling of cpu percent in the API endpoint [#56](https://github.com/yuvipanda/jupyter-resource-usage/pull/56)
34+
- Added Binder [#53](https://github.com/yuvipanda/jupyter-resource-usage/pull/53) & RELEASE.md [#54](https://github.com/yuvipanda/jupyter-resource-usage/pull/54)
35+
36+
## 0.3.5
37+
38+
- Adding support for jupyterlab statusbar-extension [#45](https://github.com/yuvipanda/jupyter-resource-usage/pull/45) [#36](https://github.com/yuvipanda/jupyter-resource-usage/issues/36)
39+
40+
## 0.3.4
41+
42+
- Autoformatting and documentation [#33](https://github.com/yuvipanda/jupyter-resource-usage/pull/33)
43+
- Add section about CPU usage to the README [#30](https://github.com/yuvipanda/jupyter-resource-usage/pull/30)
44+
- Make psutil optional dependency of NBResuse [#25](https://github.com/yuvipanda/jupyter-resource-usage/pull/25)
45+
- Report the memory usage metrics as prometheus metrics [#22](https://github.com/yuvipanda/jupyter-resource-usage/pull/22)
46+
47+
## 0.3.3
48+
49+
- Made memory limit possibly dynamic via passing a callable in the config. [#23](https://github.com/yuvipanda/jupyter-resource-usage/pull/23)
50+
- Track CPU usage [#21](https://github.com/yuvipanda/jupyter-resource-usage/pull/21)

0 commit comments

Comments
 (0)