Skip to content

Commit

Permalink
Update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
erichare committed Jan 10, 2024
1 parent 8c4b0ea commit a647b02
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/datastax/astrapy/pull/73>
- the parameter name for pagination is changed from `nextPagingState` to `nextPageState`, in line with changes in the API by @hemidactylus in <https://github.com/datastax/astrapy/pull/72>
- 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

Expand Down

0 comments on commit a647b02

Please sign in to comment.