2.1.0
This version of CQL Execution VSAC contains two important changes:
SVS Authentication
SVS authentication now uses basic authentication instead of ticket-based authentication. NLM will remove support for ticket-based authentication in November 2023, so CQL Execution VSAC users should update to this version before then.
FHIR API Support
When constructing a CodeService
, developers can choose between the SVS API and FHIR API. The SVS API remains the default approach. For more details, see the README.
What's Changed
- Use BasicAuth instead of TGT authentication by @cmoesel in #27
- Support for VSAC FHIR API by @cmoesel in #28
- v2.1.0 by @cmoesel in #29
Full Changelog: v2.0.2...v2.1.0