Skip to content

Commit f64f554

Browse files
committed
Publish 2.28.0
SHA256 hashes: jupyterlab_server-2.28.0-py3-none-any.whl: e4355b148fdcf34d312bbbc80f22467d6d20460e8b8736bf235577dd18506968 jupyterlab_server-2.28.0.tar.gz: 35baa81898b15f93573e2deca50d11ac0ae407ebb688299d3a5213265033712c
1 parent 0cc8ebb commit f64f554

File tree

2 files changed

+30
-3
lines changed

2 files changed

+30
-3
lines changed

CHANGELOG.md

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

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

5+
## 2.28.0
6+
7+
([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.27.3...0cc8ebb4371cc481be90532d1486f1c4d7d2ebdc))
8+
9+
### Enhancements made
10+
11+
- Add `untracked_message_types` to Page Config [#471](https://github.com/jupyterlab/jupyterlab_server/pull/471) ([@Darshan808](https://github.com/Darshan808))
12+
13+
### Bugs fixed
14+
15+
- Fix typo in default for template directory traitlet (`template_dir``templates_dir`) [#463](https://github.com/jupyterlab/jupyterlab_server/pull/463) ([@krassowski](https://github.com/krassowski))
16+
- Add `@web.authenticated` for `ListingsHandler`'s `GET` method [#457](https://github.com/jupyterlab/jupyterlab_server/pull/457) ([@krassowski](https://github.com/krassowski))
17+
18+
### Maintenance and upkeep improvements
19+
20+
- Fix CI Failures [#472](https://github.com/jupyterlab/jupyterlab_server/pull/472) ([@Darshan808](https://github.com/Darshan808))
21+
22+
### Documentation improvements
23+
24+
- Add documentation for `page_config_hook` [#469](https://github.com/jupyterlab/jupyterlab_server/pull/469) ([@jtpio](https://github.com/jtpio))
25+
26+
### Contributors to this release
27+
28+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2024-07-16&to=2025-10-22&type=c))
29+
30+
[@Darshan808](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3ADarshan808+updated%3A2024-07-16..2025-10-22&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ajtpio+updated%3A2024-07-16..2025-10-22&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Akrassowski+updated%3A2024-07-16..2025-10-22&type=Issues)
31+
32+
<!-- <END NEW CHANGELOG ENTRY> -->
33+
534
## 2.27.3
635

736
([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.27.2...cac303a64815e1f373acb518c783bd25787c4d40))
@@ -20,8 +49,6 @@
2049

2150
[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2024-05-22..2024-07-16&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2024-05-22..2024-07-16&type=Issues)
2251

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2552
## 2.27.2
2653

2754
([Full Changelog](https://github.com/jupyterlab/jupyterlab_server/compare/v2.27.1...348c8ea202704ad1b5d87fa4ca90ccbdd541d1db))

jupyterlab_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"""
88
import re
99

10-
__version__ = "2.27.3"
10+
__version__ = "2.28.0"
1111

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

0 commit comments

Comments
 (0)