@@ -14,13 +14,71 @@ For more detailed information, see
14
14
15
15
.. we push for pip 9+ or it will break for Python 2 users when IPython 6 is out.
16
16
17
- We strongly recommend that you upgrade to version 9+ of pip before upgrading ``notebook ``.
17
+ We strongly recommend that you upgrade pip to version 9+ of pip before upgrading ``notebook ``.
18
18
19
19
.. tip ::
20
20
21
21
Use ``pip install pip --upgrade `` to upgrade pip. Check pip version with
22
22
``pip --version ``.
23
-
23
+
24
+ .. _release-5.7.0 :
25
+
26
+ 5.7.0
27
+ -----
28
+
29
+ New features:
30
+
31
+ - Update to CodeMirror to 5.37, which includes f-string sytax for Python 3.6 (:ghpull: `3816 `)
32
+ - Update jquery-ui to 1.12 (:ghpull: `3836 `)
33
+ - Check Host header to more securely protect localhost deployments from DNS rebinding.
34
+ This is a pre-emptive measure, not fixing a known vulnerability (:ghpull: `3766 `).
35
+ Use `.NotebookApp.allow_remote_access ` and `.NotebookApp.local_hostnames ` to configure
36
+ access.
37
+ - Allow access-control-allow-headers to be overridden (:ghpull: `3886 `)
38
+ - Allow configuring max_body_size and max_buffer_size (:ghpull: `3829 `)
39
+ - Allow configuring get_secure_cookie keyword-args (:ghpull: `3778 `)
40
+ - Respect nbconvert entrypoints as sources for exporters (:ghpull: `3879 `)
41
+ - Various improvements to documentation (:ghpull: `3799 `, :ghpull: `3800 `,
42
+ :ghpull: `3806 `, :ghpull: `3883 `, :ghpull: `3908 `)
43
+
44
+ Fixing problems:
45
+
46
+ - Fix breadcrumb link when running with a base url (:ghpull: `3905 `)
47
+ - Fix possible type error when closing activity stream (:ghpull: `3907 `)
48
+ - Disable metadata editing for non-editable celsl (:ghpull: `3744 `)
49
+ - Fix some styling and alignment of prompts caused by regressions in 5.6.0.
50
+ - Enter causing page reload in shortcuts editor (:ghpull: `3871 `)
51
+ - Fix uploading to the same file twice (:ghpull: `3712 `)
52
+
53
+ See the 5.7 milestone on GitHub for a complete list of
54
+ `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.7 >`__ involved in this release.
55
+
56
+ Thanks to the following contributors:
57
+
58
+ * Aaron Hall
59
+ * Benjamin Ragan-Kelley
60
+ * Bill Major
61
+ * bxy007
62
+ * Dave Aitken
63
+ * Denis Ledoux
64
+ * Félix-Antoine Fortin
65
+ * Gabriel
66
+ * Grant Nestor
67
+ * Kevin Bates
68
+ * Kristian Gregorius Hustad
69
+ * M Pacer
70
+ * Madicken Munk
71
+ * Maitiu O Ciarain
72
+ * Matthias Bussonnier
73
+ * Michael Boyle
74
+ * Michael Chirico
75
+ * Mokkapati, Praneet(ES)
76
+ * Peter Parente
77
+ * Sally Wilsak
78
+ * Steven Silvester
79
+ * Thomas Kluyver
80
+ * Walter Martin
81
+
24
82
.. _release-5.6.0 :
25
83
26
84
5.6.0
@@ -50,7 +108,7 @@ Fixing problems:
50
108
- Include LICENSE file in wheels (:ghpull: `3671 `)
51
109
- Don't show "0 active kernels" when starting the notebook (:ghpull: `3696 `)
52
110
53
- Testing:
111
+ Testing:
54
112
55
113
- Add find replace test (:ghpull: `3630 `)
56
114
- Selenium test for deleting all cells (:ghpull: `3601 `)
0 commit comments