Releases: aperture-data/aperturedb-python
Releases · aperture-data/aperturedb-python
v0.4.59
Release v0.4.59
What's Changed
- Release 0.4.58 to develop by @luisremis in #665
- fix: update pre-commit CI to use python 3.12 by @ad-claw000 in #676
- test: add initial suite of tests for Images.py by @ad-claw000 in #674
- docs: fixup reference links by @ad-claw000 in #685
- feat(connector): add boolean parameter to connect at construction by @ad-claw000 in #681
- fix(loader): show throughput even when errors occur by @ad-claw000 in #670
- chore(ci): implement CI optimizations by @ad-claw000 in #691
- docs: bring back hierarchy in ParallelLoader docs by @ad-claw000 in #706
- fix(docs): correct docstrings for find_similar in Descriptors by @ad-claw000 in #678
- fix: Update Sort on DW Sort class. by @ad-claw000 in #686
- fix(parallel): handle aborted batches in map_response_to_handler by @ad-claw000 in #682
- feat: Add ConnectionPool class by @ad-claw000 in #666
- fix(utils): handle newer schema response format in summary by @ad-claw000 in #667
- Fix: Prevent rich from swallowing Configuration objects in CLI output by @ad-claw000 in #723
- docs: improve documentation and fix typos by @ad-claw000 in #716
- fix(utils): censor token information in error logs by @ad-claw000 in #672
- feat(Sources): Fallback to anonymous client for s3 and gs on auth failure by @ad-claw000 in #671
- fix(loader): fix dry_run execution in dask workers by @ad-claw000 in #724
- fix: Combine logger exception/warning messages by @ad-claw000 in #721
- Release 0.4.59 by @luisremis in #732
Full Changelog: v0.4.58...v0.4.59
v0.4.58
Release v0.4.58
What's Changed
- Release 0.4.57 to dev by @luisremis in #661
- ci: use amazon/aws-cli docker image to avoid host dependency by @ad-claw000 in #662
- ci: split HTTP and non-HTTP tests into GitHub Actions matrix to reduce CI duration (Closes #659) by @ad-claw000 in #663
- Release 0.4.58 by @luisremis in #664
Full Changelog: v0.4.57...v0.4.58
v0.4.57
Release v0.4.57
What's Changed
- Rebase develop to main by @gsaluja9 in #648
- Fix CI failure: permission error on ca.key during coverage image build by @Copilot in #652
- fix: use sendall() to prevent partial sends and reconnect if conn is None before query by @luisremis in #651
- Release 0.4.56 by @luisremis in #655
- Release 0.4.56 by @luisremis in #656
- fix: remove redundant connection close in SSLError catch block (Closes #625) by @ad-claw000 in #654
- fix: allow wheel files in dist for docker builds by @ad-claw000 in #658
- Release 0.4.57 by @luisremis in #660
New Contributors
- @Copilot made their first contribution in #652
Full Changelog: v0.4.55...v0.4.57