* Works around exponential resource usage in pydantic 0.9 by pinning to 0.8
2.0.0
* Introduces unified Query object that can be used for any backend. Changes parameter naming and capitalisation for many queries so major version.
1.2.0
* Introduces alternate disk storages for Trolley * Adds FlatStorageDir class as alternate storage * Adds test coverage configuration with .coveragerc
1.1.1
* Adds jpeg lossless transfer syntax (1.2.840.10008.1.2.4.70) to rad-69 requests
1.1.0
* Improves rad69 downloading. Can now handle chunked rad69 soap response stream with low memory use
1.0.0
* Adds Rad69 as download method * Replaces 'wado' argument to Trolley with abstract downloader. Abstract 'Downloader' class is implemented by both Wado and Rad69