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
Copy file name to clipboardExpand all lines: docs/source/changelog.rst
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,59 @@ For more detailed information, see `GitHub <https://github.com/jupyter/notebook>
10
10
11
11
Use ``pip install notebook --upgrade`` or ``conda upgrade notebook`` to
12
12
upgrade to the latest release.
13
+
14
+
.. _release-4.3:
15
+
16
+
4.3
17
+
-----
18
+
19
+
4.3 is a minor release with many bug fixes and improvements.
20
+
21
+
Highlights:
22
+
23
+
- API for creating mime-type based renderer extensions using :code:`OutputArea.register_mime_type` and :code:`Notebook.render_cell_output` methods. See `mimerender-cookiecutter <https://github.com/jupyterlab/mimerender-cookiecutter>`__ for reference implementations and cookiecutter.
24
+
- Enable token authentication by default
25
+
- Update security docs to reflect new signature system
26
+
- Switched from term.js to xterm.js
27
+
28
+
Bug fixes:
29
+
30
+
- Ensure variable is set if exc_info is falsey
31
+
- Catch and log handler exceptions in :code:`events.trigger`
32
+
- Add debug log for static file paths
33
+
- Don't check origin on token-authenticated requests
34
+
- Remove leftover print statement
35
+
- Fix highlighting of Python code blocks
36
+
- :code:`json_errors` should be outermost decorator on API handlers
37
+
- Fix remove old nbserver info files
38
+
- Fix notebook mime type on download links
39
+
- Fix carriage symbol bahvior
40
+
- Fix terminal styles
41
+
- Update dead links in docs
42
+
- If kernel is broken, start a new session
43
+
- Include cross-origin check when allowing login URL redirects
44
+
45
+
Other improvements:
46
+
47
+
- Allow JSON output data with mime type "application/*+json"
48
+
- Allow kernelspecs to have spaces in them for backward compat
49
+
- Allow websocket connections from scripts
50
+
- Allow :code:`None` for post_save_hook
51
+
- Upgrade CodeMirror to 5.21
52
+
- Upgrade xterm to 2.1.0
53
+
- Docs for using comms
54
+
- Set :code:`dirty` flag when output arrives
55
+
- Set :code:`ws-url` data attribute when accessing a notebook terminal
56
+
- Add base aliases for nbextensions
57
+
- Include :code:`@` operator in CodeMirror IPython mode
58
+
- Extend mathjax_url docstring
59
+
- Load nbextension in predictable order
60
+
- Improve the error messages for nbextensions
61
+
- Include cross-origin check when allowing login URL redirects
62
+
63
+
See the 4.3 milestone on GitHub for a complete list of
0 commit comments