Skip to content

Commit

Permalink
Publish 3.0.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter-collaboration-3.0.0.tgz: 1d220edf027a989d551ebd82cadbacf2b288ded871cdf74b5ead5095f8de9225

jupyter-collaboration-extension-3.0.0.tgz: 22a0b952f02f656745c6ccee354145cb63467a149ad994bff78e05e8ddb2a517

jupyter-collaborative-drive-3.0.0.tgz: 43038f4aeab561dd10a23f064377f33e724c2ff0e7253e5dfa635c2fae765546

jupyter-docprovider-3.0.0.tgz: 778b368e2991f175ad65f38437733b420f4f5c76ae888ee1759fd15d98eb6fd4

jupyter-docprovider-extension-3.0.0.tgz: cfc241e362634dbb93d6501ad7531145622214dc5feddb43e4900537e3bd7275

jupyter_collaboration-3.0.0-py3-none-any.whl: d805634e0031c2b82fbcd0e3ee3118bffc577dee1b48d113e819735ac68a53bb

jupyter_collaboration-3.0.0.tar.gz: 79ec00b21fc423c0d5e053568231214fad5151b69813ab2e3809f2e1b7f5082c

jupyter_collaboration_ui-1.0.0-py3-none-any.whl: 6820b1ce060700851ccaf5ac231899cc5543781058d806672423b75d8ecfba0f

jupyter_collaboration_ui-1.0.0.tar.gz: 853c9498bcd1bdec4d4d9c53bf831b7e59be3935bd8f41d178ba4026e93f5a76

jupyter_docprovider-1.0.0-py3-none-any.whl: 3f7797c5e3521d359c8043e3f7500e5155d57ece8fbd7920da15f80d50ebdbee

jupyter_docprovider-1.0.0.tar.gz: 11c3b71aa75b851c5ac07c1f4a78ce1df166623a59cb636eb867390925bfc656

jupyter_server_ydoc-1.0.0-py3-none-any.whl: 6165503703b7ef07ad049e5a3fed66c3eee0cf8e014ec02eeb0a3fa93851d595

jupyter_server_ydoc-1.0.0.tar.gz: 3017524c1da068815b748c8f1ebe7ec08eda047fc597ce72c125b18009a391e9
  • Loading branch information
davidbrochart committed Oct 29, 2024
1 parent fc7cdfb commit d5da833
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 31 deletions.
70 changes: 68 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,74 @@ All notable changes to this project will be documented in this file.

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

## 3.0.0

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

### Enhancements made

