Skip to content

Releases: sjoerdk/dicomtrolley

v2.1.4

31 Aug 11:31
Compare
Choose a tag to compare

Splits rad69 requests by series by default. This reduces server load

v2.1.3

02 Aug 09:51
2324ccc
Compare
Choose a tag to compare

Makes session timeout exceptions more informative for better debugging

catch ProtocolError

26 Jul 08:21
80dd6fc
Compare
Choose a tag to compare

Now re-raises underlying urllib3.exceptions.ProtocolError to dicom trolley exception

v2.1.1

14 Jul 10:33
ff35dab
Compare
Choose a tag to compare

Rebrands some requests server exceptions to dicom trolley exceptions for easier handling

v2.1.0

11 Jul 14:16
44f730c
Compare
Choose a tag to compare

v2.1.0 (2022-07-11)

  • Adds VitreaAuth based on requests AuthBase for easier login and session timeout recovery

Publish v2.0.2

05 Jul 14:32
1ac7512
Compare
Choose a tag to compare

Fixes capitalization error in rad69 xml template

Release v2.0.1

05 Jul 14:23
Compare
Choose a tag to compare

v2.0.1 (2022-07-05)

  • Works around exponential resource usage in pydantic 0.9 by pinning to 0.8

Version 2.0.0

27 Jun 21:15
f24aa9e
Compare
Choose a tag to compare

Introduces unified Query object that can be used for any back-end. This means you can now switch backends without altering any query code

v1.2.0

22 Jun 09:06
133e63a
Compare
Choose a tag to compare

v1.2.0 (2022-06-22)

  • Introduces alternate disk storages for Trolley
  • Adds FlatStorageDir class as alternate storage
  • Adds test coverage configuration with .coveragerc

Rad69 download

14 Apr 12:02
Compare
Choose a tag to compare

v1.1.0 (2022-04-14)

  • Improves rad69 downloading. Can now handle chunked rad69 soap response stream with low memory use

v1.0.0 (2022-03-23)

  • Adds Rad69 as download method
  • Replaces 'wado' argument to Trolley with abstract downloader. Abstract 'Downloader' class is implemented by both Wado and Rad69