Skip to content

Commit

Permalink
Fix #97: Beta milestone designation and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Nov 15, 2023
1 parent 72d9f06 commit 4e3a04d
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# CHANGES.txt

## Version 0.6.1

### Added

- **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.
- **Enhanced Documentation**: Added comprehensive docstrings for all public methods, improving code readability and ease of use.

### Changed

- **Beta Version Designation**: Bumped the setup.y development version designation from Alpha to Beta
- **Endpoint URL Parameters**: Updated the handling of endpoint URL parameters to ensure future compatibility and robustness.

### Fixed

- **Document Upsertion**: Resolved an issue with the upserting process of documents, enhancing data consistency and reliability.

### Removed

- **Python-dotenv Dependency**: Removed the python-dotenv package from the setup, optimizing dependency management.

## Version 0.6.0

- Initial Release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"cassio~=0.1.3",
],
classifiers=[
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: Apache Software License",
Expand Down

0 comments on commit 4e3a04d

Please sign in to comment.