- Updates warning message on double file open [#375](https://github.com/jupyterlab/jupyter-collaboration/pull/375) ([@JasonWeill](https://github.com/JasonWeill))
- Update jupyter_ydoc and pycrdt_websocket dependencies [#367](https://github.com/jupyterlab/jupyter-collaboration/pull/367) ([@brichet](https://github.com/brichet))
- Add missing aria label to the file browser [#355](https://github.com/jupyterlab/jupyter-collaboration/pull/355) ([@trungleduc](https://github.com/trungleduc))
- Handle generic document types in timeline [#349](https://github.com/jupyterlab/jupyter-collaboration/pull/349) ([@davidbrochart](https://github.com/davidbrochart))
- Implementing Collaborative Timeline Slider with Undo/Redo Functionality [#338](https://github.com/jupyterlab/jupyter-collaboration/pull/338) ([@Meriem-BenIsmail](https://github.com/Meriem-BenIsmail))
- Move fixtures to `jupyter_server_ydoc.pytest_plugin` [#327](https://github.com/jupyterlab/jupyter-collaboration/pull/327) ([@krassowski](https://github.com/krassowski))
- Start ystore in a task [#303](https://github.com/jupyterlab/jupyter-collaboration/pull/303) ([@davidbrochart](https://github.com/davidbrochart))
- Log (instead of raise) exceptions when running as a server extension [#295](https://github.com/jupyterlab/jupyter-collaboration/pull/295) ([@Zsailer](https://github.com/Zsailer))
- handle exception when websocket server start room failed [#289](https://github.com/jupyterlab/jupyter-collaboration/pull/289) ([@jzhang20133](https://github.com/jzhang20133))
- Add the list of opened shared documents to the user awareness [#287](https://github.com/jupyterlab/jupyter-collaboration/pull/287) ([@brichet](https://github.com/brichet))
- Split up the backend, frontend, and the docprovider [#280](https://github.com/jupyterlab/jupyter-collaboration/pull/280) ([@krassowski](https://github.com/krassowski))
- Support server-side execution [#279](https://github.com/jupyterlab/jupyter-collaboration/pull/279) ([@davidbrochart](https://github.com/davidbrochart))
- 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))

### Bugs fixed

- Add check for user value in CollaboratorsPanel [#383](https://github.com/jupyterlab/jupyter-collaboration/pull/383) ([@martinRenou](https://github.com/martinRenou))
- Fix model format [#368](https://github.com/jupyterlab/jupyter-collaboration/pull/368) ([@davidbrochart](https://github.com/davidbrochart))
- Remove the unused `ISettingRegistry` token from the file browser plugin [#356](https://github.com/jupyterlab/jupyter-collaboration/pull/356) ([@trungleduc](https://github.com/trungleduc))
- Initialize and update the ydoc path property [#342](https://github.com/jupyterlab/jupyter-collaboration/pull/342) ([@brichet](https://github.com/brichet))
- Fix spurious "File Changed" dialog in JupyterLab 4.1+/Notebook 7.1+ [#337](https://github.com/jupyterlab/jupyter-collaboration/pull/337) ([@krassowski](https://github.com/krassowski))
- Bump dependencies to fix CI [#335](https://github.com/jupyterlab/jupyter-collaboration/pull/335) ([@krassowski](https://github.com/krassowski))
- Allow jupyter-ydoc v3.0.0-a3 or higher [#334](https://github.com/jupyterlab/jupyter-collaboration/pull/334) ([@krassowski](https://github.com/krassowski))
- Fix use of traitlets to configure YStore class [#322](https://github.com/jupyterlab/jupyter-collaboration/pull/322) ([@krassowski](https://github.com/krassowski))
- Fix for code execution on the Jupyter Server [#307](https://github.com/jupyterlab/jupyter-collaboration/pull/307) ([@fcollonval](https://github.com/fcollonval))
- Fix writing settings in page_config [#304](https://github.com/jupyterlab/jupyter-collaboration/pull/304) ([@fcollonval](https://github.com/fcollonval))
- Rename the docprovider destination name to avoid conficts [#285](https://github.com/jupyterlab/jupyter-collaboration/pull/285) ([@brichet](https://github.com/brichet))
- Fix releaser [#268](https://github.com/jupyterlab/jupyter-collaboration/pull/268) ([@davidbrochart](https://github.com/davidbrochart))

### Maintenance and upkeep improvements

- Bump jupyter-ydoc v3.0.0 [#388](https://github.com/jupyterlab/jupyter-collaboration/pull/388) ([@davidbrochart](https://github.com/davidbrochart))
- Fix ignore github links [#385](https://github.com/jupyterlab/jupyter-collaboration/pull/385) ([@davidbrochart](https://github.com/davidbrochart))
- Update test workflow [#384](https://github.com/jupyterlab/jupyter-collaboration/pull/384) ([@davidbrochart](https://github.com/davidbrochart))
- Ignore github.com in check-links [#360](https://github.com/jupyterlab/jupyter-collaboration/pull/360) ([@davidbrochart](https://github.com/davidbrochart))
- Fix ignoring AnyIO warnings in tests [#359](https://github.com/jupyterlab/jupyter-collaboration/pull/359) ([@davidbrochart](https://github.com/davidbrochart))
- Fix mypy [#358](https://github.com/jupyterlab/jupyter-collaboration/pull/358) ([@brichet](https://github.com/brichet))
- Extract out ICollaborativeDrive to `@jupyter/collaborative-drive` [#353](https://github.com/jupyterlab/jupyter-collaboration/pull/353) ([@davidbrochart](https://github.com/davidbrochart))
- Remove unused chat feature [#346](https://github.com/jupyterlab/jupyter-collaboration/pull/346) ([@davidbrochart](https://github.com/davidbrochart))
- Fix bump file [#343](https://github.com/jupyterlab/jupyter-collaboration/pull/343) ([@brichet](https://github.com/brichet))
- Remove @jupyter/collaboration dependency from @jupyter/docprovider [#331](https://github.com/jupyterlab/jupyter-collaboration/pull/331) ([@brichet](https://github.com/brichet))
- Add notebook test for `get_document`, fix fixture when `store=True` [#329](https://github.com/jupyterlab/jupyter-collaboration/pull/329) ([@krassowski](https://github.com/krassowski))
- Bump pycrdt-websocket v0.14.0 [#320](https://github.com/jupyterlab/jupyter-collaboration/pull/320) ([@davidbrochart](https://github.com/davidbrochart))
- Update JupyterLab 4.2.0 and fix test start store [#305](https://github.com/jupyterlab/jupyter-collaboration/pull/305) ([@davidbrochart](https://github.com/davidbrochart))
- Update pycrdt-websocket v0.13.0 [#293](https://github.com/jupyterlab/jupyter-collaboration/pull/293) ([@davidbrochart](https://github.com/davidbrochart))
- Only include `docprovider` packages in its sdist [#282](https://github.com/jupyterlab/jupyter-collaboration/pull/282) ([@krassowski](https://github.com/krassowski))
- Workaround shutdown issue with `aiosqlite` for now [#278](https://github.com/jupyterlab/jupyter-collaboration/pull/278) ([@krassowski](https://github.com/krassowski))
- Fix UI tests [#277](https://github.com/jupyterlab/jupyter-collaboration/pull/277) ([@krassowski](https://github.com/krassowski))

### Documentation improvements

- Fix errors in contributing.rst for setup [#373](https://github.com/jupyterlab/jupyter-collaboration/pull/373) ([@JasonWeill](https://github.com/JasonWeill))
- Fix readthedocs URL [#344](https://github.com/jupyterlab/jupyter-collaboration/pull/344) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyter-collaboration/graphs/contributors?from=2024-03-28&to=2024-10-29&type=c))

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-03-28..2024-10-29&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-03-28..2024-10-29&type=Issues) | [@echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aecharles+updated%3A2024-03-28..2024-10-29&type=Issues) | [@ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Aellisonbg+updated%3A2024-03-28..2024-10-29&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Afcollonval+updated%3A2024-03-28..2024-10-29&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-03-28..2024-10-29&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AJasonWeill+updated%3A2024-03-28..2024-10-29&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-03-28..2024-10-29&type=Issues) | [@jzhang20133](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajzhang20133+updated%3A2024-03-28..2024-10-29&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Akrassowski+updated%3A2024-03-28..2024-10-29&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2024-03-28..2024-10-29&type=Issues) | [@Meriem-BenIsmail](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AMeriem-BenIsmail+updated%3A2024-03-28..2024-10-29&type=Issues) | [@shrutiagarwal13](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ashrutiagarwal13+updated%3A2024-03-28..2024-10-29&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Atrungleduc+updated%3A2024-03-28..2024-10-29&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AZsailer+updated%3A2024-03-28..2024-10-29&type=Issues)

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

## 3.0.0rc1

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-rc.0...b5fb9787c95ddd2fd9d066d50d6640dc588b9cd8))
Expand All @@ -26,8 +94,6 @@ All notable changes to this project will be documented in this file.

[@brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Abrichet+updated%3A2024-10-18..2024-10-24&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Adavidbrochart+updated%3A2024-10-18..2024-10-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Agithub-actions+updated%3A2024-10-18..2024-10-24&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AJasonWeill+updated%3A2024-10-18..2024-10-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3Ajtpio+updated%3A2024-10-18..2024-10-24&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyter-collaboration+involves%3AmartinRenou+updated%3A2024-10-18..2024-10-24&type=Issues)

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

## 3.0.0rc0

([Full Changelog](https://github.com/jupyterlab/jupyter-collaboration/compare/@jupyter/collaboration-extension@3.0.0-beta.8...c80993047517121d207874f57412fdf2348e6afa))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-rc.1",
"version": "3.0.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jupyter/real-time-collaboration",
"private": true,
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "JupyterLab Extension enabling Real-Time Collaboration",
"keywords": [
"jupyter",
Expand Down
8 changes: 4 additions & 4 deletions packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration-extension",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "JupyterLab - Real-Time Collaboration Extension",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,9 +53,9 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaboration": "^3.0.0-rc.1",
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/docprovider": "^3.0.0-rc.1",
"@jupyter/collaboration": "^3.0.0",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/docprovider": "^3.0.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaboration",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "JupyterLab - Real-Time Collaboration Widgets",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/collaborative-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/collaborative-drive",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "JupyterLab - Collaborative Drive",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/docprovider-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider-extension",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "JupyterLab - Collaborative Shared Models",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -53,8 +53,8 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/docprovider": "^3.0.0-rc.1",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/docprovider": "^3.0.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/application": "^4.2.0",
"@jupyterlab/apputils": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/docprovider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter/docprovider",
"version": "3.0.0-rc.1",
"version": "3.0.0",
"description": "JupyterLab - Document Provider",
"homepage": "https://github.com/jupyterlab/jupyter-collaboration",
"bugs": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"watch": "tsc -b --watch"
},
"dependencies": {
"@jupyter/collaborative-drive": "^3.0.0-rc.1",
"@jupyter/collaborative-drive": "^3.0.0",
"@jupyter/ydoc": "^2.0.0 || ^3.0.0",
"@jupyterlab/apputils": "^4.2.0",
"@jupyterlab/cells": "^4.2.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc1"
__version__ = "1.0.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0rc1"
__version__ = "3.0.0"
6 changes: 3 additions & 3 deletions projects/jupyter-collaboration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"jupyter_collaboration_ui>=1.0.0rc1",
"jupyter_docprovider>=1.0.0rc1",
"jupyter_server_ydoc>=1.0.0rc1",
"jupyter_collaboration_ui>=1.0.0",
"jupyter_docprovider>=1.0.0",
"jupyter_server_ydoc>=1.0.0",
]

[tool.hatch.version]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc1"
__version__ = "1.0.0"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0rc1"
__version__ = "1.0.0"
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2075,9 +2075,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension"
dependencies:
"@jupyter/collaboration": ^3.0.0-rc.1
"@jupyter/collaborative-drive": ^3.0.0-rc.1
"@jupyter/docprovider": ^3.0.0-rc.1
"@jupyter/collaboration": ^3.0.0
"@jupyter/collaborative-drive": ^3.0.0
"@jupyter/docprovider": ^3.0.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2099,7 +2099,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaboration@^3.0.0-rc.1, @jupyter/collaboration@workspace:packages/collaboration":
"@jupyter/collaboration@^3.0.0, @jupyter/collaboration@workspace:packages/collaboration":
version: 0.0.0-use.local
resolution: "@jupyter/collaboration@workspace:packages/collaboration"
dependencies:
Expand All @@ -2123,7 +2123,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/collaborative-drive@^3.0.0-rc.1, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
"@jupyter/collaborative-drive@^3.0.0, @jupyter/collaborative-drive@workspace:packages/collaborative-drive":
version: 0.0.0-use.local
resolution: "@jupyter/collaborative-drive@workspace:packages/collaborative-drive"
dependencies:
Expand All @@ -2140,8 +2140,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension"
dependencies:
"@jupyter/collaborative-drive": ^3.0.0-rc.1
"@jupyter/docprovider": ^3.0.0-rc.1
"@jupyter/collaborative-drive": ^3.0.0
"@jupyter/docprovider": ^3.0.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/application": ^4.2.0
"@jupyterlab/apputils": ^4.2.0
Expand All @@ -2164,11 +2164,11 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyter/docprovider@^3.0.0-rc.1, @jupyter/docprovider@workspace:packages/docprovider":
"@jupyter/docprovider@^3.0.0, @jupyter/docprovider@workspace:packages/docprovider":
version: 0.0.0-use.local
resolution: "@jupyter/docprovider@workspace:packages/docprovider"
dependencies:
"@jupyter/collaborative-drive": ^3.0.0-rc.1
"@jupyter/collaborative-drive": ^3.0.0
"@jupyter/ydoc": ^2.0.0 || ^3.0.0
"@jupyterlab/apputils": ^4.2.0
"@jupyterlab/cells": ^4.2.0
Expand Down

0 comments on commit d5da833

Please sign in to comment.