Skip to content

Commit 0e40ebf

Browse files
committed
Update CHANGELOG.md
1 parent 84dfb1c commit 0e40ebf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Add `DefaultBodyLimit` set to `max_request_size` to match `RequestBodyLimitLayer
2525
- Updated to support [v0.2.0 of the NDC Spec](https://hasura.github.io/ndc-spec/specification/changelog.html#020). This is a very large update which adds new features and some breaking changes.
2626
- If the [`X-Hasura-NDC-Version`](https://hasura.github.io/ndc-spec/specification/versioning.html) header is sent, the SDK will validate that the connector supports the incoming request's version and reject it if it does not. If no header is sent, no action is taken.
2727

28+
## [0.5.1] - 2025-08-25
29+
30+
- Cargo audit updates for security vulnerabilities
31+
2832
## [0.5.0] - 2024-10-29
2933

3034
- A default request size limit of 100MB was added. This can be overridden with the `HASURA_MAX_REQUEST_SIZE` environment variable ([#29](https://github.com/hasura/ndc-sdk-rs/pull/29)).
@@ -33,7 +37,7 @@ Add `DefaultBodyLimit` set to `max_request_size` to match `RequestBodyLimitLayer
3337

3438
## [0.4.0] - 2024-08-30
3539

36-
- update ndc-spec to v0.1.6 by @soupi in https://github.com/hasura/ndc-sdk-rs/pull/28
40+
- update ndc-spec to v0.1.6 by @soupi in <https://github.com/hasura/ndc-sdk-rs/pull/28>
3741

3842
## [0.3.0] - 2024-08-12
3943

@@ -42,7 +46,7 @@ Add `DefaultBodyLimit` set to `max_request_size` to match `RequestBodyLimitLayer
4246

4347
## [0.2.2] - 2024-07-30
4448

45-
- listen on all ipv4 and ipv6 interfaces by default (https://github.com/hasura/ndc-sdk-rs/pull/22)
49+
- listen on all ipv4 and ipv6 interfaces by default (<https://github.com/hasura/ndc-sdk-rs/pull/22>)
4650

4751
## [0.2.1] - 2024-07-11
4852

0 commit comments

Comments
 (0)