From 5dfb63946cf97063669715e691886a0563f6c07f Mon Sep 17 00:00:00 2001 From: Wei Ouyang Date: Fri, 16 Aug 2024 16:39:07 -0700 Subject: [PATCH] bump version to 0.20.24 --- docs/getting-started.md | 2 +- docs/migration-guide.md | 10 +++++----- docs/service-type-annotation.md | 2 +- helm-chart/hypha-server/values.yaml | 2 +- hypha/VERSION | 2 +- hypha/core/store.py | 1 - requirements.txt | 2 +- setup.py | 2 +- 8 files changed, 11 insertions(+), 12 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 21d9924d..c81aebf1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -201,7 +201,7 @@ if __name__ == "__main__": Include the following script in your HTML file to load the `hypha-rpc` client: ```html - + ``` Use the following code in JavaScript to connect to the server and access an existing service: diff --git a/docs/migration-guide.md b/docs/migration-guide.md index 750aa0d0..b566d925 100644 --- a/docs/migration-guide.md +++ b/docs/migration-guide.md @@ -15,7 +15,7 @@ To connect to the server, instead of installing the `imjoy-rpc` module, you will pip install -U hypha-rpc # new install ``` -We also changed our versioning strategy, we use the same version number for the server and client, so it's easier to match the client and server versions. For example, `hypha-rpc` version `0.20.23` is compatible with Hypha server version `0.20.23`. +We also changed our versioning strategy, we use the same version number for the server and client, so it's easier to match the client and server versions. For example, `hypha-rpc` version `0.20.24` is compatible with Hypha server version `0.20.24`. #### 2. Change the imports to use `hypha-rpc` @@ -128,10 +128,10 @@ loop.run_forever() To connect to the server, instead of using the `imjoy-rpc` module, you will need to use the `hypha-rpc` module. The `hypha-rpc` module is a standalone module that provides the RPC connection to the Hypha server. You can include it in your HTML using a script tag: ```html - + ``` -We also changed our versioning strategy, we use the same version number for the server and client, so it's easier to match the client and server versions. For example, `hypha-rpc` version `0.20.23` is compatible with Hypha server version `0.20.23`. +We also changed our versioning strategy, we use the same version number for the server and client, so it's easier to match the client and server versions. For example, `hypha-rpc` version `0.20.24` is compatible with Hypha server version `0.20.24`. #### 2. Change the connection method and use camelCase for service function names @@ -149,7 +149,7 @@ Here is a suggested list of search and replace operations to update your code: Here is an example of how the updated code might look: ```html - + + +