Skip to content

Version 3.2.0 - Batch Order, Licenses, and POST searching

Compare
Choose a tag to compare
@martejj martejj released this 05 Jul 23:59
· 145 commits to master since this release

This release brings compatibility with new features of the Arlula Archive API.

  • Updates license on SearchResult to licenses, in line with new API updates.
  • Updates archive search to send requests via POST rather than GET always. This is due to URL length limits and the recent polygon search update.
  • Adds the ability to chain together multiple OrderRequest objects into a BatchOrderRequest.
  • Adds the ability to send a BatchOrderRequest with the new ArchiveAPI.batch_search method.