Skip to content

Commit

Permalink
release: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flix committed Nov 3, 2023
1 parent 1df52eb commit f5b244e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

All notable changes to this project will be documented in this file.

## [0.7.0] - 2023-11-03

### Bug Fixes

- R4B was not compiling with new Subscription operations
- Make ETag parsing work with non-weak tags

### Features

- Allow spawning different FHIR servers
- Add Subscription operations to client
- Implement authorization callback
- Add tracing

### Miscellaneous Tasks

- Improve error messages
- Improve README

### Refactor

- Move docker setup to xtask command
- Make auth_callback part of Client instead of RequestSettings

### Testing

- Make client tests for R4B too
- Add Medplum as alternative FHIR server to docker setup
- Test client with medplum server
- Make all servers run at once to be able to test them at once
- Fix dispatch dropped errors

## [0.6.0] - 2023-09-16

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fhir-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT"
name = "fhir-sdk"
readme = "README.md"
repository = "https://github.com/FlixCoder/fhir-sdk"
version = "0.6.0"
version = "0.7.0"

[features]
default = ["r5", "builders", "client", "docs"]
Expand Down

0 comments on commit f5b244e

Please sign in to comment.