From 00b175fc5b042c1fcc4b3736c6f3646e82282d80 Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 30 Oct 2024 17:21:28 -0400 Subject: [PATCH] chore: add swift client links and new changelog page Signed-off-by: Mark Phelps <209477+markphelps@users.noreply.github.com> --- changelog/overview.mdx | 21 +++++++++++++++++++++ integration/client.mdx | 8 ++++++++ mint.json | 9 ++++++++- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 changelog/overview.mdx diff --git a/changelog/overview.mdx b/changelog/overview.mdx new file mode 100644 index 0000000..c7641c1 --- /dev/null +++ b/changelog/overview.mdx @@ -0,0 +1,21 @@ +--- +title: "Product Updates" +description: Recent updates to Flipt, including new SDKs and other improvements. +mode: "wide" +--- + + + +## Swift Client-Side SDK + +Just released the Swift SDK client for client-side flag evaluation. + +See the [Integration docs](/integration/client) for more information. + +## C# Client-Side SDK + +Just released the C# SDK client for client-side flag evaluation. + +See the [Integration docs](/integration/client) for more information. + + diff --git a/integration/client.mdx b/integration/client.mdx index 405cbd0..d807c6b 100644 --- a/integration/client.mdx +++ b/integration/client.mdx @@ -87,6 +87,14 @@ Flipt provides a number of client-side SDKs to help you integrate with Flipt in > Evaluate flags client-side in your C# applications + + Evaluate flags client-side in your Swift applications +