diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c832c72..a0e40ce35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [7.3.0] 2024-11-13 + +### Added + +- Mongo: Added an optional `chunk_size` param to get_df, to create the dataframe chunk by chunk (saves memory) + ## [7.2.0] 2024-11-06 ### Fix diff --git a/pyproject.toml b/pyproject.toml index fce399c01..20cb89518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.2.0" +version = "7.3.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 33082c702..26fd6b740 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.2.0 +sonar.projectVersion=7.3.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.