You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -130,7 +126,6 @@ All notable changes to this project will be documented in this file.
130
126
-\[Gateway\] Track only this server's kernels [\#407](https://github.com/jupyter-server/jupyter_server/pull/407) ([kevin-bates](https://github.com/kevin-bates))
131
127
- Update manager.py: more descriptive warnings when extensions fail to load [\#396](https://github.com/jupyter-server/jupyter_server/pull/396) ([alberti42](https://github.com/alberti42))
@@ -221,7 +214,6 @@ This was a broken release and was yanked from PyPI.
221
214
222
215
- Nudge kernel with info request until we receive IOPub messages [\#361](https://github.com/jupyter-server/jupyter_server/pull/361) ([SylvainCorlay](https://github.com/SylvainCorlay))
@@ -252,7 +243,6 @@ This was a broken release and was yanked from PyPI.
252
243
- Enable CodeQL runs on all pushed branches [\#333](https://github.com/jupyter-server/jupyter_server/pull/333) ([kevin-bates](https://github.com/kevin-bates))
253
244
- Asynchronous Contents API [\#324](https://github.com/jupyter-server/jupyter_server/pull/324) ([mwakaba2](https://github.com/mwakaba2))
254
245
255
-
256
246
## 1.0.6 (2020-11-18)
257
247
258
248
1.0.6 is a security release, fixing one vulnerability:
@@ -261,7 +251,6 @@ This was a broken release and was yanked from PyPI.
261
251
262
252
- Fix open redirect vulnerability GHSA-grfj-wjv9-4f9v (CVE-2020-26232)
263
253
264
-
265
254
## 1.0 (2020-9-18)
266
255
267
256
### Added.
@@ -293,15 +282,13 @@ This was a broken release and was yanked from PyPI.
293
282
* Changed ExtensionApp mixin to inherit from `HasTraits`. This broke in traitlets 5.0 ([294](https://github.com/jupyter/jupyter_server/pull/294))
294
283
* Replaces `urlparse` with `url_path_join` to prevent URL squashing issues. ([304](https://github.com/jupyter/jupyter_server/pull/304))
295
284
296
-
297
285
## [0.3] - 2020-4-22
298
286
299
287
### Added
300
288
301
289
- ([#191](https://github.com/jupyter/jupyter_server/pull/191)) Async kernel managment is now possible using the `AsyncKernelManager` from `jupyter_client`
302
290
- ([#201](https://github.com/jupyter/jupyter_server/pull/201)) Parameters can now be passed to new terminals created by the `terminals` REST API.
303
291
304
-
305
292
### Changed
306
293
307
294
- ([#196](https://github.com/jupyter/jupyter_server/pull/196)) Documentation was rewritten + refactored to use pydata_sphinx_theme.
@@ -311,7 +298,6 @@ This was a broken release and was yanked from PyPI.
311
298
312
299
- ([#194](https://github.com/jupyter/jupyter_server/pull/194)) The bundlerextension entry point was removed.
0 commit comments