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 Jan 24, 2024
1 parent 374746d commit fac0729
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 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.5",
"milvus_python_sdk_real_version": "2.3.6",
"milvus_node_sdk_version": "2.3.x",
"milvus_node_sdk_real_version": "2.3.5",
"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.5. Upgrade your PyMilvus installation before running them.
All code samples on this page are in PyMilvus 2.3.6. 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.6](install_standalone-docker.md)
- Python 3 (3.7.1 or later)
- [PyMilvus 2.3.5](install-pymilvus.md)
- [PyMilvus 2.3.6](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.5
$ python3 -m pip install pymilvus==2.3.6
```

## Verify installation
Expand Down
28 changes: 14 additions & 14 deletions v2.3.x/site/en/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ Milvus v2.3.6 marks a minor yet impactful update, concentrating on boosting over

### Improvements

- Replace "leader_observer" with "leader_checker" to address concurrency issues related to loading and releasing segments (#29984 #30152).
- Transform specific magic numbers into configurable options (#30070).
- Remove heartbeat delay logic for ShardLeader to prevent misjudging its availability (#30085).
- When allocating channels, shuffle ShardLeader candidates to avoid load imbalance (#30089).
- Enhance RESTful support by adding functionality for arrays and JSON (#30077).
- Add a counter monitoring for rate-limited requests (#30132).
- Accelerate index loading through concurrent methods (#30018).
- Remove the step of DataNode subscribing to the message stream during the Import phase to avoid Import timeouts (#30133).
- Introduce association logic between privileges to simplify the authorization process (#30154).
- Implement unified restrictions on the number of Collections, Partitions, and Shards (#30017).
- Replace "leader_observer" with "leader_checker" to address concurrency issues related to loading and releasing segments ([#29984](https://github.com/milvus-io/milvus/pull/29984) [#30152](https://github.com/milvus-io/milvus/pull/30152)).
- Transform specific magic numbers into configurable options ([#30070](https://github.com/milvus-io/milvus/pull/30070)).
- Remove heartbeat delay logic for ShardLeader to prevent misjudging its availability ([#30085](https://github.com/milvus-io/milvus/pull/30085)).
- When allocating channels, shuffle ShardLeader candidates to avoid load imbalance ([#30089](https://github.com/milvus-io/milvus/pull/30089)).
- Enhance RESTful support by adding functionality for arrays and JSON ([#30077](https://github.com/milvus-io/milvus/pull/30077)).
- Add a counter monitoring for rate-limited requests ([#30132](https://github.com/milvus-io/milvus/pull/30132)).
- Accelerate index loading through concurrent methods ([#30018](https://github.com/milvus-io/milvus/pull/30018)).
- Remove the step of DataNode subscribing to the message stream during the Import phase to avoid Import timeouts ([#30133](https://github.com/milvus-io/milvus/pull/30133)).
- Introduce association logic between privileges to simplify the authorization process ([#30154](https://github.com/milvus-io/milvus/pull/30154)).
- Implement unified restrictions on the number of Collections, Partitions, and Shards ([#30017](https://github.com/milvus-io/milvus/pull/30017)).

### Critical bug fixes

- Fixed a memory leak caused by incorrect usage of OpenTelemetry in segcore (#30068).
- Addressed the issue of slow disk index loading by dynamically patching the index parameters (#30016).
- Resolved the problem of changes made through the "alter collection" command not being persisted (#30156).
- Fixed the issue where read request rate limiting ultimately leads to the unavailability of the read service (#30196).
- Fixed a memory leak caused by incorrect usage of OpenTelemetry in segcore ([#30068](https://github.com/milvus-io/milvus/pull/30068)).
- Addressed the issue of slow disk index loading by dynamically patching the index parameters ([#30016](https://github.com/milvus-io/milvus/pull/30016)).
- Resolved the problem of changes made through the "alter collection" command not being persisted ([#30156](https://github.com/milvus-io/milvus/pull/30156)).
- Fixed the issue where read request rate limiting ultimately leads to the unavailability of the read service ([#30196](https://github.com/milvus-io/milvus/pull/30196)).

## v2.3.5

Expand Down

0 comments on commit fac0729

Please sign in to comment.