Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Nov 16, 2023
1 parent 2c9d5e2 commit 80391de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- **HTTPX Support for Concurrency**: Introduced the integration of HTTPX to enhance concurrency capabilities.
- **Non-Vector Collection Creation**: Implemented functionality to allow creation of non-vector collections, broadening the scope of collection types supported.
- **Support for the `delete_many` Operation**: Added a new AstraDBCollection method for `delete_many`, which calls the JSON API `deleteMany` endpoint to perform a multi-delete.
- **Enhanced Documentation**: Added comprehensive docstrings for all public methods, improving code readability and ease of use.

### Changed
Expand All @@ -16,6 +17,7 @@
### Fixed

- **Document Upsertion**: Resolved an issue with the upserting process of documents, enhancing data consistency and reliability.
- **Push and Pop**: Updated the interface for `push` and `pop` calls to be more intuitive.

### Removed

Expand Down

0 comments on commit 80391de

Please sign in to comment.