@@ -29,16 +29,22 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
29
29
New features:
30
30
31
31
- Execute cells by clicking icon in input prompt (:ghpull: `3535 `, :ghpull: `3687 `)
32
- - New "Save as" menu option (:ghpull: `3289 `)
32
+ - New "Save as" menu option (:ghpull: `3289 `)
33
+ - When serving on a loopback interface, protect against DNS rebinding by
34
+ checking the ``Host `` header from the browser (:ghpull: `3714 `).
35
+ This check can be disabled if necessary by setting
36
+ ``NotebookApp.allow_remote_access ``.
33
37
- Add kernel_info_timeout traitlet to enable restarting slow kernels (:ghpull: `3665 `)
34
38
- Add ``custom_display_host `` config option to override displayed URL (:ghpull: `3668 `)
35
39
- Add /metrics endpoint for Prometheus Metrics (:ghpull: `3490 `)
40
+ - Update to MathJax 2.7.4 (:ghpull: `3751 `)
36
41
- Update to jQuery 3.3 (:ghpull: `3655 `)
37
42
- Update marked to 0.4 (:ghpull: `3686 `)
38
43
39
44
Fixing problems:
40
45
41
46
- Don't duplicate token in displayed URL (:ghpull: `3656 `)
47
+ - Clarify displayed URL when listening on all interfaces (:ghpull: `3703 `)
42
48
- Don't trash non-empty directories on Windows (:ghpull: `3673 `)
43
49
- Include LICENSE file in wheels (:ghpull: `3671 `)
44
50
- Don't show "0 active kernels" when starting the notebook (:ghpull: `3696 `)
@@ -47,6 +53,7 @@ Testing:
47
53
48
54
- Add find replace test (:ghpull: `3630 `)
49
55
- Selenium test for deleting all cells (:ghpull: `3601 `)
56
+ - Make creating a new notebook more robust (:ghpull: `3726 `)
50
57
51
58
Thanks to the following contributors:
52
59
0 commit comments