|
2 | 2 |
|
3 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
4 | 4 |
|
5 | | -## 0.1.1a3 |
| 5 | +## 0.1.1a4 |
6 | 6 |
|
7 | 7 | ([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/v0.1.1a2...740c31d03daa816dd32171da4fd0e3a0d7801093)) |
8 | 8 |
|
|
41 | 41 |
|
42 | 42 | <!-- <END NEW CHANGELOG ENTRY> --> |
43 | 43 |
|
| 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 | + |
44 | 81 | ## 0.1.1a2 |
45 | 82 |
|
46 | 83 | ([Full Changelog](https://github.com/datalayer/jupyter-server-nbmodel/compare/v0.1.1a1...5f76b6cea5278d4ac6648a107c76ef75bc3d9502)) |
|
0 commit comments