Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Nov 10, 2023
1 parent 49a16e2 commit c405c5d
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion v2.3.x/Variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"milvus_deb_name": "milvus_2.2.0-1_amd64",
"milvus_rpm_name": "milvus-2.2.0-1.el7.x86_64",
"milvus_python_sdk_version": "2.3.x",
"milvus_python_sdk_real_version": "2.3.2",
"milvus_python_sdk_real_version": "2.3.3",
"milvus_node_sdk_version": "2.3.x",
"milvus_node_sdk_real_version": "2.3.3",
"milvus_go_sdk_version": "2.3.x",
Expand Down
2 changes: 1 addition & 1 deletion v2.3.x/site/en/adminGuide/resource_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note that a Milvus instance maintains a default resource group to hold all the q

<div class="alert note">

All code samples on this page are in PyMilvus 2.3.2. Upgrade your PyMilvus installation before running them.
All code samples on this page are in PyMilvus 2.3.3. Upgrade your PyMilvus installation before running them.

</div>

Expand Down
2 changes: 1 addition & 1 deletion v2.3.x/site/en/getstarted/example_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Through running the example code we provided, you will have a primary understand

- [Milvus 2.3.3](install_standalone-docker.md)
- Python 3 (3.7.1 or later)
- [PyMilvus 2.3.2](install-pymilvus.md)
- [PyMilvus 2.3.3](install-pymilvus.md)


## Download example code
Expand Down
2 changes: 1 addition & 1 deletion v2.3.x/site/en/getstarted/install_SDKs/install-pymilvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It is recommended to install a PyMilvus version that matches the version of the
</div>

```
$ python3 -m pip install pymilvus==2.3.2
$ python3 -m pip install pymilvus==2.3.3
```

## Verify installation
Expand Down
62 changes: 31 additions & 31 deletions v2.3.x/site/en/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,44 @@ Milvus 2.3.3 was a bugfix version that focused on minimizing business interrupti

### Features

