Releases: jupyter-server/jupyter_server
v2.7.2
v2.7.1
2.7.1
Bugs fixed
- accessing API version should not count as activity #1315 (@minrk)
- Make kernel_id as a conditional optional field #1300 (@allstrive)
- Reference current_user to detect auth #1294 (@bhperry)
Maintenance and upkeep improvements
Documentation improvements
- Add root
/api/
endpoint to REST spec #1312 (@minrk) - Fix broken link in doc #1307 (@Hind-M)
- Rename notebook.auth.security.passwd->jupyter_server.auth.passwd in docs #1306 (@mathbunnyru)
- Update notes link #1298 (@krassowski)
- docs: fix broken hyperlink to Tornado #1297 (@emmanuel-ferdman)
Contributors to this release
(GitHub contributors page for this release)
@allstrive | @bhperry | @blink1073 | @emmanuel-ferdman | @Hind-M | @kevin-bates | @krassowski | @mathbunnyru | @matthewwiese | @minrk | @pre-commit-ci | @welcome | @wqj97 | @Zsailer
v2.7.0
2.7.0
Bugs fixed
- Add missing events to gateway client #1288 (@allstrive)
Maintenance and upkeep improvements
- Handle test failures #1289 (@blink1073)
- Try testing against python 3.12 #1282 (@blink1073)
Documentation improvements
- Remove frontend doc #1292 (@fcollonval)
Contributors to this release
(GitHub contributors page for this release)
@allstrive | @blink1073 | @fcollonval | @kevin-bates | @minrk | @pre-commit-ci | @welcome
v2.6.0
2.6.0
New features added
- Emit events from the kernels service and gateway client #1252 (@rajmusuku)
Enhancements made
- Allows immutable cache for static files in a directory #1268 (@brichet)
- Merge the gateway handlers into the standard handlers. #1261 (@ojarjur)
- Gateway manager retry kernel updates #1256 (@ojarjur)
- Use debug-level messages for generating anonymous users #1254 (@hbcarlos)
- Define a CURRENT_JUPYTER_HANDLER context var #1251 (@Zsailer)
Bugs fixed
- Don't instantiate an unused Future in gateway connection trait #1276 (@minrk)
- Write server list to stdout #1275 (@minrk)
- Make the kernel_websocket_protocol flag reusable. #1264 (@ojarjur)
- Register websocket handler from same module as kernel handlers #1249 (@kevin-bates)
- Re-enable websocket ping/pong from the server #1243 (@Zsailer)
- Fix italics in operators security sections #1242 (@kevin-bates)
- Fix calculation of schema location #1239 (@lresende)
Maintenance and upkeep improvements
- Fix DeprecationWarning from pytest-console-scripts #1281 (@frenzymadness)
- Remove docutils and mistune pins #1278 (@blink1073)
- Update docutils requirement from <0.20 to <0.21 #1277 (@dependabot)
- Use Python 3.9 for the readthedocs builds #1269 (@ojarjur)
- Fix coverage handling #1257 (@blink1073)
- chore: delete
.gitmodules
#1248 (@SauravMaheshkar) - chore: move
babel
andeslint
configuration underpackage.json
#1246 (@SauravMaheshkar)
Documentation improvements
- Fix typo in docs #1270 (@davidbrochart)
- Fix typo #1262 (@davidbrochart)
- Extends the IP documentation #1258 (@hbcarlos)
- Fix italics in operators security sections #1242 (@kevin-bates)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @brichet | @codecov | @davidbrochart | @dependabot | @echarles | @frenzymadness | @hbcarlos | @kevin-bates | @lresende | @minrk | @ojarjur | @pre-commit-ci | @rajmusuku | @SauravMaheshkar | @welcome | @yuvipanda | @Zsailer
v1.24.0
1.24.0
Enhancements made
- Added error propagation to gateway_request function #1233 (@broden-wanner)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @Carreau | @codecov | @codecov-commenter | @davidbrochart | @echarles | @kevin-bates | @meeseeksmachine | @minrk | @rajmusuku | @welcome | @yuvipanda | @Zsailer
v2.5.0
2.5.0
Enhancements made
- Enable KernelSpecResourceHandler to be async #1236 (@Zsailer)
- Added error propagation to gateway_request function #1233 (@broden-wanner)
Maintenance and upkeep improvements
- Update ruff #1230 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @broden-wanner | @codecov | @welcome | @Zsailer
v2.4.0
2.4.0
Enhancements made
- Skip dir size check if not enumerable #1227 (@vidartf)
- Optimize hidden checks #1226 (@vidartf)
- Enable users to copy both files and directories #1190 (@kenyaachon)
Bugs fixed
- Fix port selection #1229 (@blink1073)
- Fix priority of deprecated NotebookApp.notebook_dir behind ServerApp.root_dir (#1223 #1223 (@minrk)
- Ensure content-type properly reflects gateway kernelspec resources #1219 (@kevin-bates)
Maintenance and upkeep improvements
- fix docs build #1225 (@blink1073)
- Fix ci failures #1222 (@blink1073)
- Clean up license #1218 (@dcsaba89)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @Carreau | @codecov | @codecov-commenter | @davidbrochart | @dcsaba89 | @echarles | @kenyaachon | @kevin-bates | @minrk | @vidartf | @welcome | @Zsailer
v2.3.0
2.3.0
Enhancements made
- Support IPV6 in _find_http_port() #1207 (@schnell18)
Bugs fixed
- Redact tokens, etc. in url parameters from request logs #1212 (@minrk)
- Fix get_loader returning None when load_jupyter_server_extension is not found (#1193)Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> #1193 (@cmd-ntrf)
Maintenance and upkeep improvements
Documentation improvements
- Update jupyterhub security link #1200 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @cmd-ntrf | @codecov | @dcsaba89 | @meeseeksdev | @minrk | @pre-commit-ci | @schnell18 | @welcome
v1.23.6
1.23.6
Bugs fixed
- Backport PR #1212: Redact tokens, etc. in url parameters from request logs #1214 (@blink1073)
- Backport PR #1193: Fix get_loader returning None when load_jupyter_server_extension is not found (#1193) (#1199)Co-authored-by: Steven Silvester steven.silvester@ieee.org Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> #1199 (@cmd-ntrf)
Documentation improvements
- Update jupyterhub security link #1200 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @cmd-ntrf | @codecov | @kevin-bates | @meeseeksdev | @meeseeksmachine | @welcome | @xinliupitt
v2.2.1
2.2.1
Maintenance and upkeep improvements
- Delete the extra "or" in front of the second url #1194 (@jonnygrout)
- remove upper bound on anyio #1192 (@minrk)
- Adopt more lint rules #1189 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @codecov | @jonnygrout | @minrk | @welcome