Skip to content

Commit c0d415b

Browse files
author
Flix
committed
release: v0.14.1
1 parent 030b1d0 commit c0d415b

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.14.1] - 2024-08-25
6+
7+
### Bug Fixes
8+
9+
- Do not resolve fullUrl if it is a DELETE request
10+
11+
### Features
12+
13+
- Set X-Correlation-Id and X-Request-Id headers and log them
14+
- Re-use the same correlation ID in paging
15+
516
## [0.14.0] - 2024-08-18
617

718
### 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
@@ -11,7 +11,7 @@ name = "fhir-sdk"
1111
readme = "README.md"
1212
repository = "https://github.com/FlixCoder/fhir-sdk"
1313
rust-version = "1.75"
14-
version = "0.14.0"
14+
version = "0.14.1"
1515

1616
[lints]
1717
workspace = true

0 commit comments

Comments
 (0)