From 045028e231ad4281e4091fdb3fcde5120bf27dcf Mon Sep 17 00:00:00 2001 From: fjork3 Date: Thu, 9 Dec 2021 15:14:26 -0500 Subject: [PATCH 1/3] release candidate for 0.13.46 --- docs/changelog.md | 23 +++++++++++++++++++++++ docs_rtd/changelog.rst | 24 ++++++++++++++++++++++++ great_expectations/deployment_version | 2 +- 3 files changed, 48 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index b9b9e0acc188..42ffaf7430f6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,29 @@ title: Changelog ### Develop +### 0.13.45 +* [FEATURE] Instrument Runtime DataConnector for Usage Statistics: Add "checkpoint.run" Event Schema (#3797) +* [FEATURE] Add suite creation type field to CLI SUITE "new" and "edit" Usage Statistics events (#3810) +* [FEATURE] [EXPERIMENTAL] Dependency graph based testing strategy and related pipeline (#3738, #3815, #3818) +* [FEATURE] BaseDataContext registry (#3812, #3819) +* [FEATURE] Add usage statistics instrumentation to Legacy UserConfigurableProfiler execution (#3828) +* [BUGFIX] CheckpointConfig.__deepcopy__() must copy all fields, including the null-valued fields (#3793) +* [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) +* [BUGFIX] Fix Minor Bugs in and Clean Up UserConfigurableProfiler (#3822) +* [BUGFIX] Ensure proper replacement of nulls in Jupyter Notebooks (#3782) +* * [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) +* [DOCS] Clean up TOC (#3783) +* [DOCS] Update Checkpoint and Actions Reference with testing (#3787) +* [DOCS] Update How to install Great Expectations locally (#3805) +* [DOCS] How to install Great Expectations in a hosted environment (#3808) +* [MAINTENANCE] Make BatchData Serialization More Robust (#3791) +* [MAINTENANCE] Refactor SiteIndexBuilder.build() (#3789) +* [MAINTENANCE] Update ref to ge-cla-bot in PR template (#3799) +* [MAINTENANCE] Anonymizer clean up and refactor (#3801) +* [MAINTENANCE] Certify the expectation "expect_table_row_count_to_equal_other_table" for V3 API (#3803) +* [MAINTENANCE] Refactor to enable broader use of event emitting method for usage statistics (#3825) +* [MAINTENANCE] Clean up temp file after CI/CD run (#3823) + ### 0.13.45 * [FEATURE] Feature/render validation metadata (#3397) (thanks @vshind1) * [FEATURE] Added expectation expect_column_values_to_not_contain_special_characters() (#2849, #3771) (thanks @jaibirsingh) diff --git a/docs_rtd/changelog.rst b/docs_rtd/changelog.rst index 207b19e4ad7d..9056452577d4 100644 --- a/docs_rtd/changelog.rst +++ b/docs_rtd/changelog.rst @@ -8,6 +8,30 @@ Changelog develop ----------------- +0.13.46 +----------------- +* [FEATURE] Instrument Runtime DataConnector for Usage Statistics: Add "checkpoint.run" Event Schema (#3797) +* [FEATURE] Add suite creation type field to CLI SUITE "new" and "edit" Usage Statistics events (#3810) +* [FEATURE] [EXPERIMENTAL] Dependency graph based testing strategy and related pipeline (#3738, #3815, #3818) +* [FEATURE] BaseDataContext registry (#3812, #3819) +* [FEATURE] Add usage statistics instrumentation to Legacy UserConfigurableProfiler execution (#3828) +* [BUGFIX] CheckpointConfig.__deepcopy__() must copy all fields, including the null-valued fields (#3793) +* [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) +* [BUGFIX] Fix Minor Bugs in and Clean Up UserConfigurableProfiler (#3822) +* [BUGFIX] Ensure proper replacement of nulls in Jupyter Notebooks (#3782) +* [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) +* [DOCS] Clean up TOC (#3783) +* [DOCS] Update Checkpoint and Actions Reference with testing (#3787) +* [DOCS] Update How to install Great Expectations locally (#3805) +* [DOCS] How to install Great Expectations in a hosted environment (#3808) +* [MAINTENANCE] Make BatchData Serialization More Robust (#3791) +* [MAINTENANCE] Refactor SiteIndexBuilder.build() (#3789) +* [MAINTENANCE] Update ref to ge-cla-bot in PR template (#3799) +* [MAINTENANCE] Anonymizer clean up and refactor (#3801) +* [MAINTENANCE] Certify the expectation "expect_table_row_count_to_equal_other_table" for V3 API (#3803) +* [MAINTENANCE] Refactor to enable broader use of event emitting method for usage statistics (#3825) +* [MAINTENANCE] Clean up temp file after CI/CD run (#3823) + 0.13.45 ----------------- * [FEATURE] Feature/render validation metadata (#3397) (thanks @vshind1) diff --git a/great_expectations/deployment_version b/great_expectations/deployment_version index 7ea1a22dcad1..548e08adf1e8 100644 --- a/great_expectations/deployment_version +++ b/great_expectations/deployment_version @@ -1 +1 @@ -0.13.45 +0.13.46 From ab24c34db06661c44447392efac3d42f390e980e Mon Sep 17 00:00:00 2001 From: fjork3 Date: Thu, 9 Dec 2021 15:20:21 -0500 Subject: [PATCH 2/3] correct version heading --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 42ffaf7430f6..c61d90d44063 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ title: Changelog ### Develop -### 0.13.45 +### 0.13.46 * [FEATURE] Instrument Runtime DataConnector for Usage Statistics: Add "checkpoint.run" Event Schema (#3797) * [FEATURE] Add suite creation type field to CLI SUITE "new" and "edit" Usage Statistics events (#3810) * [FEATURE] [EXPERIMENTAL] Dependency graph based testing strategy and related pipeline (#3738, #3815, #3818) From 18e53290bf7cd47680b5af65f1ea1e2e9606fa97 Mon Sep 17 00:00:00 2001 From: fjork3 Date: Thu, 9 Dec 2021 15:21:43 -0500 Subject: [PATCH 3/3] lint --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index c61d90d44063..f0297672f7a8 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,7 +14,7 @@ title: Changelog * [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) * [BUGFIX] Fix Minor Bugs in and Clean Up UserConfigurableProfiler (#3822) * [BUGFIX] Ensure proper replacement of nulls in Jupyter Notebooks (#3782) -* * [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) +* [BUGFIX] Fix issue where configuration store didn't allow nesting (#3811) * [DOCS] Clean up TOC (#3783) * [DOCS] Update Checkpoint and Actions Reference with testing (#3787) * [DOCS] Update How to install Great Expectations locally (#3805)