@@ -4,6 +4,34 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 2.14.2
8+
9+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.14.1...b961d4eb499071c0c60e24f429c20d1e6a908a32 ) )
10+
11+ ### Bugs fixed
12+
13+ - Pass session_id during Websocket connect [ #1440 ] ( https://github.com/jupyter-server/jupyter_server/pull/1440 ) ([ @gogasca ] ( https://github.com/gogasca ) )
14+ - Do not log environment variables passed to kernels [ #1437 ] ( https://github.com/jupyter-server/jupyter_server/pull/1437 ) ([ @krassowski ] ( https://github.com/krassowski ) )
15+
16+ ### Maintenance and upkeep improvements
17+
18+ - chore: update pre-commit hooks [ #1441 ] ( https://github.com/jupyter-server/jupyter_server/pull/1441 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
19+ - chore: update pre-commit hooks [ #1427 ] ( https://github.com/jupyter-server/jupyter_server/pull/1427 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
20+
21+ ### Documentation improvements
22+
23+ - Update documentation for ` cookie_secret ` [ #1433 ] ( https://github.com/jupyter-server/jupyter_server/pull/1433 ) ([ @krassowski ] ( https://github.com/krassowski ) )
24+ - Add Changelog for 2.14.1 [ #1430 ] ( https://github.com/jupyter-server/jupyter_server/pull/1430 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
25+ - Update simple extension examples: \_ jupyter_server_extension_points [ #1426 ] ( https://github.com/jupyter-server/jupyter_server/pull/1426 ) ([ @manics ] ( https://github.com/manics ) )
26+
27+ ### Contributors to this release
28+
29+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2024-05-31&to=2024-07-12&type=c ) )
30+
31+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2024-05-31..2024-07-12&type=Issues ) | [ @gogasca ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Agogasca+updated%3A2024-05-31..2024-07-12&type=Issues ) | [ @krassowski ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akrassowski+updated%3A2024-05-31..2024-07-12&type=Issues ) | [ @manics ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Amanics+updated%3A2024-05-31..2024-07-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Apre-commit-ci+updated%3A2024-05-31..2024-07-12&type=Issues )
32+
33+ <!-- <END NEW CHANGELOG ENTRY> -->
34+
735## 2.14.1
836
937([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.14.0...f1379164fa209bc4bfeadf43ab0e7f473b03a0ce ) )
@@ -27,8 +55,6 @@ All notable changes to this project will be documented in this file.
2755
2856[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2024-04-11..2024-05-31&type=Issues ) | [ @lresende ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Alresende+updated%3A2024-04-11..2024-05-31&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Apre-commit-ci+updated%3A2024-04-11..2024-05-31&type=Issues )
2957
30- <!-- <END NEW CHANGELOG ENTRY> -->
31-
3258## 2.14.0
3359
3460([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.13.0...074628806d6b2ec3304d60ab5cfba1c326f67730 ) )
0 commit comments