Skip to content

Commit f263eb1

Browse files
committed
Publish 3.0.0alpha0
SHA256 hashes: jupyter-collaboration-3.0.0-alpha.0.tgz: b26f55b2ccc6b5c37ad5ae58716485d565efc717ef7515088214d7a46697a324 jupyter-collaboration-extension-3.0.0-alpha.0.tgz: 31078d098a2e729d46028c8b203e8ccb10ac5382deab2fd722938314e7fa4758 jupyter-docprovider-3.0.0-alpha.0.tgz: 7805ddf5c0a30d2a6fd2306e94513d04ee490a08c8703847f4b0290301df7097 jupyter-docprovider-extension-3.0.0-alpha.0.tgz: ae9b04da7049057ab15878f0c78c5c6d844394e8bab6e33d218f38bb68a4a6f3 jupyter_collaboration-3.0.0a0-py3-none-any.whl: ee3b871197c42553729762456a8d0a44eb10f3d1af356deb41c96df28b87c5e6 jupyter_collaboration-3.0.0a0.tar.gz: 50a9eadbb7403b1767418ec47c41bb93c0bc589c6f313b62eaab265674a42566 jupyter_collaboration_ui-1.0.0a0-py3-none-any.whl: 5d45fb9bc388376626ddaab442abecd853738a615fac56a76974c9c8711b0ca3 jupyter_collaboration_ui-1.0.0a0.tar.gz: 218689c3985099334dd612ced5d28b8b34794854b02804ae9b4050c1b9dc70f0 jupyter_docprovider-1.0.0a0-py3-none-any.whl: 45b43e2c26ab9993a8651f8551d1d34d22ec96d4f220acce3439d47444c923af jupyter_docprovider-1.0.0a0.tar.gz: 9fcfc736fa0524bf2bfd5969fdca5da87248e050fa451b6f1441997049ff9b37 jupyter_server_ydoc-1.0.0a0-py3-none-any.whl: 6ce6747b631401a3f9691c53eb15370963b6554d2424581fa0753f44e175f9de jupyter_server_ydoc-1.0.0a0.tar.gz: c32183732d7b2f27738849a422a2d4a3761200a476e3b15d1e3fdbd1ee1ab646
1 parent a3b4984 commit f263eb1

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file.
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

7+
## 3.0.0alpha0
8+
9+
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.11...a3b498471ace2b47f430984531ef8b98e68bc40f))
10+
11+
### Enhancements made
12+
13+
- Split up the backend, frontend, and the docprovider [#280](https://github.com/jupyterlab/jupyter-collaboration/pull/280) ([@krassowski](https://github.com/krassowski))
14+
- Support server-side execution [#279](https://github.com/jupyterlab/jupyter-collaboration/pull/279) ([@davidbrochart](https://github.com/davidbrochart))
15+
- Add a public API for getting a read-only view of the shared model [#275](https://github.com/jupyterlab/jupyter-collaboration/pull/275) ([@krassowski](https://github.com/krassowski))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Only include `docprovider` packages in its sdist [#282](https://github.com/jupyterlab/jupyter-collaboration/pull/282) ([@krassowski](https://github.com/krassowski))
20+
- Workaround shutdown issue with `aiosqlite` for now [#278](https://github.com/jupyterlab/jupyter-collaboration/pull/278) ([@krassowski](https://github.com/krassowski))
21+
- Fix UI tests [#277](https://github.com/jupyterlab/jupyter-collaboration/pull/277) ([@krassowski](https://github.com/krassowski))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-28&to=2024-04-16&type=c))
26+
27+
[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-03-28..2024-04-16&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-28..2024-04-16&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-03-28..2024-04-16&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-28..2024-04-16&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-03-28..2024-04-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-03-28..2024-04-16&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-28..2024-04-16&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
731
## 2.0.11
832

933
### Enhancements made
@@ -16,8 +40,6 @@ All notable changes to this project will be documented in this file.
1640
- Fix slow room opening [#264](https://github.com/jupyterlab/jupyter-collaboration/pull/264) ([@davidbrochart](https://github.com/davidbrochart))
1741
- Use WebSocket \_room_id attribute directly [#266](https://github.com/jupyterlab/jupyter-collaboration/pull/266) ([@davidbrochart](https://github.com/davidbrochart))
1842

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2143
## 2.0.10
2244

2345
([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@2.0.9...ffcdc6f917b9dc0768d8e056c14ada1dd0baebdd))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
"typedoc": "~0.23.28",
6767
"typescript": "~5.0.4"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)