Releases: jupyter-server/jupyter_server
Releases · jupyter-server/jupyter_server
v2.0.0
2.0.0
Enhancements made
- Introduce ServerKernelManager class #1101 (@kevin-bates)
- New configurable/overridable kernel ZMQ+Websocket connection API #1047 (@Zsailer)
- Pass kernel environment to
cwd_for_path
method #1046 (@divyansshhh) - Better Handling of Asyncio #1035 (@blink1073)
- Add authorization to AuthenticatedFileHandler #1021 (@jiajunjie)
- [Gateway] Add support for gateway token renewal #985 (@kevin-bates)
- Make it easier to pass custom env variables to kernel #981 (@divyansshhh)
- Accept and manage cookies when requesting gateways #969 (@wjsi)
- Emit events from the Contents Service #954 (@Zsailer)
- Retry certain errors between server and gateway #944 (@kevin-bates)
- Allow new file types #895 (@davidbrochart)
- Make it easier for extensions to customize the ServerApp #879 (@minrk)
- Adds anonymous users #863 (@hbcarlos)
- switch to jupyter_events #862 (@Zsailer)
- consolidate auth config on IdentityProvider #825 (@minrk)
Bugs fixed
- Fix kernel WebSocket protocol #1110 (@davidbrochart)
- Defer webbrowser import #1095 (@blink1073)
- Use handle_outgoing_message for ZMQ replies #1089 (@Zsailer)
- Call
ports_changed
on the multi-kernel-manager instead of the kernel manager #1088 (@Zsailer) - Add more websocket connection tests and fix bugs #1085 (@blink1073)
- Tornado WebSocketHandler fixup #1083 (@davidbrochart)
- persist userid cookie when auth is disabled #1076 (@minrk)
- Fix rename_file and delete_file to handle hidden files properly #1073 (@yacchin1205)
- Add more coverage #1069 (@blink1073)
- Increase nbconvert and checkpoints coverage #1066 (@blink1073)
- Fix min version check again #1049 (@blink1073)
- Fallback new file type to file for contents put #1013 (@a3626a)
- Fix some typos in release instructions #1003 (@kevin-bates)
- Wrap the concurrent futures in an asyncio future #1001 (@blink1073)
- [Gateway] Fix and deprecate env whitelist handling #979 (@kevin-bates)
- fix issues with jupyter_events 0.5.0 #972 (@Zsailer)
- Correct content-type headers #965 (@epignot)
- Don't validate certs for when stopping server #959 (@Zsailer)
- Parse list value for
terminado_settings
#949 (@krassowski) - Fix bug in
api/contents
requests for an allowed copy #939 (@kiersten-stokes) - Fix error that prevents posting to
api/contents
endpoint with no body #937 (@kiersten-stokes) - avoid creating asyncio.Lock at import time #935 (@minrk)
- Fix
get_kernel_path
forAsyncFileManager
s. #929 (@thetorpedodog) - Fix c.GatewayClient.url snippet syntax #917 (@rickwierenga)
- Add back support for kernel launch timeout pad #910 (@CiprianAnton)
- Notify ChannelQueue that the response router thread is finishing #896 (@CiprianAnton)
- Make ChannelQueue.get_msg true async #892 (@CiprianAnton)
- Check for serverapp for reraise flag #887 (@vidartf)
Maintenance and upkeep improvements
- Make tests less sensitive to default kernel name #1118 (@blink1073)
- Tweak codecov settings #1113 (@blink1073)
- Bump minimatch from 3.0.4 to 3.1.2 #1109 (@dependabot)
- Add skip-if-exists config #1108 (@blink1073)
- Use pytest-jupyter #1099 (@blink1073)
- Clean up release instructions and coverage handling #1098 (@blink1073)
- Import ensure_async from jupyter_core #1093 (@davidbrochart)
- Add more tests #1092 (@blink1073)
- Fix coverage upload #1091 (@blink1073)
- Add base handler tests #1090 (@blink1073)
- Add more websocket connection tests and fix bugs #1085 (@blink1073)
- Use base setup dependency type #1084 (@blink1073)
- Add more serverapp tests #1079 (@blink1073)
- Add more gateway tests #1078 (@blink1073)
- More cleanup #1077 (@blink1073)
- Fix hatch scripts and windows workflow run #1074 (@blink1073)
- use recommended github-workflows checker #1071 (@blink1073)
- Add more coverage #1069 (@blink1073)
- More coverage #1067 (@blink1073)
- Increase nbconvert and checkpoints coverage [#1066](https://gi...
v2.0.0rc8
2.0.0rc8
Enhancements made
- Introduce ServerKernelManager class #1101 (@kevin-bates)
Bugs fixed
- Defer webbrowser import #1095 (@blink1073)
Maintenance and upkeep improvements
- Use pytest-jupyter #1099 (@blink1073)
- Clean up release instructions and coverage handling #1098 (@blink1073)
- Add more tests #1092 (@blink1073)
- Fix coverage upload #1091 (@blink1073)
- Add base handler tests #1090 (@blink1073)
Contributors to this release
v2.0.0rc7
2.0.0rc7
Bugs fixed
- Use handle_outgoing_message for ZMQ replies #1089 (@Zsailer)
- Call
ports_changed
on the multi-kernel-manager instead of the kernel manager #1088 (@Zsailer) - Add more websocket connection tests and fix bugs #1085 (@blink1073)
Maintenance and upkeep improvements
- Add more websocket connection tests and fix bugs #1085 (@blink1073)
- Use base setup dependency type #1084 (@blink1073)
Contributors to this release
v2.0.0rc6
2.0.0rc6
Bugs fixed
- Tornado WebSocketHandler fixup #1083 (@davidbrochart)
Maintenance and upkeep improvements
Contributors to this release
v2.0.0rc5
2.0.0rc5
Enhancements made
- New configurable/overridable kernel ZMQ+Websocket connection API #1047 (@Zsailer)
- Add authorization to AuthenticatedFileHandler #1021 (@jiajunjie)
Bugs fixed
- persist userid cookie when auth is disabled #1076 (@minrk)
- Fix rename_file and delete_file to handle hidden files properly #1073 (@yacchin1205)
- Add more coverage #1069 (@blink1073)
- Increase nbconvert and checkpoints coverage #1066 (@blink1073)
Maintenance and upkeep improvements
- Add more serverapp tests #1079 (@blink1073)
- Add more gateway tests #1078 (@blink1073)
- More cleanup #1077 (@blink1073)
- Fix hatch scripts and windows workflow run #1074 (@blink1073)
- use recommended github-workflows checker #1071 (@blink1073)
- Add more coverage #1069 (@blink1073)
- More coverage #1067 (@blink1073)
- Increase nbconvert and checkpoints coverage #1066 (@blink1073)
- Test downstream jupyter_server_terminals #1065 (@blink1073)
- Test notebook prerelease #1064 (@blink1073)
Documentation improvements
- docs: document the logging_config trait #844 (@oliver-sanders)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @codecov | @codecov-commenter | @jiajunjie | @minrk | @oliver-sanders | @pre-commit-ci | @welcome | @yacchin1205 | @Zsailer
v1.23.3
1.23.3
Bugs fixed
- Fix rename_file and delete_file to handle hidden files properly #1073 (@yacchin1205)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @codecov | @codecov-commenter | @meeseeksmachine | @welcome | @Zsailer
v1.23.2
1.23.2
Maintenance and upkeep improvements
- Fix config merge test for Jupyter Core 5.0 #1068 (@blink1073)
Contributors to this release
v2.0.0rc4
2.0.0rc4
Enhancements made
- Pass kernel environment to
cwd_for_path
method #1046 (@divyansshhh) - Better Handling of Asyncio #1035 (@blink1073)
Bugs fixed
- Fix min version check again #1049 (@blink1073)
Maintenance and upkeep improvements
- MAINT: remove python 3.4 branch #1061 (@Carreau)
- Bump actions/checkout from 2 to 3 #1056 (@dependabot)
- Bump actions/setup-python from 2 to 4 #1055 (@dependabot)
- Bump pre-commit/action from 2.0.0 to 3.0.0 #1054 (@dependabot)
- Add dependabot file #1053 (@blink1073)
- Use global env for min version check #1048 (@blink1073)
- Clean up handling of synchronous managers #1044 (@blink1073)
Documentation improvements
- Fix wording #1037 (@fcollonval)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @Carreau | @codecov-commenter | @dependabot | @divyansshhh | @fcollonval | @pre-commit-ci
v1.23.1
1.23.1
Maintenance and upkeep improvements
- Handle jupyter core warning #1062 (@blink1073)
Contributors to this release
v1.23.0
1.23.0
Enhancements made
- Backport-1046: Pass kernel environment to
cwd_for_path
method (#1046) #1051 (@divyansshhh)
Maintenance and upkeep improvements
- [1.x] Switch to releaser v2 and update workflows #1052 (@blink1073)