Skip to content

Commit 04eba34

Browse files
authored
Merge pull request #385 from Zsailer/changelog-1.2.0
Update changelog to 1.2.1
2 parents b862930 + 016647e commit 04eba34

File tree

1 file changed

+66
-4
lines changed

1 file changed

+66
-4
lines changed

CHANGELOG.md

Lines changed: 66 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.1.0] - 2020-12-11
10+
**Merged pull requests:**
11+
12+
- Replace secure\_write, is\_hidden, exists with jupyter\_core's [\#382](https://github.com/jupyter-server/jupyter_server/pull/382) ([kevin-bates](https://github.com/kevin-bates))
13+
- Add --autoreload flag [\#380](https://github.com/jupyter-server/jupyter_server/pull/380) ([afshin](https://github.com/afshin))
14+
15+
## [1.2.1](https://github.com/jupyter-server/jupyter_server/tree/1.2.1) (2021-01-08)
16+
17+
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.2.0...1.2.1)
18+
19+
**Merged pull requests:**
20+
21+
- Enable extensions to set debug and open-browser flags [\#379](https://github.com/jupyter-server/jupyter_server/pull/379) ([afshin](https://github.com/afshin))
22+
- Add reconnection to Gateway [\#378](https://github.com/jupyter-server/jupyter_server/pull/378) ([oyvsyo](https://github.com/oyvsyo))
23+
24+
## [1.2.0](https://github.com/jupyter-server/jupyter_server/tree/1.2.0) (2021-01-07)
25+
26+
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.1.4...1.2.0)
27+
28+
**Merged pull requests:**
29+
30+
- Flip default value for open\_browser in extensions [\#377](https://github.com/jupyter-server/jupyter_server/pull/377) ([ajbozarth](https://github.com/ajbozarth))
31+
- Improve Handling of the soft limit on open file handles [\#376](https://github.com/jupyter-server/jupyter_server/pull/376) ([afshin](https://github.com/afshin))
32+
- Handle open\_browser trait in ServerApp and ExtensionApp differently [\#375](https://github.com/jupyter-server/jupyter_server/pull/375) ([afshin](https://github.com/afshin))
33+
- Add setting to disable redirect file browser launch [\#374](https://github.com/jupyter-server/jupyter_server/pull/374) ([afshin](https://github.com/afshin))
34+
- Make trust handle use ensure\_async [\#373](https://github.com/jupyter-server/jupyter_server/pull/373) ([vidartf](https://github.com/vidartf))
35+
36+
## [1.1.4](https://github.com/jupyter-server/jupyter_server/tree/1.1.4) (2021-01-04)
37+
38+
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.1.3...1.1.4)
39+
40+
**Merged pull requests:**
41+
42+
- Update the link to paths documentation [\#371](https://github.com/jupyter-server/jupyter_server/pull/371) ([krassowski](https://github.com/krassowski))
43+
- IPythonHandler -\> JupyterHandler [\#370](https://github.com/jupyter-server/jupyter_server/pull/370) ([krassowski](https://github.com/krassowski))
44+
- use setuptools find\_packages, exclude tests, docs and examples from dist [\#368](https://github.com/jupyter-server/jupyter_server/pull/368) ([bollwyvl](https://github.com/bollwyvl))
45+
- Update serverapp.py [\#367](https://github.com/jupyter-server/jupyter_server/pull/367) ([michaelaye](https://github.com/michaelaye))
46+
47+
## [1.1.3](https://github.com/jupyter-server/jupyter_server/tree/1.1.3) (2020-12-23)
48+
49+
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.1.2...1.1.3)
50+
51+
**Merged pull requests:**
52+
53+
- Culling: ensure last\_activity attr exists before use [\#365](https://github.com/jupyter-server/jupyter_server/pull/365) ([afshin](https://github.com/afshin))
54+
55+
## [1.1.2](https://github.com/jupyter-server/jupyter_server/tree/1.1.2) (2020-12-21)
56+
57+
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.0.11...1.1.2)
58+
59+
**Merged pull requests:**
60+
61+
- 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))
62+
63+
64+
## [1.1.1](https://github.com/jupyter-server/jupyter_server/tree/1.1.1) (2020-12-16)
65+
66+
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.1.0...1.1.1)
67+
68+
**Merged pull requests:**
69+
70+
- Fix: await possible async dir\_exists method [\#363](https://github.com/jupyter-server/jupyter_server/pull/363) ([mwakaba2](https://github.com/mwakaba2))
71+
72+
73+
## 1.1.0 (2020-12-11)
1174

1275
[Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/1.0.10...1.1.0)
1376

@@ -29,8 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2992
- Asynchronous Contents API [\#324](https://github.com/jupyter-server/jupyter_server/pull/324) ([mwakaba2](https://github.com/mwakaba2))
3093

3194

32-
33-
## [1.0.6] - 2020-11-18
95+
## 1.0.6 (2020-11-18)
3496

3597
1.0.6 is a security release, fixing one vulnerability:
3698

@@ -39,7 +101,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
39101
- Fix open redirect vulnerability GHSA-grfj-wjv9-4f9v (CVE-2020-26232)
40102

41103

42-
## [1.0] - 2020-9-18
104+
## 1.0 (2020-9-18)
43105

44106
### Added.
45107

0 commit comments

Comments
 (0)