Releases: microsoft/fhir-server
Build 20190628-1
Automatic release created from build 20190628-1
Work in this release
cdf4be1a22 - Properly dispose the scope. (#559)
The IDocumentClient scope is not properly disposed.
81ba1e7e24 - Add SQL support for Reverse Chaining (#551)
3b1360a601 - Add auth secrets to keyvault (#555)
Build 20190620-5
Automatic release created from build 20190620-5
Work in this release
ab932fc3dd - Fixes references/versions of analyzers (#554)
6e2bea78a8 - Fixes bug where Resources with no search parameters could not be saved (#548)
-
Fixes bug where Resources with no search parameters could not be saved
-
Adds test that all resource types are included in SearchParameterDefinitions
2f8c3f26f8 - Updates package 'AngleSharp' to version '0.12.1' (#526)
e02c4aa756 - Exclude the definition files from GeoPol tool. (#530)
Exclude the definition file from the GeoPol tool.
16f5e003e2 - Mark the history test which pages through results as KnownBroken. (#547)
504a0814f2 - Auto-update for packages related to 'Microsoft.CodeAnalysis' (#539)
- Updates package 'Microsoft.SourceLink.GitHub' to version '1.0.0-beta2-19270-01'
- Updates package 'StyleCop.Analyzers' to version '1.1.118'
2a920535e8 - Update README.md (#546)
d09e98ae83 - Updates package 'NSubstitute' to version '4.2.0' (#538)
3a4fffc04a - Added bulk export doc. (#540)
Added doc for brief description of the bulk export feature.
4b327a29b7 - Updates package 'FluentValidation' to version '8.4.0' (#518)
- Updates package 'FluentValidation' to version '8.4.0'
- Updates notices and api usage
231de7c33f - Added R4 specific tests (#542)
Added R4 specific tests.
ed49f78496 - Fixes incorrect query on string overflow (#541)
2559094d38 - Auto-update for packages related to 'MediatR' (#505)
- Updates package 'MediatR' to version '7.0.0'
- Updates package 'MediatR.Extensions.Microsoft.DependencyInjection' to version '7.0.0'
45138a50b6 - Updates package 'Microsoft.Extensions.Diagnostics.HealthChecks' to version '2.2.5' (#476)
9cd68b63ef - R4 Validation -- Move the shared Validation code to Core (#522)
-
Move Validation classes to Core from shared, using ResourceElement
-
Remove dependency on HL7.Model from the validator code
-
Use ResourceElement instead of ITypedElement
-
Use known constants in place of text literals
-
Use generic ToPoco, fix recurse param
-
Update to ToResourceElement extension method
-
Change KnownFhirPath back to text.div, keep filter for DomainResources
-
Change NarrativeValidator.ValidateResource to use ITypedElement
740c9d731f - Adds support for search parameter chaining with SQL (#537)
95c490ee70 - Merge pull request #525 from microsoft/personal/abhijet/bug-69303
Move search parameter to unsupported parameter if key or value of the parameter is empty or null
5ecddc28b0 - Azure Export Destination Client (#528)
98ea4a1e17 - Local devbox DB naming and bootstrap improvements (#535)
51df034aa7 - PR comments.
bd35a58eec - Merge remote-tracking branch 'origin/master' into personal/abhijet/bug-69303
c3fdffacf0 - refactor test class to split into two partial classes.
d2f160bc15 - Updates for fhir-net-api CI build (#501)
82c8d0710e - Merge remote-tracking branch 'origin/master' into personal/abhijet/bug-69303
d864139b96 - Initial export task implementation with in-memory destination client. (#516)
Implemented the export task to search resources and export each resources in Ndjson format to destination location. For this PR, an in-memory destination is included for testing purposes. Exporting to other locations such as Azure storage will be implemented in a separate PR.
912f364064 - Add E2E tests for R4 (#531)
10a61a6673 - SQL search implementation (parity with Cosmos DB) (#520)
f7070616ae - PR comments
2b45a72a27 - Added unit test cases for
4715331de7 - Throw 400 if search query isnt valid.
4e0e90ea5c - Updates capability statements for R4 (#510)
- Updates R4 capability statements
- Adds vread
- Adds
Special
to SearchParamType
c9d7b4f15d - Removed the destination info from the request URI. (#504)
Removed the destination info from the request URI. The destination info contains secret and needs to be stored in the secret store and should not be saved along with the job record.
0b1b066d2b - Package R4 Web project in build (#513)
- Package R4 Web project in build
- Adds template step for web csproj files
635ad46468 - Updated the IsSystem property to be true for ExportJobRecord. (#509)
Update the IsSystem property on ExportJobRecord to be true so it won't be treated as a resource.
59a1e0152e - Removes Stu3 from Sql provider (#515)
- Removes Stu3 from Sql provider
- Converts SearchParamType to enum
03b3d4637f - Removes reference to Microsoft.Health.Fhir.Tests.Common from Stu3.Core (#512)
d6eab79ac8 - Updates package 'Hl7.Fhir.R4' to version '1.2.1' (#511)
b1f402e7bd - Auto-update for packages related to 'Hl7' (#507)
Updates package 'Hl7.Fhir.STU3' to version '1.2.1'
Updates package 'Hl7.Fhir.R4' to version '1.2.1'
2918cd437f - Add R4 API layer (#500)
0fb9f804ce - Adds IndentedStringBuilder (#499)
e858769cdf - Adds R4 Core Project (#490)
- Adds Shared projects for:
- Fhir.[Stu3/R4].Core
- Fhir.[Stu3/R4].Core.Tests
- Fhir.Tests.Common
- Adds R4 Core project
- Adds R4 Core Tests project
- Removes Stu3 from Fhir.Tests.Common project
- Removes Stu3 from Fhir.Core.UnitTests project
64c068e314 - Wair to be able to connect to integration test DB before running tests (#498)
a412b6d6ad - Personal/jaerwin/history fix (#497)
-
Update before to be based on resource lastUpdated timestamp
-
More updates to make History tests more reliable. Marking asll tests that have been failing recently as Skip
c09f9ef1e9 - Search expression visitor updates (#491)
420c5b087e - Split API stu3 (#488)
Build 20190514-1
Automatic release created from build 20190514-1
Work in this release
5b343c4910 - Added query param support and validation for export request. (#438)
Added query param support and validation for export request. We support (and require) _destinationType and _destinationConnectionSettings. Added a new ISecretStore and corresponding Azure KeyVault based implementation to store this information.
868d1c588d - Fix broken local audit test. (#450)
8583c70b68 - Compartment indexing and TVP generator codegen (#457)
5a0b402d7f - Adds codegen for table-valued parameters (#454)
4a5e030605 - Initial export job worker. (#434)
Adding the initial export job worker code. The job worker is hosted as a background service and periodically checks to see if there is a new export job available.
To support allowing multiple workers, the logic to determine how many new jobs are available is done the stored procedure. It also handles resuming stale job in case the job process terminates unexpectedly and did not finish processing the job correctly,
68e15e6671 - Fix incorrect Cosmos DB error handling (#449)
38b2510e74 - Basic SQL CRUD operations (#444)
-Introduce SQL data store
-Support CRUD operations
-Codegened classes for tables and sprocs
03b39f1caf - Updates package 'Microsoft.NET.Test.Sdk' to version '16.0.1' (#390)
3147799ea5 - Updates package 'Microsoft.Extensions.Configuration.Binder' to version '2.2.4' (#416)
6fcbb9151c - Atomic delete operation (#441)
b7577b97e7 - Fixed the issue with export role permissions. (#439)
There was some issue with the latest change to the export role permissions.
d11e8bfc42 - Updates package 'Hl7.Fhir.STU3' to version '1.2.1' (#425)
b78644f82b - PR feedback
0e66b4db8f - Setting CosmosDb:ContinuationTokenSizeLimitInKb to 1 in app service (#443)
4245d53ba8 - Updates package 'Newtonsoft.Json' to version '12.0.2' (#429)
2aaef8e4f1 - Add available schema API (#435)
e952c9cbf8 - Atomic delete operation
fa9876079a - Added permission support for export operation. (#437)
Added permission support for export operation.
08cc609afd - Return authorization URL response on authorize call, return BadReques. (#428)
-
Return authorization URL response on authorize call, return BadRequest error on missing params
-
Add more unit tests and improve error handling for Token and Callback actions
-
Additional test case for AAD v1 with missing aud param
-
Log invalid redirect_url, Added additional unit test combinations, added integration test for 400 error
-
Added HttpIntegrationFixture arguments
-
Should not throw error on client_secret null, this is not a required parameter for public or native clients
e2ae1a2eca - Add SQL initialization for F5 (#431)
4a4fdeb11f - Apply [FhirStorageTestsFixtureArgumentSets] to integration tests (#433)
01144a16be - Create xUnit extension for testing with combinations of fixture arguments (#432)
Addresses AB#68910
54dc44d3e1 - Create export job record and support querying of status (#419)
86d86ac4cc - Avoid duplicate Token.text index entries (#427)
Fixes #426
224f3c2ab3 - Add TestServer fixture workaround (#418)
60e21ec3e4 - Initial schema tool scaffold (#422)
6b089c79be - Remove control plane (#424)
6c0bbf8124 - Move csproj boilerplate to Directory.Build.props and create skeletal SqlServer.csproj (#423)
-
Skeletal SQL project
-
Move boilerplate to Directory.Build.props
-
Put netcoreapp2.2 back in project files
e1c61d596a - Updates package 'IdentityServer4' to version '2.4.0' (#420)
d0e04cde4b - Add SQL schema API scaffold (#421)
9ff4e17804 - Add skeleton support for $export operation (#382)
db3f3491af - Updates Hl7.Fhir.Stu3 to version 1.2 (#405)
- Updates Hl7.Fhir.Stu3 to version 1.2
- Updates date search tests
b96ee79577 - Packages source for pre-release fhir-net-api versions (#404)
- Packages source for pre-release stu3 versions
- Adds descriptions to build configurations
e208c580c6 - Updates package 'Polly' to version '7.1.0' (#408)
2c2fc2d044 - Updated README (#412)
-
Updated README to mention Azure API for FHIR and reference the docs.microsoft.com pages
-
Updated based on PR review
03d71d4655 - Updates Set-FhirServerApiUsers.ps1 (#414)
49bd18d4c1 - Fix for SmartProxy E2E test failure (#410)
- Added a delay to prevent the test from advancing too fast
Build 20190319-1
Automatic release created from build 20190319-1
Work in this release
766ae508ca - Add audit for smart. (#383)
135003f984 - Updates package 'AngleSharp' to version '0.11.0' (#376)
- Updates AngleSharp api usage
689eec823c - Updates package 'Hl7.Fhir.STU3' to version '1.1.3' (#291)
- Updates package 'Hl7.Fhir.STU3' to version '1.1.3'
- Fixes test GivenAFhirObjectAndXmlContentType_WhenSerializing_ThenTheObjectIsSerializedToTheResponseStream
- Keeps PermissiveParsing = true behavior
- ResourceDeserializer is no longer static
36e6a4cab7 - Audit log valid claims by default for AAD vs. IdentityServer (#386)
-
Audit log valid claims by default for AAD vs. IdentityServer
-
Don't need LastModifiedClaims=appid in StartupWithTraceAuditLogger anymore
2b009ac60a - Auto-update for packages related to 'Microsoft.CodeAnalysis' (#374)
469c27f217 - Updates package 'Microsoft.Azure.DocumentDB.Core' to version '2.2.3' (#384)
Build 20190311-1
Automatic release created from build 20190311-1
Work in this release
5319d1fca9 - Updates package 'FluentValidation' to version '8.1.3' (#350)
dbf84cc6e6 - Migrate to built-in ASP.NET Core health checks (#361)
-
Changed FhirCosmosHealthCheck to implement Diagonstics IHealthCheck
-
Removed HealthController and added health check to startup
-
Created new ControlPlaneCosmosHealthCheck class and added it to healthcheck list
-
Removed health folder from Fhir Core
-
Added a ResponseWriter to pretty print healthcheck result
-
Moved common functionality to abstract CosmosHealthCheck class
-
Moved UTs to target CosmosHealthCheck class
-
Added a HealthResponseWriter
-
Renamed variables and cleaned up
-
Fixed package reference
-
Addressed PR comments
-
Addressed PR comments
-
Missed a package reference
-
Removed the separate response writer class and used a lambda expression instead.
-
Removed cosmosdb project reference from Api project. Addressed PR comments
af6c7d7101 - Handle missing Accept header when _format is provided (#381)
e8faf39dad - Force specific SDK and runtime versions. (#377)
Addresses #373
6534edc085 - Application Insights in code (#380)
Configure Application Insights telemetry and logging for the Web project.
Address #368
d37d9c5533 - Updates package 'IdentityServer4' to version '2.3.2' (#354)
18aa4596cc - Updates package 'Microsoft.Azure.Services.AppAuthentication' to version '1.2.0-preview2' (#355)
Build 20190306-1
Automatic release created from build 20190306-1
Work in this release
20a9824166 - Slim down publish output (#353)
Addresses #352.
9c6a507eb5 - Updates Polly (#375)
Updates thirdparty notices
Removes EntLib nuget
04754edf01 - Update FHIR context after authentication so claims are logged in audits (#372)
f7de51a62d - Use Polly instead of EnterpriseLibrary (Updated) (#369)
- Use Polly instead of EnterpriseLibrary #169
- Improves handling of cancellation tokens in SPs
4a6d331307 - Updates package 'NSubstitute' to version '4.0.0' (#357)
Build 20190301-1
Automatic release created from build 20190301-1
Work in this release
ed3ed6a55b - Add category for cors E2E test (#359)
Build 20190228-1
Automatic release created from build 20190228-1
Work in this release
9541e9e4ba - Add configurable cors support (#340)
9bbd3894d0 - Updates package 'Microsoft.Azure.DocumentDB.Core' to version '2.2.2' (#349)
910dc2b234 - Updates package 'MediatR.Extensions.Microsoft.DependencyInjection' to version '6.0.1' (#351)
b6439a5bbd - Updates package 'Newtonsoft.Json' to version '12.0.1' (#348)
8a223113ae - Updates package 'selenium.chrome.webdriver' to version '2.45.0' (#331)
601f706bda - Merge pull request #336 from Microsoft/personal/poadhikari/roles-rbac
Added CRUD operations for storing roles in datastore
f8a2c7b07f - Applied Feedbacks
5bae0184b2 - Changed the name tag to lower case.
b91a9dd802 - Auto-update for packages related to 'Microsoft.AspNet' (#286)
- Auto-update for packages related to 'Microsoft.AspNet'
Updates package 'Microsoft.AspNetCore.Authentication.JwtBearer' to version '2.2.0'
Updates package 'Microsoft.AspNetCore.Diagnostics' to version '2.2.0'
Updates package 'Microsoft.AspNetCore.StaticFiles' to version '2.2.0'
Updates package 'Microsoft.AspNetCore.Hosting' to version '2.2.0'
Updates package 'Microsoft.AspNetCore.Mvc' to version '2.2.0'
Updates package 'Microsoft.AspNetCore.App' to version '2.2.0'
Updates package 'Microsoft.AspNetCore.TestHost' to version '2.2.0'
- Auto-update for packages related to 'Microsoft.AspNetCore'
Updates package 'Microsoft.Extensions.FileProviders.Embedded' to version '2.2.0'
Updates package 'Microsoft.Extensions.Http' to version '2.2.0'
Updates package 'Microsoft.Extensions.Options.ConfigurationExtensions' to version '2.2.0'
Updates package 'Microsoft.Extensions.Configuration.Json' to version '2.2.0'
Updates package 'Microsoft.Extensions.Logging' to version '2.2.0'
Updates package 'Microsoft.Extensions.Configuration.AzureKeyVault' to version '2.2.0'
Updates package 'Microsoft.Extensions.DependencyInjection' to version '2.2.0'
Updates package 'Microsoft.Extensions.Hosting.Abstractions' to version '2.2.0'
Updates package 'Microsoft.Extensions.Logging.Abstractions' to version '2.2.0'
-
Updates to support .net core 2.2
-
Updated all projects and global json to support 2.2
-
Set AspNetCore App to version 2.2.0 to get rid of Nuget Restore error
-
Removed AspNetCore.App version reference. Update build yml file to use latest nuget
-
Reverting build yml change
-
Updated condition in testing targets that was preventing E2E tests from being discovered.
34a46988d3 - Changes per code review
3b39e9225d - Changes er code review
6256ec2a7b - Chnages Per code Review
b295bc82e7 - Removed Fhir dependency
8d1a53177a - Feedback from code review
6d92a90a1f - Fixed the failed PR
3f730ccc51 - Checkin after resolving conflict
a2fb61eb1c - Applied feedback from code review and merged with master
8cb98dbd10 - Store Identity Provider information in datastore #276 (#315)
-
Initial split of health.fhir.cosmosdb to health.cosmosdb
-
Register services, add dummy controller for testing
-
Move common CosmosDb services to their own registration
-
Initial collection initializers
-
Add support for assembly specific stored procedures
-
Removing files moved to shared cosmos library
-
Create base cosmosdocumentqueryfactory and overloaded for fhir. Rename CosmosDataStore to FhirDataStore
-
Update FhirDataStore to use FhirDocumentClient
-
Update fhir cosmos integration test datastore for refactor
-
Code cleanup, add isSystem back to resourceWrapper
-
Remove unused configs.
-
Add initial database and collection throughput options
-
Consolidate base cosmos db objects
-
Add back in update operation
-
Update package refernce.
-
Update reference.
-
Update to not set initial database throughput
-
Change to use base constructor for collection initializer.
-
Refactor collectionInitializer
-
Add back in initial database throughput
-
Make IdentityProvider immutable.
-
PR feedback
-
Add abstractions to hold system wide exception types.
-
PR feedback.
-
Refactor naming to be more consistent in use of fhir*
-
Separate collection settings to respective sections in config.
-
Refactor base CosmosDb registration
-
PR feedback.
-
Catch 429 in Control Plane datastore, remove control plane controller.
-
Fix up merge.
-
Cleanup, fix merge.
-
Add some basic unit tests.
-
PR Feedback.
-
Add assert.same
-
Initial cut for Store Identity Provider information in datastore.
-
Unit Tests added.
-
Skipped test.
-
Removing spurious orig files.
-
Added a generic control plane api for reads.
Added stored proc for harddelete.
Refactored some common code out of the fhir cosmos db project to common cosmos db project. -
Added
Issuer and other metadata Validation on authority
Identity Provider validation
More tests to cover validation -
Renamed the Index method name appropriately for getallidentityproviders.
-
Removed the testing controller for controlplane.
Also removed a unit test project for control plane with only one test that was skipped. -
PR comments addressed.
-
Added a switch in the generic method for delete.
-
PR feedback addressed.
-
Removed version and kept etag.
-
Updated rbac test.
-
PR feedback addressed.
-
Taking care of paging for get.
3d6034025d - Changes from Master
c278d45514 - Fixed the failing tests
b91c448670 - Merge the changes from Master
ff02553a39 - Resolved the conflict
1201b529a6 - Fix the commits added accidentally
292771a658 - Fixed the delete procedure
6a43257de7 - Merge branch 'personal/poadhikari/roles-rbac' of https://github.com/Microsoft/fhir-server into personal/poadhikari/roles-rbac
0172a56740 - commit from syc
860df62dba - Changes around hard delete and updates
cb50822c45 - Updates based on code reviews
e6863478fa - Merged changes from masters
3ed5b93f6e - Applied feedbacks from CodeReview
a8f6442653 - Merging to master
02338309fc - Merge fixes
ed8d32f816 - Merging the chnages from master branch
cec737c46f - merge from master
cae1304875 - Added Delete and Get All
3e94d5160d - Change in ControlPlabe DataStore
81c7575439 - Create and Delete functions
abd7fb03a9 - First Checkin related...
Build 20190114-2
Automatic release created from build 20190114-2
Work in this release
0fcea6bd15 - Fixed the regression bug where the total count was not being set. (#320)
- Fixed the regression bug where the total count was not being set.
e4ea03af59 - Added the integration tests for audit logs. (#332)
-
Added the integration tests for audit logs.
-
Fixed the issue where test could crash.
-
Addressed some PR feedback.
dff0fa71a5 - Fixed the CP collection name. (#318)
Updated the CP collection name to follow the same camel casing starting with lower letter pattern.
264d99e9e1 - Updates package 'Ensure.That' to version '8.1.1' (#327)
ad4ffe7f60 - Audit the authentication/authorization failures (#310)
Audit the authentication/authorization failures
e723842a95 - Merge pull request #282 from Microsoft/personal/poadhikari/negative_tests_added
Negative tests added
a0aa60cd93 - Updates package 'IdentityServer4' to version '2.3.0' (#209)
b5e92762a0 - Final Changes related to negative tests
7b101d3783 - Minor fix
cc1d37411e - Merge branch 'personal/poadhikari/negative_tests_added' of https://github.com/Microsoft/fhir-server into personal/poadhikari/negative_tests_added
02efed9e82 - Clean ups based on code review
a4f26663e4 - Clean ups based on code review
a7ecadfd28 - Remove .orig files (#308)
0b98102a14 - Refactor to have base cosmosdb project to support multiple collections (#288)
Initial split of health.fhir.cosmosdb to health.cosmosdb
6a71089c89 - Fixed the comment
beb4d6e975 - Fixed the comment
98535a3a26 - Cleaning up the commit
58aa411a2e - Cleaning up the commit
132285bc1a - Changes per code review
c71fc93351 - Changes per code review
aa7443ec11 - Merge branch 'master' into personal/poadhikari/negative_tests_added
b163532116 - Changes per code review and discussion
0787ee4dff - Changes per code review and discussion
4a5ae18d9e - Removes FhirRepository class (#214)
Removes the FhirRepository layer and moves the existing logic into the corresponding request handlers.
45b3dcb71d - Throw BadRequest Exception in QuantitySearchValue on malformed input. Fixes #196, #21. (#264)
ec2fe4a6b2 - Remove conditional check on period to match HAPI and Vonk response
Remove conditional evaluation on period to match HAPI and Vonk response where start is after end. Addresses #195.
f9091bc210 - Update Roadmap.md
4c1d163950 - Update Roadmap.md
f95b0aab5d - Updates package 'Microsoft.AspNetCore.App' to version '2.1.6' (#194)
98302e8c6e - Fix TestEnvironmentFilePath to resolve across platforms. Fixes #266. (#267)
77e3201578 - Changed the approach for one integration test
3fa99f8466 - Changed the approach for one integration test
ce07716f82 - Add props file, disable source link on osx. (#265)
- Add props file, disable source link on osx.
- Update language version to be 7.3
686b65551e - Merge branch 'master' into personal/poadhikari/negative_tests_added
e9a58b1fbc - New scenarios added related to authentication and authorization
0bc7e8039f - Update Roadmap.md
5b95208069 - Fixed the compartment search link issue. (#233)
- Fixed the compartment search self and next link issue where the returned URL was incorrect.
- Added E2E tests to verify the linked being returned.
- Fixed the issue where the total is reported incorrectly for bundles.
- Updated the compartment E2E tests so they can run more efficiently.
87344a3675 - Create PULL_REQUEST_TEMPLATE.md (#231)
d764d918b0 - Create user story template (#207)
Build 20181220-3
Automatic release created from build 20181220-3
Work in this release
fadae50dfd - Changing to Range Index in Cosmos DB (#289)
- Changing to Range Index in Cosmos DB
8964f90771 - Fix smart on fhir test, cleanup code (#302)
- Bug fix and code cleanup
e269a6ba53 - Fix builds (#301)
- Revert "Removing AspNetCore.App package version (#297)"
- Adds global.json to define SDK version
d423c919cb - Fix fraction parsing in PartialDateTime with cultures (#224) (#263)
- Fix fraction parsing in PartialDateTime with cultures (#224)
e975da6383 - Added template tagging (#300)
1e292d8387 - Removed default CORS and AadProxy parameters from template (#299)
3d1898e705 - Adding AadSmartOnFhirProxy
- Adding AadSmartOnFhirProxy
- Adding AadSmartOnFhirProxy E2E Tests
- Adding CORS parameters to template
- Adding SmartLauncher Sample App
cf4239c138 - Removing AspNetCore.App package version (#297)
Removed AspNetCore.App version
2a6a338fc1 - Updates package 'Microsoft.Azure.DocumentDB.Core' to version '2.2.0' (#270)
Fixes #293
b0a124362a - Auto-update for packages related to 'MediatR' (#283)
Updates package 'MediatR' to version '6.0.0'
Updates package 'MediatR.Extensions.Microsoft.DependencyInjection' to version '6.0.0'
Fixes #292
f8802cbe45 - Merge pull request #234 from Microsoft/personal/poadhikari/remove_is_defined
Removing IS_DEFINED clause
090e818618 - Removes FhirRepository class (#214)
Removes the FhirRepository layer and moves the existing logic into the corresponding request handlers.
3a41ba984f - Throw BadRequest Exception in QuantitySearchValue on malformed input. Fixes #196, #21. (#264)
f9e014df68 - Remove conditional check on period to match HAPI and Vonk response
Remove conditional evaluation on period to match HAPI and Vonk response where start is after end. Addresses #195.
e250ffa7d6 - Merge pull request #261 from Microsoft/personal/matjazl/roadmap
Update Roadmap.md
3ff22b7808 - Update Roadmap.md
cce588f71c - Update Roadmap.md
31c3e27467 - Minor Change Per Code Review
f563eb63cd - Update Roadmap.md
f1563a2464 - Changes made as per code review
b121ce52b3 - Removing IS_DEFINED clause