Skip to content

Commit e27f54b

Browse files
committed
Publish 8.8.0
SHA256 hashes: jupyter_client-8.8.0-py3-none-any.whl: f93a5b99c5e23a507b773d3a1136bd6e16c67883ccdbd9a829b0bbdb98cd7d7a jupyter_client-8.8.0.tar.gz: d556811419a4f2d96c869af34e854e3f059b7cc2d6d01a9cd9c85c267691be3e
1 parent 523294f commit e27f54b

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 8.8.0
6+
7+
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.7.0...523294fc6cb9be685fa25129067a06348edaaab6))
8+
9+
### Enhancements made
10+
11+
- Added kernel_protocol_version to kernelspec [#1097](https://github.com/jupyter/jupyter_client/pull/1097) ([@JohanMabille](https://github.com/JohanMabille), [@SylvainCorlay](https://github.com/SylvainCorlay))
12+
- Faster message serialization [#1064](https://github.com/jupyter/jupyter_client/pull/1064) ([@fleming79](https://github.com/fleming79), [@Carreau](https://github.com/Carreau), [@henryiii](https://github.com/henryiii), [@krassowski](https://github.com/krassowski), [@minrk](https://github.com/minrk), [@rgbkrk](https://github.com/rgbkrk))
13+
- Path resolution by kernel manager and providers [#1005](https://github.com/jupyter/jupyter_client/pull/1005) ([@krassowski](https://github.com/krassowski), [@rgbkrk](https://github.com/rgbkrk))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- chore: update some parts of the pre-commit [#1093](https://github.com/jupyter/jupyter_client/pull/1093) ([@henryiii](https://github.com/henryiii), [@minrk](https://github.com/minrk), [@rgbkrk](https://github.com/rgbkrk))
18+
- Fix flaky client tests by waiting for first request's reply [#1091](https://github.com/jupyter/jupyter_client/pull/1091) ([@rgbkrk](https://github.com/rgbkrk))
19+
- Re-enable qtconsole in downstream checks [#1090](https://github.com/jupyter/jupyter_client/pull/1090) ([@rgbkrk](https://github.com/rgbkrk))
20+
- Fix channel cleanup by closing streams before stopping ioloop thread [#1089](https://github.com/jupyter/jupyter_client/pull/1089) ([@rgbkrk](https://github.com/rgbkrk))
21+
- Fix downstream workflow [#1087](https://github.com/jupyter/jupyter_client/pull/1087) ([@rgbkrk](https://github.com/rgbkrk))
22+
- Skip mypy on PyPy to avoid librt compilation issues [#1086](https://github.com/jupyter/jupyter_client/pull/1086) ([@rgbkrk](https://github.com/rgbkrk))
23+
24+
### Documentation improvements
25+
26+
- Upgrade to version 5.5 [#1096](https://github.com/jupyter/jupyter_client/pull/1096) ([@JohanMabille](https://github.com/JohanMabille), [@SylvainCorlay](https://github.com/SylvainCorlay))
27+
- Update messaging spec [#1095](https://github.com/jupyter/jupyter_client/pull/1095) ([@JohanMabille](https://github.com/JohanMabille), [@minrk](https://github.com/minrk), [@rgbkrk](https://github.com/rgbkrk))
28+
29+
### Contributors to this release
30+
31+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
32+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/#how-does-this-tool-define-contributions-in-the-reports).
33+
34+
([GitHub contributors page for this release](https://github.com/jupyter/jupyter_client/graphs/contributors?from=2025-12-09&to=2026-01-08&type=c))
35+
36+
@Carreau ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3ACarreau+updated%3A2025-12-09..2026-01-08&type=Issues)) | @ccordoba12 ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Accordoba12+updated%3A2025-12-09..2026-01-08&type=Issues)) | @fleming79 ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Afleming79+updated%3A2025-12-09..2026-01-08&type=Issues)) | @henryiii ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ahenryiii+updated%3A2025-12-09..2026-01-08&type=Issues)) | @JohanMabille ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3AJohanMabille+updated%3A2025-12-09..2026-01-08&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akrassowski+updated%3A2025-12-09..2026-01-08&type=Issues)) | @minrk ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aminrk+updated%3A2025-12-09..2026-01-08&type=Issues)) | @rgbkrk ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Argbkrk+updated%3A2025-12-09..2026-01-08&type=Issues)) | @SylvainCorlay ([activity](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3ASylvainCorlay+updated%3A2025-12-09..2026-01-08&type=Issues))
37+
38+
<!-- <END NEW CHANGELOG ENTRY> -->
39+
540
## 8.7.0
641

742
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.6.3...7b4340d29da062cc2386fa218f645c7e80eb800f))
@@ -40,8 +75,6 @@
4075

4176
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2024-09-17..2025-12-09&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3ACarreau+updated%3A2024-09-17..2025-12-09&type=Issues) | [@cben](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Acben+updated%3A2024-09-17..2025-12-09&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Adavidbrochart+updated%3A2024-09-17..2025-12-09&type=Issues) | [@ianthomas23](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aianthomas23+updated%3A2024-09-17..2025-12-09&type=Issues) | [@JamesWrigley](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3AJamesWrigley+updated%3A2024-09-17..2025-12-09&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akevin-bates+updated%3A2024-09-17..2025-12-09&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Akrassowski+updated%3A2024-09-17..2025-12-09&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Aminrk+updated%3A2024-09-17..2025-12-09&type=Issues) | [@rgbkrk](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Argbkrk+updated%3A2024-09-17..2025-12-09&type=Issues) | [@sebwills](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Asebwills+updated%3A2024-09-17..2025-12-09&type=Issues) | [@takluyver](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Atakluyver+updated%3A2024-09-17..2025-12-09&type=Issues) | [@tmaxwell-anthropic](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Atmaxwell-anthropic+updated%3A2024-09-17..2025-12-09&type=Issues) | [@wpk-nist-gov](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Awpk-nist-gov+updated%3A2024-09-17..2025-12-09&type=Issues)
4277

43-
<!-- <END NEW CHANGELOG ENTRY> -->
44-
4578
## 8.6.3
4679

4780
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v8.6.2...7d7251f24ed42c34b9b6ebdf09a5d89c46450131))

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import re
44
from typing import Union
55

6-
__version__ = "8.7.1.dev0"
6+
__version__ = "8.8.0"
77

88
# Build up version_info tuple for backwards compatibility
99
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)