diff --git a/.openapi-generator/configs/gooddata-api-client.yaml b/.openapi-generator/configs/gooddata-api-client.yaml index c30ff0e52..d7a78309d 100644 --- a/.openapi-generator/configs/gooddata-api-client.yaml +++ b/.openapi-generator/configs/gooddata-api-client.yaml @@ -6,7 +6,7 @@ infoName: "GoodData (generated by OpenAPI Generator)" infoEmail: "support@gooddata.com" projectName: gooddata-api-client packageName: gooddata_api_client -packageVersion: 1.50.0 +packageVersion: 1.51.0 library: urllib3 additionalProperties: licenseInfo: "MIT" diff --git a/docs/config/production/params.toml b/docs/config/production/params.toml index 8f5a0d0d2..435c9bb42 100644 --- a/docs/config/production/params.toml +++ b/docs/config/production/params.toml @@ -12,10 +12,14 @@ dirpath = "dev" url = "/dev/" sitemapExclude = true [[versions]] -version = "1.50" +version = "1.51" dirpath = "latest" url = "/latest/" [[versions]] +version = "1.50" +dirpath = "1.50" +url = "/1.50/" +[[versions]] version = "1.49" dirpath = "1.49" url = "/1.49/" @@ -23,7 +27,3 @@ url = "/1.49/" version = "1.48" dirpath = "1.48" url = "/1.48/" -[[versions]] -version = "1.47" -dirpath = "1.47" -url = "/1.47/" diff --git a/docs/layouts/index.redir b/docs/layouts/index.redir index 1751b2473..9a4725315 100644 --- a/docs/layouts/index.redir +++ b/docs/layouts/index.redir @@ -1,8 +1,9 @@ # Redirect homepage to the latest version / {{ .Site.BaseURL }}/latest/ 301! /docs/ {{ .Site.BaseURL }}/latest/ 301! -/1.50/ {{ .Site.BaseURL }}/latest 301! -/1.50.0/ {{ .Site.BaseURL }}/latest 301! +/1.51/ {{ .Site.BaseURL }}/latest 301! +/1.51.0/ {{ .Site.BaseURL }}/latest 301! +/1.50.0/ {{ .Site.BaseURL }}/1.50 301! /1.49.0/ {{ .Site.BaseURL }}/1.49 301! /1.48.0/ {{ .Site.BaseURL }}/1.48 301! /1.47.0/ {{ .Site.BaseURL }}/1.47 301! diff --git a/gooddata-api-client/README.md b/gooddata-api-client/README.md index f8830cbcb..92fe3a50c 100644 --- a/gooddata-api-client/README.md +++ b/gooddata-api-client/README.md @@ -4,7 +4,7 @@ No description provided (generated by Openapi Generator https://github.com/opena This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: v0 -- Package version: 1.50.0 +- Package version: 1.51.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/gooddata-api-client/gooddata_api_client/__init__.py b/gooddata-api-client/gooddata_api_client/__init__.py index d55c2fe14..648a352c0 100644 --- a/gooddata-api-client/gooddata_api_client/__init__.py +++ b/gooddata-api-client/gooddata_api_client/__init__.py @@ -11,7 +11,7 @@ """ -__version__ = "1.50.0" +__version__ = "1.51.0" # import ApiClient from gooddata_api_client.api_client import ApiClient diff --git a/gooddata-api-client/gooddata_api_client/api_client.py b/gooddata-api-client/gooddata_api_client/api_client.py index 3ceb7dcef..3601e4431 100644 --- a/gooddata-api-client/gooddata_api_client/api_client.py +++ b/gooddata-api-client/gooddata_api_client/api_client.py @@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.50.0/python' + self.user_agent = 'OpenAPI-Generator/1.51.0/python' def __enter__(self): return self diff --git a/gooddata-api-client/gooddata_api_client/configuration.py b/gooddata-api-client/gooddata_api_client/configuration.py index 9d4515a0d..21b52c08a 100644 --- a/gooddata-api-client/gooddata_api_client/configuration.py +++ b/gooddata-api-client/gooddata_api_client/configuration.py @@ -381,7 +381,7 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v0\n"\ - "SDK Package Version: 1.50.0".\ + "SDK Package Version: 1.51.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/gooddata-api-client/setup.py b/gooddata-api-client/setup.py index cc801ab93..4892d4131 100644 --- a/gooddata-api-client/setup.py +++ b/gooddata-api-client/setup.py @@ -16,7 +16,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") NAME = "gooddata-api-client" -VERSION = "1.50.0" +VERSION = "1.51.0" # To install the library, run the following # # python setup.py install diff --git a/gooddata-dbt/setup.py b/gooddata-dbt/setup.py index fc662e3ce..30af6781c 100644 --- a/gooddata-dbt/setup.py +++ b/gooddata-dbt/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-sdk~=1.50.0", + "gooddata-sdk~=1.51.0", "pyyaml>=6.0", "attrs>=21.4.0,<=24.2.0", "cattrs>=22.1.0,<=24.1.1", @@ -20,7 +20,7 @@ description="dbt plugin for GoodData", long_description=long_description, long_description_content_type="text/markdown", - version="1.50.0", + version="1.51.0", author="GoodData", author_email="support@gooddata.com", license="MIT", diff --git a/gooddata-fdw/setup.py b/gooddata-fdw/setup.py index 3eb39c3c1..47a045cd1 100644 --- a/gooddata-fdw/setup.py +++ b/gooddata-fdw/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-sdk~=1.50.0", + "gooddata-sdk~=1.51.0", # "multicorn>=1.4.0", ] @@ -16,7 +16,7 @@ description="GoodData Cloud Foreign Data Wrapper For PostgreSQL", long_description=long_description, long_description_content_type="text/markdown", - version="1.50.0", + version="1.51.0", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -26,7 +26,7 @@ packages=find_packages(exclude=["tests*"]), python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.50.0", + "Documentation": "https://gooddata-fdw.readthedocs.io/en/v1.51.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-flexconnect/setup.py b/gooddata-flexconnect/setup.py index f120296da..73d0d31ed 100644 --- a/gooddata-flexconnect/setup.py +++ b/gooddata-flexconnect/setup.py @@ -8,8 +8,8 @@ REQUIRES = [ "dynaconf>=3.1.11,<4.0.0", - "gooddata-flight-server~=1.50.0", - "gooddata-sdk~=1.50.0", + "gooddata-flight-server~=1.51.0", + "gooddata-sdk~=1.51.0", "orjson>=3.9.15,<4.0.0", "pyarrow>=16.1.0", "structlog>=24.0.0,<25.0.0", @@ -20,7 +20,7 @@ description="Build your own data source for GoodData Cloud and GoodData Cloud Native.", long_description=long_description, long_description_content_type="text/markdown", - version="1.50.0", + version="1.51.0", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -31,7 +31,7 @@ include_package_data=True, python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.50.0", + "Documentation": "https://gooddata-flexconnect.readthedocs.io/en/v1.51.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-flight-server/setup.py b/gooddata-flight-server/setup.py index c3d4069a5..b2590f46e 100644 --- a/gooddata-flight-server/setup.py +++ b/gooddata-flight-server/setup.py @@ -22,7 +22,7 @@ description="Flight RPC server to host custom functions", long_description=long_description, long_description_content_type="text/markdown", - version="1.50.0", + version="1.51.0", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -33,7 +33,7 @@ include_package_data=True, python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.50.0", + "Documentation": "https://gooddata-flight-server.readthedocs.io/en/v1.51.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, scripts=[ diff --git a/gooddata-pandas/setup.py b/gooddata-pandas/setup.py index f91ef374f..03b7bcc28 100644 --- a/gooddata-pandas/setup.py +++ b/gooddata-pandas/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-sdk~=1.50.0", + "gooddata-sdk~=1.51.0", "pandas>=2.0.0,<3.0.0", ] @@ -16,7 +16,7 @@ description="GoodData Cloud to pandas", long_description=long_description, long_description_content_type="text/markdown", - version="1.50.0", + version="1.51.0", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -26,7 +26,7 @@ packages=find_packages(exclude=["tests*"]), python_requires=">=3.9.0", project_urls={ - "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.50.0", + "Documentation": "https://gooddata-pandas.readthedocs.io/en/v1.51.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/gooddata-pipelines/pyproject.toml b/gooddata-pipelines/pyproject.toml index 0c72becde..2f34eb81f 100644 --- a/gooddata-pipelines/pyproject.toml +++ b/gooddata-pipelines/pyproject.toml @@ -1,7 +1,7 @@ # (C) 2025 GoodData Corporation [project] name = "gooddata-pipelines" -version = "1.50.0" +version = "1.51.0" description = "GoodData Cloud lifecycle automation pipelines" authors = [{ name = "GoodData", email = "support@gooddata.com" }] license = { text = "MIT" } @@ -11,7 +11,7 @@ dependencies = [ "pydantic (>=2.11.3,<3.0.0)", "requests (>=2.32.3,<3.0.0)", "types-requests (>=2.32.0,<3.0.0)", - "gooddata-sdk~=1.50.0", + "gooddata-sdk~=1.51.0", "boto3 (>=1.39.3,<2.0.0)", "boto3-stubs (>=1.39.3,<2.0.0)", "types-pyyaml (>=6.0.12.20250326,<7.0.0)" diff --git a/gooddata-sdk/README.md b/gooddata-sdk/README.md index 9a9baf05c..22bc68bdd 100644 --- a/gooddata-sdk/README.md +++ b/gooddata-sdk/README.md @@ -13,7 +13,7 @@ At the moment the SDK provides services to inspect and interact with the Semanti * Compute Service * Table Service -See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.50.0) for more details. +See [DOCUMENTATION](https://www.gooddata.com/docs/python-sdk/1.51.0) for more details. ## Requirements diff --git a/gooddata-sdk/setup.py b/gooddata-sdk/setup.py index f4c414dbc..e9d074e37 100644 --- a/gooddata-sdk/setup.py +++ b/gooddata-sdk/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") REQUIRES = [ - "gooddata-api-client~=1.50.0", + "gooddata-api-client~=1.51.0", "python-dateutil>=2.5.3", "pyyaml>=6.0", "attrs>=21.4.0,<=24.2.0", @@ -22,7 +22,7 @@ description="GoodData Cloud Python SDK", long_description=long_description, long_description_content_type="text/markdown", - version="1.50.0", + version="1.51.0", author="GoodData", author_email="support@gooddata.com", license="MIT", @@ -36,7 +36,7 @@ "bin/gdc", ], project_urls={ - "Documentation": "https://www.gooddata.com/docs/python-sdk/1.50.0", + "Documentation": "https://www.gooddata.com/docs/python-sdk/1.51.0", "Source": "https://github.com/gooddata/gooddata-python-sdk", }, classifiers=[ diff --git a/pyproject.toml b/pyproject.toml index 4d0a70f03..c39242a16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ convention = "google" # github_url = "https://github.com///" [tool.tbump.version] -current = "1.50.0" +current = "1.51.0" regex = ''' (?P\d+) \.