Skip to content

Commit 4cc9c35

Browse files
committed
Publish 0.1.1a4
SHA256 hashes: datalayer-jupyter-server-nbmodel-0.1.1-a4.tgz: 26ae514a0ea5f20d9e13c99019eceb2ab6e5fbe13fb23ed2cc510b76427fff72 jupyter_server_nbmodel-0.1.1a4-py3-none-any.whl: f1c40906aaf98d6b66c3c9d5ebd6cad1b278d00c09d0a9227b0c15d972ec399a jupyter_server_nbmodel-0.1.1a4.tar.gz: ee072daa1e6b09db53f20e8f2d180d4f5e68dbff40003ad14dddfea8addf5cc3
1 parent ad4358b commit 4cc9c35

File tree

2 files changed

+39
-2
lines changed

2 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## 0.1.1a3
5+
## 0.1.1a4
66

77
([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/v0.1.1a2...740c31d03daa816dd32171da4fd0e3a0d7801093))
88

@@ -41,6 +41,43 @@
4141

4242
<!-- <END NEW CHANGELOG ENTRY> -->
4343

44+
## 0.1.1a3
45+
46+
([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/v0.1.1a2...740c31d03daa816dd32171da4fd0e3a0d7801093))
47+
48+
### Enhancements made
49+
50+
- feat:support gateway kernel client [#45](https://github.com/datalayer/jupyter-server-nbmodel/pull/45) ([@dualc](https://github.com/dualc))
51+
- Split javascript and python source files [#37](https://github.com/datalayer/jupyter-server-nbmodel/pull/37) ([@echarles](https://github.com/echarles))
52+
53+
### Bugs fixed
54+
55+
- Fix crash when handling a stream after non-stream output [#48](https://github.com/datalayer/jupyter-server-nbmodel/pull/48) ([@krassowski](https://github.com/krassowski))
56+
- Propagate Error to API [#44](https://github.com/datalayer/jupyter-server-nbmodel/pull/44) ([@Darshan808](https://github.com/Darshan808))
57+
- Remove outdated references to [rtc] in README [#32](https://github.com/datalayer/jupyter-server-nbmodel/pull/32) ([@Darshan808](https://github.com/Darshan808))
58+
59+
### Maintenance and upkeep improvements
60+
61+
- Fix build and CI [#50](https://github.com/datalayer/jupyter-server-nbmodel/pull/50) ([@krassowski](https://github.com/krassowski))
62+
- Bump actions/create-github-app-token from 1 to 2 [#36](https://github.com/datalayer/jupyter-server-nbmodel/pull/36) ([@dependabot](https://github.com/dependabot))
63+
64+
### Documentation improvements
65+
66+
- Diagram fix: Kernel doesn't update Y doc, Server does [#41](https://github.com/datalayer/jupyter-server-nbmodel/pull/41) ([@cben](https://github.com/cben))
67+
68+
### Other merged PRs
69+
70+
- demo gift [#40](https://github.com/datalayer/jupyter-server-nbmodel/pull/40) ([@eleonorecharles](https://github.com/eleonorecharles))
71+
- Bump webpack from 5.91.0 to 5.98.0 [#35](https://github.com/datalayer/jupyter-server-nbmodel/pull/35) ([@dependabot](https://github.com/dependabot))
72+
- Bump nanoid from 3.3.7 to 3.3.11 [#34](https://github.com/datalayer/jupyter-server-nbmodel/pull/34) ([@dependabot](https://github.com/dependabot))
73+
- Bump cross-spawn from 6.0.5 to 6.0.6 [#33](https://github.com/datalayer/jupyter-server-nbmodel/pull/33) ([@dependabot](https://github.com/dependabot))
74+
75+
### Contributors to this release
76+
77+
([GitHub contributors page for this release](https://github.com/datalayer/jupyter-server-nbmodel/graphs/contributors?from=2025-02-28&to=2025-10-30&type=c))
78+
79+
[@cben](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Acben+updated%3A2025-02-28..2025-10-30&type=Issues) | [@Darshan808](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3ADarshan808+updated%3A2025-02-28..2025-10-30&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Adependabot+updated%3A2025-02-28..2025-10-30&type=Issues) | [@dualc](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Adualc+updated%3A2025-02-28..2025-10-30&type=Issues) | [@echarles](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Aecharles+updated%3A2025-02-28..2025-10-30&type=Issues) | [@eleonorecharles](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Aeleonorecharles+updated%3A2025-02-28..2025-10-30&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Agithub-actions+updated%3A2025-02-28..2025-10-30&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Adatalayer%2Fjupyter-server-nbmodel+involves%3Akrassowski+updated%3A2025-02-28..2025-10-30&type=Issues)
80+
4481
## 0.1.1a2
4582

4683
([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/v0.1.1a1...5f76b6cea5278d4ac6648a107c76ef75bc3d9502))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datalayer/jupyter-server-nbmodel",
3-
"version": "0.1.1-a3",
3+
"version": "0.1.1-a4",
44
"description": "A Jupyter Server extension to execute code cell on the server.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)