Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add swift client links and new changelog page #286

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions changelog/overview.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "Product Updates"
description: Recent updates to Flipt, including new SDKs and other improvements.
mode: "wide"
---

<Update label="October 2024">

## Swift Client-Side SDK

Check warning on line 9 in changelog/overview.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.HeadingAcronyms] Avoid using acronyms in a title or heading. Raw Output: {"message": "[Microsoft.HeadingAcronyms] Avoid using acronyms in a title or heading.", "location": {"path": "changelog/overview.mdx", "range": {"start": {"line": 9, "column": 22}}}, "severity": "WARNING"}

Just released the Swift SDK client for client-side flag evaluation.

See the [Integration docs](/integration/client) for more information.

## C# Client-Side SDK

Check warning on line 15 in changelog/overview.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.HeadingAcronyms] Avoid using acronyms in a title or heading. Raw Output: {"message": "[Microsoft.HeadingAcronyms] Avoid using acronyms in a title or heading.", "location": {"path": "changelog/overview.mdx", "range": {"start": {"line": 15, "column": 19}}}, "severity": "WARNING"}

Just released the C# SDK client for client-side flag evaluation.

See the [Integration docs](/integration/client) for more information.

</Update>
8 changes: 8 additions & 0 deletions integration/client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
</Card>
<Card
href="https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-swift"
title="Swift"
icon="swift"
color="#ffac45"
>
Evaluate flags client-side in your Swift applications
</Card>
<Card
href="https://github.com/flipt-io/flipt-client-sdks/issues/new?assignees=&labels=new-language&projects=&template=new_language.yml"
title="Request a Client"
Expand Down
9 changes: 8 additions & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
{
"name": "API Reference",
"url": "reference"
},
{
"name": "Changelog",
"url": "changelog"
}
],
"primaryTab": {
Expand Down Expand Up @@ -84,6 +88,10 @@
"group": "Overview",
"pages": ["introduction", "concepts"]
},
{
"group": "Changelog",
"pages": ["changelog/overview"]
},
{
"group": "Use Cases",
"pages": [
Expand Down Expand Up @@ -234,7 +242,6 @@
"group": "Tooling",
"pages": ["tooling/github-actions"]
},

{
"group": "Overview",
"pages": [
Expand Down
Loading