diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..bd986776 --- /dev/null +++ b/CHANGES.md @@ -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 diff --git a/setup.py b/setup.py index 3d53d978..d6fefa6b 100644 --- a/setup.py +++ b/setup.py @@ -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",