- Added Redis endpoints
- Added Billing endpoints
- Added get JWT endpoint
- Updating tenant endpoint with displayName, contact info, plan, attribution, and metadata
- Adding get tenant details endpoint
- Updating user endpoints with displayName during creation and newEmail object during an update.
- Added export data from the query endpoint
- Added JSON support for insert_document_from_file method
- Added plan endpoints
- Added additional collection endpoints (get collection information, get collection figures, update collection properties)
- Added function get_all_documents (to help users get all docs in the collection)
- Added get_all_batches (to help users get all docs returned by a query)
- Added important options like batch size and ttl to execute query endpoint
- Added additional query workers endpoints (batch size option to execute query workers, read next batch, import query workers)
- Added additional datacenter endpoints (get data center details, get all data centers, assign spot region)
- Added fabric metadata endpoints
- Added additional Key-Value endpoints (get all keys of a collection, get key-value pairs from a collection, remove all key-value pairs in a collection)
- Added additional stream endpoints (get ttl, set ttl, publish messages to stream, set message expiry)
- Added an additional stream workers endpoint to publish messages via HTTP source
- Updated update_document_many and delete_document_many functions
- Updated import collection and export collection endpoints