diff --git a/docs/docusaurus/docs/changelog.md b/docs/docusaurus/docs/changelog.md index 7073f7ff070b..285af04fc5ef 100644 --- a/docs/docusaurus/docs/changelog.md +++ b/docs/docusaurus/docs/changelog.md @@ -10,6 +10,19 @@ title: Changelog - Deprecation warnings are accompanied by a moniker (as a code comment) indicating when they were deprecated. For example: `# deprecated-v0.13` - Changes to methods and parameters due to deprecation are also noted in the relevant docstrings. +### 0.18.3 +* [FEATURE] Update SnowflakeDatasource connection details ([#8922](https://github.com/great-expectations/great_expectations/pull/8922)) +* [DOCS] Minor Updates to Create a Data Asset ([#8952](https://github.com/great-expectations/great_expectations/pull/8952)) +* [DOCS] List the Available GX Cloud Expectations in Manage Expectations ([#8959](https://github.com/great-expectations/great_expectations/pull/8959)) +* [DOCS] DSB-484 Improve Quickstart diagram links ([#8951](https://github.com/great-expectations/great_expectations/pull/8951)) +* [DOCS] Update Add Validation Data or Expectation Suites to a Checkpoint ([#8931](https://github.com/great-expectations/great_expectations/pull/8931)) +* [MAINTENANCE] Add delete Data Source and Data Asset methods to end-to-end tests ([#8956](https://github.com/great-expectations/great_expectations/pull/8956)) +* [MAINTENANCE] Add Nevin and cleanup teams.yml ([#8955](https://github.com/great-expectations/great_expectations/pull/8955)) +* [MAINTENANCE] dry up validation status calc ([#8962](https://github.com/great-expectations/great_expectations/pull/8962)) +* [MAINTENANCE] Update type hints so our decorators play well with classes ([#8935](https://github.com/great-expectations/great_expectations/pull/8935)) +* [CONTRIB] add sqlalchemy execution engine compatability to expect_column_values… ([#8942](https://github.com/great-expectations/great_expectations/pull/8942)) (thanks @mcornew) +* [CONTRIB] add sqlalchemy support for expect_multicolumn_values_not_to_be_all_null ([#8938](https://github.com/great-expectations/great_expectations/pull/8938)) (thanks @itaise) + ### 0.18.2 * [DOCS] Update Connect to SQL Database Data Assets ([#8918](https://github.com/great-expectations/great_expectations/pull/8918)) * [DOCS] DSB-353: Add GX Cloud Architecture and Deployment Patterns page ([#8904](https://github.com/great-expectations/great_expectations/pull/8904)) diff --git a/docs/docusaurus/docs/components/_data.jsx b/docs/docusaurus/docs/components/_data.jsx index c1958bc4db4e..fe5cd234d12c 100644 --- a/docs/docusaurus/docs/components/_data.jsx +++ b/docs/docusaurus/docs/components/_data.jsx @@ -1,5 +1,5 @@ export default { - release_version: 'great_expectations, version 0.18.2', + release_version: 'great_expectations, version 0.18.3', min_python: '3.8', max_python: '3.11' } diff --git a/docs/docusaurus/docusaurus.config.js b/docs/docusaurus/docusaurus.config.js index 25a2fc70f1ad..7e1ed5af28ea 100644 --- a/docs/docusaurus/docusaurus.config.js +++ b/docs/docusaurus/docusaurus.config.js @@ -243,7 +243,7 @@ module.exports = { lastVersion: 'current', versions: { current: { - label: '0.18.2', + label: '0.18.3', path: '' } } diff --git a/docs_rtd/changelog.rst b/docs_rtd/changelog.rst index ec54ab8ac19f..8811302231b0 100644 --- a/docs_rtd/changelog.rst +++ b/docs_rtd/changelog.rst @@ -4,6 +4,20 @@ Changelog ######### +0.18.3 +----------------- +* [FEATURE] Update SnowflakeDatasource connection details ([#8922](https://github.com/great-expectations/great_expectations/pull/8922)) +* [DOCS] Minor Updates to Create a Data Asset ([#8952](https://github.com/great-expectations/great_expectations/pull/8952)) +* [DOCS] List the Available GX Cloud Expectations in Manage Expectations ([#8959](https://github.com/great-expectations/great_expectations/pull/8959)) +* [DOCS] DSB-484 Improve Quickstart diagram links ([#8951](https://github.com/great-expectations/great_expectations/pull/8951)) +* [DOCS] Update Add Validation Data or Expectation Suites to a Checkpoint ([#8931](https://github.com/great-expectations/great_expectations/pull/8931)) +* [MAINTENANCE] Add delete Data Source and Data Asset methods to end-to-end tests ([#8956](https://github.com/great-expectations/great_expectations/pull/8956)) +* [MAINTENANCE] Add Nevin and cleanup teams.yml ([#8955](https://github.com/great-expectations/great_expectations/pull/8955)) +* [MAINTENANCE] dry up validation status calc ([#8962](https://github.com/great-expectations/great_expectations/pull/8962)) +* [MAINTENANCE] Update type hints so our decorators play well with classes ([#8935](https://github.com/great-expectations/great_expectations/pull/8935)) +* [CONTRIB] add sqlalchemy execution engine compatability to expect_column_values… ([#8942](https://github.com/great-expectations/great_expectations/pull/8942)) (thanks @mcornew) +* [CONTRIB] add sqlalchemy support for expect_multicolumn_values_not_to_be_all_null ([#8938](https://github.com/great-expectations/great_expectations/pull/8938)) (thanks @itaise) + 0.18.2 ----------------- * [DOCS] Update Connect to SQL Database Data Assets ([#8918](https://github.com/great-expectations/great_expectations/pull/8918)) diff --git a/great_expectations/deployment_version b/great_expectations/deployment_version index 503a21deb47d..267d7e011fea 100644 --- a/great_expectations/deployment_version +++ b/great_expectations/deployment_version @@ -1 +1 @@ -0.18.2 +0.18.3