File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6+ ## v0.19.1
7+ - DICOM: Fix for potential validation issue
8+
69## v0.19.0
710- Initial AI Inference support
811- NEW: Data source ` hsdp_ai_inference_compute_environments `
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2020 github.com/philips-labs/ferrite v0.1.2
2121 github.com/philips-labs/siderite v0.11.0
22- github.com/philips-software/go-hsdp-api v0.43.0
22+ github.com/philips-software/go-hsdp-api v0.43.1-0.20210902125501-c0e00f214d7b
2323 github.com/pkg/errors v0.9.1
2424 github.com/robfig/cron/v3 v3.0.1
2525 github.com/stretchr/testify v1.7.0
Original file line number Diff line number Diff line change @@ -945,8 +945,8 @@ github.com/philips-software/gautocloud-connectors v0.4.0/go.mod h1:k5VG78BLnDI75
945945github.com/philips-software/go-hsdp-api v0.20.0 /go.mod h1:agJtsgjb1W4xq5cVUdk06uUVETKO1nKZAZJ4Y1Dumg4 =
946946github.com/philips-software/go-hsdp-api v0.38.1-0.20210428141703-9f4371331e80 /go.mod h1:vzZX4kCmgVwuJcAmd75Yeh/tNu1dNnBRbyau7CFWsuQ =
947947github.com/philips-software/go-hsdp-api v0.42.2 /go.mod h1:8/X/HGcmxfWMicqeVADZWwmPLGLA8hbqLr22w+ku5qE =
948- github.com/philips-software/go-hsdp-api v0.43.0 h1:etinOaE7li2gkPyjBmV4VMOXXjLS6MAQXSr3hJzv46o =
949- github.com/philips-software/go-hsdp-api v0.43.0 /go.mod h1:g30qx/PUOGEd6/1zf4/Ym+EV6sbpNc+kmofmH2j09A4 =
948+ github.com/philips-software/go-hsdp-api v0.43.1-0.20210902125501-c0e00f214d7b h1:3nCJt4APzk28iB+FVOOnHDPaNlE52NGXlT2q2eyFvjo =
949+ github.com/philips-software/go-hsdp-api v0.43.1-0.20210902125501-c0e00f214d7b /go.mod h1:g30qx/PUOGEd6/1zf4/Ym+EV6sbpNc+kmofmH2j09A4 =
950950github.com/philips-software/go-hsdp-signer v1.3.0 h1:Si1voDE/GHzthmxpasPdntbu8aUW6EYJfI6gHVf7BCc =
951951github.com/philips-software/go-hsdp-signer v1.3.0 /go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0 =
952952github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1 /go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc =
You can’t perform that action at this time.
0 commit comments