---
title: Analytics SDK Release Notes
description: Release notes, brief installation instructions, and download
  archive for the Enterprise Analytics .NET Client.
pubDate: 2026-08-17T09:53:44.266Z
antora:
  editUrl: https://github.com/couchbase/docs-analytics-sdk-dotnet/edit/release/1.1/modules/project-docs/pages/analytics-sdk-release-notes.adoc
  xref: xref:dotnet-analytics-sdk:project-docs:analytics-sdk-release-notes.adoc[]
---

[Consult the llms.txt file for a full list of contents](/llms.txt)
[View original HTML](/dotnet-analytics-sdk/current/project-docs/analytics-sdk-release-notes.html)

# Analytics SDK Release Notes

> Release notes, brief installation instructions, and download archive for the Enterprise Analytics .NET Client. 

Version 1.1 of the .NET Analytics SDK implements the 1.1 [SDK API](compatibility.md#api-version). See the [compatibility pages](#compatibility.html#couchbase-feature-availability-matrix) for more information on feature compatibility with different versions of Enterprise Analytics.

## [](#installation)Installation

See the [Installation](sdk-full-installation.md) guide for details.

## [](#latest-release).NET Analytics SDK 1.1 Releases

We always recommend using the latest version of the SDK — it contains all of the latest security patches and support for new and upcoming features. All patch releases for each dot minor release should be API compatible, and safe to upgrade; any changes to expected behavior are noted in the release notes that follow.

### [](#v1.1.0)Version 1.1.0 (26 June 2026)

[API Reference](https://docs.couchbase.com/sdk-api/analytics-dotnet-client-1.1.0) [NuGet Package](https://www.nuget.org/packages/Couchbase.AnalyticsClient/1.1.0)

This is the first release of the 1.1 Analytics .NET SDK dotminor.

The 1.1 Analytics SDKs add support for JWT and client certificate authentication, as well as a new "async" poll-based API that uses request handles to fetch results, eliminating the need for long-running server connections (compatible with the 2.2 release of Couchbase Enterprise Analytics server).

## [](#net-analytics-sdk-1-0-releases).NET Analytics SDK 1.0 Releases

### [](#v1.0.1)Version 1.0.1 (8 October 2025)

[API Reference](https://docs.couchbase.com/sdk-api/analytics-dotnet-client-1.0.1) [NuGet Package](https://www.nuget.org/packages/Couchbase.AnalyticsClient/1.0.1)

This is the first General Availability (GA) release of the new Analytics .NET SDK. It supports executing queries against Enterprise Analytics clusters, with additional features planned for future releases.