Skip to content

Commit f5b244e

Browse files
author
Flix
committed
release: v0.7.0
1 parent 1df52eb commit f5b244e

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,38 @@
22

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

5+
## [0.7.0] - 2023-11-03
6+
7+
### Bug Fixes
8+
9+
- R4B was not compiling with new Subscription operations
10+
- Make ETag parsing work with non-weak tags
11+
12+
### Features
13+
14+
- Allow spawning different FHIR servers
15+
- Add Subscription operations to client
16+
- Implement authorization callback
17+
- Add tracing
18+
19+
### Miscellaneous Tasks
20+
21+
- Improve error messages
22+
- Improve README
23+
24+
### Refactor
25+
26+
- Move docker setup to xtask command
27+
- Make auth_callback part of Client instead of RequestSettings
28+
29+
### Testing
30+
31+
- Make client tests for R4B too
32+
- Add Medplum as alternative FHIR server to docker setup
33+
- Test client with medplum server
34+
- Make all servers run at once to be able to test them at once
35+
- Fix dispatch dropped errors
36+
537
## [0.6.0] - 2023-09-16
638

739
### Bug Fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fhir-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010
name = "fhir-sdk"
1111
readme = "README.md"
1212
repository = "https://github.com/FlixCoder/fhir-sdk"
13-
version = "0.6.0"
13+
version = "0.7.0"
1414

1515
[features]
1616
default = ["r5", "builders", "client", "docs"]

0 commit comments

Comments
 (0)