Skip to content

Commit a544a20

Browse files
committed
Added 6.0.0 release notes
1 parent 1fa651d commit a544a20

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/changelog.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@
44
Changes in Jupyter Client
55
=========================
66

7+
6.0.0
8+
=====
9+
10+
The git history had to be reworked heavily in merging 5.x and master, so a link to all the changes at once in github had been left out as it's just confusing.
11+
12+
An exciting change in this release is some async support (huge thanks to @davidbrochart for doing most of the work)! See linked PR below for more details, we're working on integrating this into nbclient as well in the near future.
13+
14+
New Features:
15+
16+
- Added async API (:ghpull:`506`)
17+
18+
Changes:
19+
20+
- Python 3.8 testing and support added (:ghpull:`509`)
21+
- Session.msg_id optimization (:ghpull:`493`)
22+
- Only cache ports if the cache_ports flag is set to True (:ghpull:`492`)
23+
- Removed direct dependency on pywin32 as this is now in jupyter core (:ghpull:`489`)
24+
25+
Fixes:
26+
27+
- Prevent two kernels to have the same ports (:ghpull:`490`)
28+
29+
Docs:
30+
31+
- Document the handling of error in do_execute (:ghpull:`500`)
32+
33+
Breaking changes:
34+
35+
- Dropped support for Python 2.7!
36+
37+
738
5.3.4
839
=====
940

0 commit comments

Comments
 (0)