Skip to content

Tags: ccfromyc/fhir-server

Tags

release/3.0.35

Toggle release/3.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow specifying sort order in history (microsoft#2707)

release/3.0.32

Toggle release/3.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump HealthcareSharedPackageVersion from 6.1.73 to 6.1.77 (microsoft#…

…2705)

Bumps `HealthcareSharedPackageVersion` from 6.1.73 to 6.1.77.

Updates `Microsoft.Health.Abstractions` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Api` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Extensions.DependencyInjection` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Test.Utilities` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Core` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Extensions.BuildTimeCodeGenerator` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.SqlServer` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.SqlServer.Api` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Tools.Sql.Tasks` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

Updates `Microsoft.Health.Client` from 6.1.73 to 6.1.77
- [Release notes](https://github.com/microsoft/healthcare-shared-components/releases)
- [Commits](microsoft/healthcare-shared-components@6.1.73...6.1.77)

---
updated-dependencies:
- dependency-name: Microsoft.Health.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Extensions.DependencyInjection
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Test.Utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Extensions.BuildTimeCodeGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.SqlServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.SqlServer.Api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Tools.Sql.Tasks
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Health.Client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

release/3.0.24

Toggle release/3.0.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Azure.Storage.Blobs from 12.12.0 to 12.13.0 (microsoft#2697)

Bumps [Azure.Storage.Blobs](https://github.com/Azure/azure-sdk-for-net) from 12.12.0 to 12.13.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](Azure/azure-sdk-for-net@Azure.Storage.Blobs_12.12.0...Azure.Storage.Blobs_12.13.0)

---
updated-dependencies:
- dependency-name: Azure.Storage.Blobs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

release/3.0.9

Toggle release/3.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Authentication library decoupling (microsoft#2647)

* jwtbearer authentication library now removable/replacable

* removed jwtbearer from cloud, cleanup

* remove unnecessary file

* removed unnecessary comented out

* use delegate instead of action to make parameters clear

* passing client id to auth initialization

* typo

release/3.0.0

Toggle release/3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate to .NET 6.0 (microsoft#2574)

* Migrating to .net6 (microsoft#2385)

* Replace ISqlConnectionProvider to ISqlConnectionFactory

* Update variable name

* temp

* more

* keep merging

* .editor and make analyzer happy

* xml flush async

* build

* why it's only you?

* maybe this time?

* add clean steap

* revert clean

* don't use smart tests

* it's ok to pass no value which makes path null.
fix typo in generator

* update sqllserver DAC nuget

* realign targetframework

* CA2254

* merge with master

* no more fhir analyzer

* let's move framework into one place, shall we?

* update log message

Co-authored-by: Ivan Matantsev <[email protected]>

* Updates to address Analyzer changes

* Cleanup

* Updates FHIRDataSynth to 6.0

* Updated Dockerfile

* Removed FhirAnalyzer from Dockerfile

* Updates to docker files

* Suppress CA2254: Template should be a static expression

* Update SqlServerFhirDataStore

* Updates

* Updates

* Updates

* Few more fixes

* Updates

* Updated sdk to 6.0.300

* Fix SqlCommandSimplifier

* Fix

* Updated docker file

* Updates

Co-authored-by: Ivan Matantsev <[email protected]>
Co-authored-by: Ivan Matantsev <[email protected]>

release/2.3.58

Toggle release/2.3.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add container logo (microsoft#2656)

Add a logo for our container in MCR

release/2.3.56

Toggle release/2.3.56's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enable parallel jobs per instance (microsoft#2632)

Application setting name change: 
FhirServer__Operation__Export__MaximumNumberOfConcurrentJobsAllowed -> FhirServer__Operation__Export__MaximumNumberOfConcurrentJobsAllowedPerInstance
Enables multiple export jobs to run in parallel with a set number allowed per instance.

release/2.3.35

Toggle release/2.3.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump Microsoft.SqlServer.SqlManagementObjects (microsoft#2629)

Bumps Microsoft.SqlServer.SqlManagementObjects from 161.47008.0 to 161.47021.0.

---
updated-dependencies:
- dependency-name: Microsoft.SqlServer.SqlManagementObjects
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

release/2.3.22

Toggle release/2.3.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle missing rawResource (microsoft#2578)

If a problem occurs while retrieving RawResource, an OperationOutcome will be created with these details. The response will be returned as a 204 - Partial Content.

Refs #90113
server:patch

* Change error code on read to 500

* Fix using order

Co-authored-by: Jared Erwin <[email protected]>

release/2.3.3

Toggle release/2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed invalid architectures link from README (microsoft#2579)

semver: skip