Recent Releases of crux
crux - v0.0.14
Breaking Changes:
- Convert List Resources call to a generator
- Use paginated resource calls endpoint plat-api/resources with filters for list resources
- Switch parameter offset (int) to cursor (str) for list resource calls
Changes:
- Update Parquet data type for fetching delivery resources
- add utility endpoint to get latest ingestion
- Python
Published by spmistry about 6 years ago
crux - v0.0.12
Bump version to 0.0.12
BREAKING CHANGES:
- Remove Query and Table support.
- Change model
__init__()to takeraw_modelinstead of multiple args.
Changes:
- Change PUTs to send all fields to the API, instead of relying on PATCH-like behavior.
- Change model
update()method to update the API with all fields. - Allow more model properties to be updatable.
- Fix
File.iter_content()to not download through primary API.
- Python
Published by antoncohen almost 7 years ago
crux - v0.0.6
BREAKING CHANGES:
- Change
Dataset.add_permission()to set dataset permissions, addDataset.add_permission_to_resources()for bulk resource permission updates.
Changes:
- Reuse request session to allow TCP connection to be reused.
- Add
Crux.close()to close session, for uses that create manyCruxclients. - Support proxies signed GCS uploads/downloads.
- enum34 no longer vendored.
- Python
Published by antoncohen over 7 years ago
crux - v0.0.4
Changes:
- Add support for direct from GCS downloads
- Add pagination to label search
- Add logging functionality
- Fix bug that prevented small files from being downloaded directly from GCS
Breaking changes:
- Some required args in download/upload methods were renamed to improve accuracy of arg names
- Python
Published by antoncohen over 7 years ago
crux - v0.0.3
BREAKING CHANGES:
- Many internal implementation details have been made private by adding an underscore to the module names.
content_typearg changed tomedia_typeto match API naming.- Labels changed to a dictionary to allow simple k/v lookups.
- Python
Published by antoncohen over 7 years ago