Supported pure list JSON in bulk insert (#28126)
Supported pure list JSON in bulk insert ([#28126](https://github.com/milvus-io/milvus/pull/28126))

### Improvements

- Constructed a plan directly when searching with vector output (#27963)
- Removed binlog/delta log from getRecoveryInfoV2 (#27895) (#28090)
- Refined code for fixed-length types array (#28109)
- Constructed a plan directly when searching with vector output ([#27963](https://github.com/milvus-io/milvus/pull/27963))
- Removed binlog/delta log from getRecoveryInfoV2 ([#27895](https://github.com/milvus-io/milvus/pull/27895)) ([#28090](https://github.com/milvus-io/milvus/pull/28090))
- Refined code for fixed-length types array ([#28109](https://github.com/milvus-io/milvus/pull/28109))
- Improved rolling upgrade unserviceable time
- Refined stop order (#28016) (#28089)
- Set qcv2 index task priority to Low (#28117) (#28134)
- Removed retry in getShards (#28011) (#28091)
- Fixed load index for stopping node (#28047) (#28137)
- Fixed retry on offline node (#28079) (#28139)
- Fixed QueryNode panic while upgrading (#28034) (#28114)
- Fixed coordinator fast restart by deleting old session (#28205)
- Fixed check grpc error logic (#28182) (#28218)
- Delayed the cancellation of ctx when stopping the node (#28249)
- Disabled auto balance when an old node exists (#28191) (#28224)
- Fixed auto balance block channel reassign after datanode restart (#28276)
- Fixed retry when proxy stopped (#28263)
- Reduced useless ObjectExists in AzureBlobManager (#28157)
- Got vector concurrently (#28119)
- Forced set Aliyun use_virtual_host to true for all (#28237)
- Fixed delete session key with prefix causing multiple QueryNode crashes (#28267)
- Refined stop order ([#28016](https://github.com/milvus-io/milvus/pull/28016)) ([#28089](https://github.com/milvus-io/milvus/pull/28089))
- Set qcv2 index task priority to Low ([#28117](https://github.com/milvus-io/milvus/pull/28117)) ([#28134](https://github.com/milvus-io/milvus/pull/28134))
- Removed retry in getShards ([#28011](https://github.com/milvus-io/milvus/pull/28011)) ([#28091](https://github.com/milvus-io/milvus/pull/28091))
- Fixed load index for stopping node ([#28047](https://github.com/milvus-io/milvus/pull/28047)) ([#28137](https://github.com/milvus-io/milvus/pull/28137))
- Fixed retry on offline node ([#28079](https://github.com/milvus-io/milvus/pull/28079)) ([#28139](https://github.com/milvus-io/milvus/pull/28139))
- Fixed QueryNode panic while upgrading ([#28034](https://github.com/milvus-io/milvus/pull/28034)) ([#28114](https://github.com/milvus-io/milvus/pull/28114))
- Fixed coordinator fast restart by deleting old session ([#28205](https://github.com/milvus-io/milvus/pull/28205))
- Fixed check grpc error logic ([#28182](https://github.com/milvus-io/milvus/pull/28182)) ([#28218](https://github.com/milvus-io/milvus/pull/28218))
- Delayed the cancellation of ctx when stopping the node ([#28249](https://github.com/milvus-io/milvus/pull/28249))
- Disabled auto balance when an old node exists ([#28191](https://github.com/milvus-io/milvus/pull/28191)) ([#28224](https://github.com/milvus-io/milvus/pull/28224))
- Fixed auto balance block channel reassign after datanode restart ([#28276](https://github.com/milvus-io/milvus/pull/28276))
- Fixed retry when proxy stopped ([#28263](https://github.com/milvus-io/milvus/pull/28263))
- Reduced useless ObjectExists in AzureBlobManager ([#28157](https://github.com/milvus-io/milvus/pull/28157))
- Got vector concurrently ([#28119](https://github.com/milvus-io/milvus/pull/28119))
- Forced set Aliyun use_virtual_host to true for all ([#28237](https://github.com/milvus-io/milvus/pull/28237))
- Fixed delete session key with prefix causing multiple QueryNode crashes ([#28267](https://github.com/milvus-io/milvus/pull/28267))

### Bug Fixes

- Fixed script stop unable to find Milvus process (#27958)
- Fixed timestamp reordering issue with delete records (#27941) (#28113)
- Fixed prefix query with longer subarray potentially causing a crash (#28112)
- Limited max thread num for pool (#28018) (#28115)
- Fixed sync distribution with the wrong version (#28130) (#28170)
- Added a custom HTTP header: Accept-Type-Allow-Int64 for JS client (#28125)
- Fixed bug for constructing ArrayView with fixed-length type (#28186)
- Fixed bug for setting index state when IndexNode connecting failed (#28221)
- Fixed bulk insert bug that segments are compacted after import (#28227)
- Fixed the target updated before version updated to cause data missing (#28257)
- Handled exceptions while loading (#28306)
- Fixed script stop unable to find Milvus process ([#27958](https://github.com/milvus-io/milvus/pull/27958))
- Fixed timestamp reordering issue with delete records ([#27941](https://github.com/milvus-io/milvus/pull/27941)) ([#28113](https://github.com/milvus-io/milvus/pull/28113))
- Fixed prefix query with longer subarray potentially causing a crash ([#28112](https://github.com/milvus-io/milvus/pull/28112))
- Limited max thread num for pool ([#28018](https://github.com/milvus-io/milvus/pull/28018)) ([#28115](https://github.com/milvus-io/milvus/pull/28115))
- Fixed sync distribution with the wrong version ([#28130](https://github.com/milvus-io/milvus/pull/28130)) ([#28170](https://github.com/milvus-io/milvus/pull/28170))
- Added a custom HTTP header: Accept-Type-Allow-Int64 for JS client ([#28125](https://github.com/milvus-io/milvus/pull/28125))
- Fixed bug for constructing ArrayView with fixed-length type ([#28186](https://github.com/milvus-io/milvus/pull/28186))
- Fixed bug for setting index state when IndexNode connecting failed ([#28221](https://github.com/milvus-io/milvus/pull/28221))
- Fixed bulk insert bug that segments are compacted after import ([#28227](https://github.com/milvus-io/milvus/pull/28227))
- Fixed the target updated before version updated to cause data missing ([#28257](https://github.com/milvus-io/milvus/pull/28257))
- Handled exceptions while loading ([#28306](https://github.com/milvus-io/milvus/pull/28306))

## v2.3.2

Expand Down

0 comments on commit c405c5d

Please sign in to comment.