Skip to content
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
6 changes: 0 additions & 6 deletions website/docs/news.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ For more info about how to set up the MCP server, [see Documentation](../advance

#### Aug 22, 2025

## Automatic ConfigCat Proxy configuration with Proxy profiles / OpenFeature Remote Evaluation Protocol

We have two exciting [ConfigCat Proxy](/docs/advanced/proxy/overview.mdx) related news:

1. From the [v2.0.0](https://github.com/configcat/configcat-proxy/releases/tag/v2.0.0) version,
Expand All @@ -156,8 +154,6 @@ the Proxy has the ability to use [Proxy profiles](https://app.configcat.com/orga

#### Aug 15, 2025

## New SDK for JavaScript with Cloudflare Workers support

We just released the [new, revamped ConfigCat SDK for JavaScript platforms](https://configcat.com/docs/sdk-reference/js/overview/).
Unlike the previous platform-specific SDKs, it ships as a [single, unified NPM package](https://www.npmjs.com/package/@configcat/sdk)
that supports multiple JS environments.
Expand Down Expand Up @@ -200,8 +196,6 @@ For the full list of new features and improvements, take a look at the [release

#### July 4, 2025

## New ConfigCat OpenFeature providers

We're happy to share that we have released new OpenFeature providers for the following platforms:

- [Angular](./sdk-reference/openfeature/angular.mdx)
Expand Down
1 change: 0 additions & 1 deletion website/docs/sdk-reference/dotnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ description: ConfigCat .NET SDK Reference. This is a step-by-step guide on how t

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { Steps, Step, Title } from '@site/src/components/Steps';
export const NetSchema = require('@site/src/schema-markup/sdk-reference/net.json');

<script type='application/ld+json' dangerouslySetInnerHTML={{ __html: JSON.stringify(NetSchema) }}></script>
Expand Down
Loading