Skip to content

Commit 9e50aef

Browse files
takluyverminrk
authored andcommitted
Backport PR #1955: Add 4.3 to changelog
takluyver Can you have a look?: https://github.com/gnestor/notebook/blob/4.3/docs/source/changelog.rst Signed-off-by: Min RK <[email protected]>
1 parent 8f85f90 commit 9e50aef

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

docs/source/changelog.rst

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,59 @@ For more detailed information, see `GitHub <https://github.com/jupyter/notebook>
1010

1111
Use ``pip install notebook --upgrade`` or ``conda upgrade notebook`` to
1212
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
64+
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3%20>`__
65+
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.3%20>`__ involved in this release.
1366

1467
.. _release-4.2.3:
1568

0 commit comments

Comments
 (0)