From 1181fb30328526c6d45219c918dd37f8a8d3b585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20S=C3=B8renes?= Date: Thu, 16 Nov 2023 15:51:29 +0100 Subject: [PATCH] Release 2.2.1 --- README.md | 2 +- pom.xml | 2 +- releases.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a320fd6a..dae55ef0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ SDK v2 com.cognite cdf-sdk-java - 2.2.0 + 2.2.1 ``` diff --git a/pom.xml b/pom.xml index 8be8e7b1..e10cdd15 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.cognite cdf-sdk-java - 2.3.0-SNAPSHOT + 2.2.1 Apache 2 diff --git a/releases.md b/releases.md index 65fecf9d..9e0b0e34 100644 --- a/releases.md +++ b/releases.md @@ -19,6 +19,12 @@ Changes are grouped as follows: - Extraction pipelines configuration - Data models +## [2.2.1] 2023-11-16 + +### Added + +- When trying to retrieve rows from CDF RAW it will no longer retry the request indefinitely. Instead it will throw an Exception. + ## [2.2.0] 2023-06-25 ### Added