From d7984f38536c10ae2f5dcfea212fb66afe838c66 Mon Sep 17 00:00:00 2001 From: Daniel Chambers Date: Tue, 3 Sep 2024 12:08:20 +1000 Subject: [PATCH] Prettier --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d66424..57da424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,29 @@ # NDC TypeScript SDK Changelog + This changelog documents the changes between release versions. ## [Unreleased] + Changes to be included in the next upcoming release ## [0.4.0] - 2024-08-30 + - update ndc-spec to v0.1.6 by @soupi in https://github.com/hasura/ndc-sdk-rs/pull/28 ## [0.3.0] - 2024-08-12 + - Health checks are now readiness checks; they should not make requests to any external services. We will revisit liveness and connectedness checks in a future release. - The `/health` endpoint is now unsecured. ## [0.2.2] - 2024-07-30 + - listen on all ipv4 and ipv6 interfaces by default (https://github.com/hasura/ndc-sdk-rs/pull/22) ## [0.2.1] - 2024-07-11 + - Fix dynamic error types not being thread-safe ## [0.2.0] - 2024-07-09 + - Update to `ndc-spec` v0.1.5 - Changed `get_capabilities` method in `Connector` trait so that `ndc-spec` version is obtained directly from the `ndc-spec` package instead of requiring the connector to specify it.