From 2c0a049584088776a00ba7a639634c9d805c6140 Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Tue, 15 Oct 2024 12:40:43 +0200 Subject: [PATCH] Bump version 3.1.0-rc.3+dev -> 3.1.0 --- Cargo.lock | 46 +++++++++---------- Cargo.toml | 2 +- HISTORY.rst | 34 ++++---------- LICENSE | 4 +- bindings/electron/package-lock.json | 4 +- bindings/electron/package.json | 2 +- bindings/web/package-lock.json | 4 +- bindings/web/package.json | 2 +- cli/tests/integration/version.rs | 2 +- .../assets/electron-publisher-custom.js | 2 +- client/electron/package-lock.json | 4 +- client/electron/package.js | 2 +- client/electron/package.json | 2 +- client/electron/snap/snapcraft.yaml | 2 +- client/package-lock.json | 4 +- client/package.json | 2 +- docs/conf.py | 2 +- docs/hosting/deployment/index.rst | 2 +- .../deployment/parsec-server.docker.yaml | 2 +- docs/hosting/install_cli.rst | 10 ++-- .../fr/LC_MESSAGES/hosting/install_cli.po | 4 +- libparsec/version | 2 +- misc/versions.toml | 2 +- server/parsec/_version.py | 2 +- server/pyproject.toml | 2 +- 25 files changed, 65 insertions(+), 81 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ac56337434..88f30c8aa29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2061,7 +2061,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libparsec" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "dirs", "libparsec_client", @@ -2082,7 +2082,7 @@ dependencies = [ [[package]] name = "libparsec_bindings_android" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "android_logger", "jni", @@ -2094,7 +2094,7 @@ dependencies = [ [[package]] name = "libparsec_bindings_electron" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "env_logger", "lazy_static", @@ -2110,7 +2110,7 @@ dependencies = [ [[package]] name = "libparsec_bindings_web" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "console_error_panic_hook", "console_log", @@ -2124,7 +2124,7 @@ dependencies = [ [[package]] name = "libparsec_client" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "libparsec_client", "libparsec_client_connection", @@ -2144,7 +2144,7 @@ dependencies = [ [[package]] name = "libparsec_client_connection" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "bytes", "data-encoding", @@ -2167,7 +2167,7 @@ dependencies = [ [[package]] name = "libparsec_crypto" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "argon2", "blake2", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "libparsec_platform_async" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "async-broadcast", "async-lock 3.4.0", @@ -2224,7 +2224,7 @@ dependencies = [ [[package]] name = "libparsec_platform_device_loader" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "dirs", "keyring", @@ -2243,7 +2243,7 @@ dependencies = [ [[package]] name = "libparsec_platform_http_proxy" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "libparsec_types", "reqwest", @@ -2253,7 +2253,7 @@ dependencies = [ [[package]] name = "libparsec_platform_ipc" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "libc", "libparsec_platform_async", @@ -2268,7 +2268,7 @@ dependencies = [ [[package]] name = "libparsec_platform_mountpoint" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "ctrlc", "env_logger", @@ -2291,7 +2291,7 @@ dependencies = [ [[package]] name = "libparsec_platform_storage" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "indexed_db_futures", "js-sys", @@ -2314,7 +2314,7 @@ dependencies = [ [[package]] name = "libparsec_protocol" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "bytes", "futures", @@ -2335,7 +2335,7 @@ dependencies = [ [[package]] name = "libparsec_serialization_format" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "bytes", "hex-literal", @@ -2353,7 +2353,7 @@ dependencies = [ [[package]] name = "libparsec_testbed" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "crc32fast", "hex-literal", @@ -2370,7 +2370,7 @@ dependencies = [ [[package]] name = "libparsec_tests_fixtures" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "libparsec_client_connection", "libparsec_platform_device_loader", @@ -2384,7 +2384,7 @@ dependencies = [ [[package]] name = "libparsec_tests_lite" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "env_logger", "hex-literal", @@ -2400,7 +2400,7 @@ dependencies = [ [[package]] name = "libparsec_tests_macros" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "proc-macro2", "quote", @@ -2409,7 +2409,7 @@ dependencies = [ [[package]] name = "libparsec_types" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "anyhow", "bytes", @@ -2449,7 +2449,7 @@ dependencies = [ [[package]] name = "libparsec_zstd" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "ruzstd", "zstd", @@ -3013,7 +3013,7 @@ dependencies = [ [[package]] name = "parsec" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "chrono", "futures", @@ -3035,7 +3035,7 @@ dependencies = [ [[package]] name = "parsec-cli" -version = "3.1.0-rc.3+dev" +version = "3.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cc2f41e379b..4e9a3b897c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ publish = false repository = "https://github.com/Scille/parsec-cloud" # We use the same version for all crates. # This comment is used to prevent `taplo` from adding multiple spaces between the version and the comment. -version = "3.1.0-rc.3+dev" # __PARSEC_VERSION__ +version = "3.1.0" # __PARSEC_VERSION__ [workspace.lints.clippy] undocumented_unsafe_blocks = "deny" diff --git a/HISTORY.rst b/HISTORY.rst index 995c1f5b2db..ebceb9ee585 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,31 +5,8 @@ History .. towncrier release notes start -Parsec v3.1.0-rc.2 (2024-10-14) -------------------------------- - -Bugfixes -~~~~~~~~ - -* Fixed logout and go home buttons not appearing in customer area - (`#8733 `__) - - - -Parsec v3.1.0-rc.1 (2024-10-11) -------------------------------- - -Miscellaneous internal changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -* Added an indication of the number of operations done and failed in the file - operation menu - (`#8557 `__) - - - -Parsec v3.1.0-rc.0 (2024-10-10) -------------------------------- +Parsec v3.1.0 (2024-10-15) +-------------------------- Features ~~~~~~~~ @@ -96,6 +73,9 @@ Bugfixes * Fixed mocked values being sometimes displayed when logging out (`#8652 `__) +* Fixed logout and go home buttons not appearing in customer area + (`#8733 `__) + Miscellaneous internal changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -110,6 +90,10 @@ Miscellaneous internal changes * Remind the users of the Terms of Service when creating a new organization (`#8681 `__) +* Added an indication of the number of operations done and failed in the file + operation menu + (`#8557 `__) + Parsec v3.0.3 (2024-10-03) diff --git a/LICENSE b/LICENSE index 997571c6c09..7bd403843eb 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ PARSEC BUSINESS SOURCE LICENSE AGREEMENT Business Source License 1.1 Licensor: Scille SAS -Licensed Work: Parsec v3.1.0-rc.3+dev +Licensed Work: Parsec v3.1.0 The Licensed Work is © 2016-2021 Scille SAS Additional Use Grant: You may make production use of the Licensed Work, provided @@ -19,7 +19,7 @@ Additional Use Grant: You may make production use of the Licensed Work, provided 2) use the Licensed Work for use in a governmental or any for-profit entity with more than fifty (50) users. -Change Date: Oct 13, 2028 +Change Date: Oct 14, 2028 Change License: GNU Affero General Public License, Version 3 (AGPLv3) diff --git a/bindings/electron/package-lock.json b/bindings/electron/package-lock.json index af4031fc4d0..e47350b022d 100644 --- a/bindings/electron/package-lock.json +++ b/bindings/electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "libparsec_bindings_electron", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "libparsec_bindings_electron", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "license": "BUSL-1.1", "dependencies": { "cargo-cp-artifact": "^0.1.9" diff --git a/bindings/electron/package.json b/bindings/electron/package.json index 2c4f5106bda..1e96bab0354 100644 --- a/bindings/electron/package.json +++ b/bindings/electron/package.json @@ -1,6 +1,6 @@ { "name": "libparsec_bindings_electron", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "description": "", "main": "index.node", "scripts": { diff --git a/bindings/web/package-lock.json b/bindings/web/package-lock.json index b0dd8d53f1b..db01e8308ac 100644 --- a/bindings/web/package-lock.json +++ b/bindings/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "libparsec_bindings_web", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "libparsec_bindings_web", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "license": "BUSL-1.1" } } diff --git a/bindings/web/package.json b/bindings/web/package.json index e874af04d67..9380796621d 100644 --- a/bindings/web/package.json +++ b/bindings/web/package.json @@ -1,7 +1,7 @@ { "name": "libparsec_bindings_web", "private": true, - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "license": "BUSL-1.1", "scripts": { "build": "node scripts/build.js", diff --git a/cli/tests/integration/version.rs b/cli/tests/integration/version.rs index 0c4428a715b..e9f5defeb66 100644 --- a/cli/tests/integration/version.rs +++ b/cli/tests/integration/version.rs @@ -2,6 +2,6 @@ fn version() { crate::assert_cmd_success!("--version").stdout( // Using `concat!` simplify updating the version using `version-updater` - concat!("parsec-cli 3.1.0-rc.3+dev", "\n"), + concat!("parsec-cli 3.1.0", "\n"), ); } diff --git a/client/electron/assets/electron-publisher-custom.js b/client/electron/assets/electron-publisher-custom.js index 07b6e9fc59b..863026281f7 100644 --- a/client/electron/assets/electron-publisher-custom.js +++ b/client/electron/assets/electron-publisher-custom.js @@ -2,7 +2,7 @@ const { GitHubPublisher } = require('electron-publish/out/gitHubPublisher'); -const VERSION = '3.1.0-rc.3+dev'; +const VERSION = '3.1.0'; class CustomGitHubPublisher extends GitHubPublisher { /** diff --git a/client/electron/package-lock.json b/client/electron/package-lock.json index 291d977cfa1..1221a8ecc21 100644 --- a/client/electron/package-lock.json +++ b/client/electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "parsec", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "parsec", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "license": "BUSL-1.1", "dependencies": { "@capacitor-community/electron": "^5.0.1", diff --git a/client/electron/package.js b/client/electron/package.js index 45f226ab671..d7e436dcb88 100644 --- a/client/electron/package.js +++ b/client/electron/package.js @@ -112,7 +112,7 @@ const options = { appId: 'ParsecCloud.Parsec.Parsec.3', productName: 'Parsec', artifactName: UNSIGNED_ARTIFACT_NAME, - buildVersion: '3.1.0-rc.3+dev', + buildVersion: '3.1.0', protocols: { name: 'Parsec-v3', schemes: [PARSEC_SCHEME], diff --git a/client/electron/package.json b/client/electron/package.json index 0b0526fe269..3d74d30f706 100644 --- a/client/electron/package.json +++ b/client/electron/package.json @@ -1,6 +1,6 @@ { "name": "parsec", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "description": "Parsec.cloud", "author": { "name": "Scille SAS", diff --git a/client/electron/snap/snapcraft.yaml b/client/electron/snap/snapcraft.yaml index 30fca1176d2..f9a5165e337 100644 --- a/client/electron/snap/snapcraft.yaml +++ b/client/electron/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: parsec base: core22 -version: 3.1.0-rc.3+dev +version: 3.1.0 summary: Secure cloud framework description: Parsec is an open-source cloud-based application that allow simple yet cryptographically secure file hosting. grade: stable diff --git a/client/package-lock.json b/client/package-lock.json index 69ca24de637..94d402bc7ae 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "client-vite", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "client-vite", - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "hasInstallScript": true, "license": "BUSL-1.1", "dependencies": { diff --git a/client/package.json b/client/package.json index 27f9ff05468..a40bb0bec93 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "client-vite", "private": true, - "version": "3.1.0-rc.3+dev", + "version": "3.1.0", "type": "module", "license": "BUSL-1.1", "scripts": { diff --git a/docs/conf.py b/docs/conf.py index 78ff0e6aa6c..4e30484f16b 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,7 @@ # the built documents. # # The short X.Y version. -version = "3.1.0-rc.3+dev" +version = "3.1.0" # The full version, including alpha/beta/rc tags. release = version diff --git a/docs/hosting/deployment/index.rst b/docs/hosting/deployment/index.rst index 1153ad5a3b8..0a7559c6408 100644 --- a/docs/hosting/deployment/index.rst +++ b/docs/hosting/deployment/index.rst @@ -308,7 +308,7 @@ Installation .. code-block:: bash - python -m pip install 'parsec-cloud==3.1.0-rc.3+dev' + python -m pip install 'parsec-cloud==3.1.0' 4. Prepare the database by applying the migrations: diff --git a/docs/hosting/deployment/parsec-server.docker.yaml b/docs/hosting/deployment/parsec-server.docker.yaml index 3c8f1d158ff..8beed412b38 100644 --- a/docs/hosting/deployment/parsec-server.docker.yaml +++ b/docs/hosting/deployment/parsec-server.docker.yaml @@ -56,7 +56,7 @@ services: - parsec-smtp - parsec-s3 - parsec-postgres - image: ghcr.io/scille/parsec-cloud/parsec-server:3.1.0-rc.3+dev + image: ghcr.io/scille/parsec-cloud/parsec-server:3.1.0 container_name: parsec-server env_file: - parsec.env diff --git a/docs/hosting/install_cli.rst b/docs/hosting/install_cli.rst index 81ceca020d5..f05185e6cdb 100644 --- a/docs/hosting/install_cli.rst +++ b/docs/hosting/install_cli.rst @@ -9,11 +9,11 @@ Install Linux CLI Parsec is also available as a command line interface (CLI) for Linux. It is a standalone binary that is provided in our GitHub releases. -.. _Parsec CLI v3.1.0-rc.3+dev: https://github.com/Scille/parsec-cloud/releases/download/v3.1.0-rc.3+dev/parsec-cli_3.1.0-rc.3+dev_linux_x86_64 +.. _Parsec CLI v3.1.0: https://github.com/Scille/parsec-cloud/releases/download/v3.1.0/parsec-cli_3.1.0_linux_x86_64 1. Download the CLI by following this link: - `Parsec CLI v3.1.0-rc.3+dev`_. + `Parsec CLI v3.1.0`_. 2. Make the file executable @@ -22,16 +22,16 @@ Parsec is also available as a command line interface (CLI) for Linux. It is a st .. code-block:: shell - chmod +x parsec-cli_3.1.0-rc.3+dev_linux_x86_64 + chmod +x parsec-cli_3.1.0_linux_x86_64 3. Verify the installation by running the following command: .. code-block:: shell - ./parsec-cli_3.1.0-rc.3+dev_linux_x86_64 --version + ./parsec-cli_3.1.0_linux_x86_64 --version The CLI should output its version: .. code-block:: - parsec-cli 3.1.0-rc.3+dev + parsec-cli 3.1.0 diff --git a/docs/locale/fr/LC_MESSAGES/hosting/install_cli.po b/docs/locale/fr/LC_MESSAGES/hosting/install_cli.po index f93917085f0..d39d559c0d6 100644 --- a/docs/locale/fr/LC_MESSAGES/hosting/install_cli.po +++ b/docs/locale/fr/LC_MESSAGES/hosting/install_cli.po @@ -44,8 +44,8 @@ msgid "Download the CLI by following this link:" msgstr "Téléchargez la CLI en suivant ce lien :" #: ../../hosting/install_cli.rst:16 -msgid "`Parsec CLI v3.1.0-rc.3+dev`_." -msgstr "`Parsec CLI v3.1.0-rc.3+dev`_." +msgid "`Parsec CLI v3.1.0`_." +msgstr "`Parsec CLI v3.1.0`_." #: ../../hosting/install_cli.rst:18 msgid "Make the file executable" diff --git a/libparsec/version b/libparsec/version index c97b885f7f3..a0cd9f0ccb0 100644 --- a/libparsec/version +++ b/libparsec/version @@ -1 +1 @@ -3.1.0-rc.3+dev \ No newline at end of file +3.1.0 \ No newline at end of file diff --git a/misc/versions.toml b/misc/versions.toml index 73957fdae93..3f73c86b67c 100644 --- a/misc/versions.toml +++ b/misc/versions.toml @@ -3,7 +3,7 @@ python = "3.12.0" poetry = "1.5.1" node = "18.12.0" wasm-pack = "0.12.1" -parsec = "3.1.0-rc.3+dev" +parsec = "3.1.0" nextest = "0.9.54" license = "BUSL-1.1" postgres = "14.10" diff --git a/server/parsec/_version.py b/server/parsec/_version.py index 57a32e1009d..112d4d8ab45 100644 --- a/server/parsec/_version.py +++ b/server/parsec/_version.py @@ -3,4 +3,4 @@ # This file is imported from __init__.py and exec'd from setup.py -__version__ = "3.1.0-rc.3+dev" +__version__ = "3.1.0" diff --git a/server/pyproject.toml b/server/pyproject.toml index 4b622e8b76b..15556b793ab 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "parsec-cloud" -version = "3.1.0-rc.3+dev" +version = "3.1.0" description = "Secure cloud framework" authors = ["Scille SAS "] license = "BUSL-1.1"