Skip to content

Latest commit

 

History

History
152 lines (97 loc) · 8.8 KB

CHANGELOG.md

File metadata and controls

152 lines (97 loc) · 8.8 KB

Changelog

v7.1.2 (2020-03-07)

Full Changelog

Implemented enhancements:

  • Connecting Weasis to DICOMCloud #32
  • Update to weasis-dicom-tools 5.19.1 #29

Fixed bugs:

  • Fix java 11 issue by removing javax.xml.bind dependency #31
  • Fix issue when cbd is empty #30

v7.1.1 (2019-07-12)

Full Changelog

Implemented enhancements:

  • Update to weasis-dicom-tools 5.17.0 #28
  • Allow to transmit an authorization in GetWeasisProtocol #27 [Type: Feature]
  • Add weasis protocol (replacing Java Webstart) #26 [Type: Feature]
  • wado url should depend on $arc.aet #24

Fixed bugs:

  • Uploading manifest encoding issue #25

v6.1.5 (2019-06-14)

Full Changelog

v7.0.1 (2018-12-12)

Full Changelog

Implemented enhancements:

  • Allows to transmit a token for the WADO URI service authentication #23

Fixed bugs:

  • Infinite loop when replacing weasis-pacs-connector.war in wildfly 12 #22 [Priority: High]

v7.0.0 (2018-11-02)

Full Changelog

Implemented enhancements:

  • Fix possible injection for getting a local file #21 [Type: Security]
  • Remove Applet API #20 [Type: Security]
  • Use new API for building Manifest #19
  • Requires Java 8 and Servlet 3.1 #18
  • Use weasis-dicom-tools 5.13.3 #17

v6.1.4 (2018-10-26)

Full Changelog

Implemented enhancements:

  • ${server.base.url} like variable that returns IP address of server #13
  • Add a trace when building the JNLP #16

Fixed bugs:

  • Issue when the application container contains spaces in the path #15
  • Error launching /IHEInvokeImageDisplay with HTTP HEAD #10

v6.1.5 (2019-06-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Uploading manifest encoding issue #25

v6.1.4 (2018-10-26)

Full Changelog

Implemented enhancements:

  • ${server.base.url} like variable that returns IP address of server #13
  • Add a trace when building the JNLP #16

Fixed bugs:

  • Issue when the application container contains spaces in the path #15
  • Error launching /IHEInvokeImageDisplay with HTTP HEAD #10

6.1.3 (2017-08-21)

Full Changelog

6.1.1 (2017-06-20)

Full Changelog

  • Fix cannot build manifest (sorting exception)

6.1.0 (2017-04-30)

Full Changelog

  • Multi-PACS configuration (can be requested simultaneously or individually)
  • Allows to query the PACS through its database (not recommended)
  • Generates new manifest 2.5 (supported by Weasis 2.5)
  • Support configuration in Wildfly 10 without module
  • Requires Java 7

5.0.1 (2015-07-14)

Full Changelog

  • Update weasis-dicom-tools to 0.9.8 (based on dcm4che3 3.3.7)
  • Add maven profile to build without logger (better for JBoss)
  • #1 Combination of UIDs doesn't work
  • #3 Combination of UIDs is incompatible with IID profile (must be desactivated in configuration)
  • #4 Add parameter to search in the Study Description
  • Change logger level to INFO
  • Write jnlp response without server enconding

5.0.0 (2015-01-03)

  • Used weasis-dicom-tools (based on dcm4che3) for building the manifest
  • Starting Weasis and building manifest are executed in parallel (improve the time to get the images)
  • The manifest is not embedded any more by default in the jnlp, only an url with an id can be called once within 5 min. That means clicking on a jnlp a second time won't show any images (this behavior is desirable for security reasons as most browsers downloads jnlp)
  • Configure the maximum number of manifests treated simultaneous and the maximum life time of a building manifest process (5 min by default)
  • Error messages (when building the manifest) are transmitted to the viewer via the manifest
  • New context (/IHEInvokeImageDisplay) compliant to the IHE IID profile
  • Parameters at patient level defined in IID profile (mostRecentResults, lowerDateTime, upperDateTime, modalitiesInStudy) are also available in the other contexts (/viewer, /viewer-applet and /manifest)
  • Allows to have on different servers the following components: weasis-pacs-connector, PACS, Weasis, weasis-ext (additional plugins) and jnlp templates
  • Major improvement of the JNLP builder servlet (allows dynamic injection of arguments, properties and templates)
  • Option for DICOM query in TLS mode
  • Launching Weasis as an Applet in web page
  • Uploading the manifest by http POST
  • Option to embed the manifest into the jnlp

* This Changelog was automatically generated by github_changelog_generator