From 41bca6977095b0bdfafb0e186dc27239a9019cf7 Mon Sep 17 00:00:00 2001 From: Julien Pinchelimouroux Date: Mon, 28 Oct 2024 11:35:37 +0100 Subject: [PATCH] chore: bump toucan-connectors to v7.1.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc8c78d21..c552a7874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [7.1.0] 2024-10-28 + ### Changed - HTTP API: Add a `PaginationConfig` to `HttpAPIDataSource` in order to handle API pagination and fetch all data. It supports the following kinds of pagination: page-based, cursor-based, offset-limit and hypermedia. diff --git a/pyproject.toml b/pyproject.toml index 49fd66a46..31c29db02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.0.3" +version = "7.1.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index d10a09d6b..208565c73 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Toucan Connectors -sonar.projectVersion=7.0.3 +sonar.projectVersion=7.1.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.