We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51f20a6 + cb9bd0b commit 0e5ba4fCopy full SHA for 0e5ba4f
docs/changelog.rst
@@ -4,6 +4,26 @@
4
Changes in Jupyter Client
5
=========================
6
7
+5.1
8
+===
9
+
10
+`5.1 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.1>`__
11
12
+- Define Jupyter protocol version 5.2,
13
+ resolving ambiguity of ``cursor_pos`` field in the presence
14
+ of unicode surrogate pairs.
15
16
+ .. seealso::
17
18
+ :ref:`cursor_pos_unicode_note`
19
20
+- Add :meth:`Session.clone` for making a copy of a Session object
21
+ without sharing the digest history.
22
+ Reusing a single Session object to connect multiple sockets
23
+ to the same IOPub peer can cause digest collisions.
24
+- Avoid global references preventing garbage collection of background threads.
25
26
27
5.0
28
===
29
0 commit comments