diff --git a/CHANGES.md b/CHANGES.md index 68fdafb7..e2d5a44e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,11 +1,31 @@ # CHANGES.txt -## Version 0.6.3 (?) +## Version 0.7.0 ### What's Changed - the authentication header for the JSON Api is changed from `X-Cassandra-Token` to `Token`, in line with changes in the API by @hemidactylus in - the parameter name for pagination is changed from `nextPagingState` to `nextPageState`, in line with changes in the API by @hemidactylus in +- Raise HTTP errors by @bjchambers in https://github.com/datastax/astrapy/pull/125 +- AstraDBCollection count_documents method by @hemidactylus in https://github.com/datastax/astrapy/pull/131 +- Fix #130: Use path in the _post calls by @erichare in https://github.com/datastax/astrapy/pull/132 +- fix OPS_API_RESPONSE union type to include lists by @hemidactylus in https://github.com/datastax/astrapy/pull/137 +- Add async API by @cbornet in https://github.com/datastax/astrapy/pull/146 +- Add a trace logging level and use for payload data by @erichare in https://github.com/datastax/astrapy/pull/148 +- Use poetry to manage the project by @cbornet in https://github.com/datastax/astrapy/pull/153 +- Add optional pre-fetching of paginate results by @cbornet in https://github.com/datastax/astrapy/pull/154 +- Ensure that data gets coerced to JSON-serializable floats by @erichare in https://github.com/datastax/astrapy/pull/144 +- a test collecting all non-equality operators in the filters to find by @hemidactylus in https://github.com/datastax/astrapy/pull/162 +- Batched versions of insert / upsert by @erichare in https://github.com/datastax/astrapy/pull/134 +- Fix #126 - improve handling of API errors by @erichare in https://github.com/datastax/astrapy/pull/128 +- Add async insert_many_chunked and upsert_many by @cbornet in https://github.com/datastax/astrapy/pull/157 + +## New Contributors + +* @bjchambers made their first contribution in https://github.com/datastax/astrapy/pull/125 +* @cbornet made their first contribution in https://github.com/datastax/astrapy/pull/146 + +**Full Changelog**: https://github.com/datastax/astrapy/compare/v0.6.2...v0.7.0 ## Version 0.6.2