Skip to content

Commit 4c3adfd

Browse files
[RELEASE] 1.19.0 (#11972)
1 parent 305cd51 commit 4c3adfd

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
release_version: "great_expectations, version 1.18.2",
2+
release_version: "great_expectations, version 1.19.0",
33
min_python: "3.10",
44
max_python: "3.13",
55
};

docs/docusaurus/docs/oss/changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@ When we deprecate public functionality, we will
1515

1616
Before we completely remove the functionality in a new major release, there will be at least one minor release that contains the deprecation so that you can smoothly transition.
1717

18+
### 1.19.0
19+
* [FEATURE] Spark 4 support ([#11969](https://github.com/fivetran/great_expectations/pull/11969))
20+
* [BUGFIX] Preserve date-like strings in SQL distinct value sets ([#11947](https://github.com/fivetran/great_expectations/pull/11947)) (thanks @yuricavalcanti06)
21+
* [BUGFIX] Reject empty regex_list in ExpectColumnValuesToMatchRegexList ([#11958](https://github.com/fivetran/great_expectations/pull/11958)) (thanks @anxkhn)
22+
* [BUGFIX] Fix broken link in issue assign welcome message ([#11961](https://github.com/fivetran/great_expectations/pull/11961))
23+
* [DOCS] Enumerate Ephemeral Data Context use cases in type overview ([#11931](https://github.com/fivetran/great_expectations/pull/11931)) (thanks @zozo123)
24+
* [MAINTENANCE] remove broken redirect entries ([#11936](https://github.com/fivetran/great_expectations/pull/11936))
25+
* [MAINTENANCE] Replace broken Wistia embed with YouTube on GX Core intro page ([#11932](https://github.com/fivetran/great_expectations/pull/11932))
26+
* [MAINTENANCE] Skip broken GCP SDK setup in docs-snippets during CI transition ([#11959](https://github.com/fivetran/great_expectations/pull/11959))
27+
* [MAINTENANCE] Self-provision data in Snowflake connection tests ([#11945](https://github.com/fivetran/great_expectations/pull/11945))
28+
* [MAINTENANCE] Contrib Docs ([#11950](https://github.com/fivetran/great_expectations/pull/11950))
29+
* [MAINTENANCE] Add bot-enforced issue claiming and scope stale bot to needs-info issues ([#11957](https://github.com/fivetran/great_expectations/pull/11957))
30+
* [MAINTENANCE] Bump launch-editor from 2.12.0 to 2.14.1 in /docs/docusaurus ([#11918](https://github.com/fivetran/great_expectations/pull/11918))
31+
* [MAINTENANCE] clean up unused code ([#11717](https://github.com/fivetran/great_expectations/pull/11717))
32+
* [MAINTENANCE] Extract type comparison logic into dedicated module ([#11798](https://github.com/fivetran/great_expectations/pull/11798))
33+
* [MAINTENANCE] Bump dompurify from 3.4.3 to 3.4.11 in /docs/docusaurus ([#11917](https://github.com/fivetran/great_expectations/pull/11917))
34+
* [MAINTENANCE] Make pyarrow compatibility type-ignore environment-independent ([#11966](https://github.com/fivetran/great_expectations/pull/11966))
35+
* [MAINTENANCE] Bump joi from 17.13.3 to 17.13.4 in /docs/docusaurus ([#11914](https://github.com/fivetran/great_expectations/pull/11914))
36+
* [MAINTENANCE] Remove dead expectation helpers and types/attributes ([#11765](https://github.com/fivetran/great_expectations/pull/11765))
37+
* [MAINTENANCE] Databricks CI ([#11968](https://github.com/fivetran/great_expectations/pull/11968))
38+
* [MAINTENANCE] Authenticate Databricks CI via OAuth M2M service principal ([#11970](https://github.com/fivetran/great_expectations/pull/11970))
39+
* [MAINTENANCE] Remove Codecov from CI and documentation ([#11971](https://github.com/fivetran/great_expectations/pull/11971))
40+
1841
### 1.18.2
1942
* [BUGFIX] Fix .rdd usage in Spark distinct-values metrics for Spark Connect compatibility ([#11922](https://github.com/fivetran/great_expectations/pull/11922))
2043
* [DOCS] Fix typos in the Run a Validation Definition guide ([#11920](https://github.com/fivetran/great_expectations/pull/11920)) (thanks @zozo123)

docs/docusaurus/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ module.exports = {
269269
lastVersion: 'current',
270270
versions: {
271271
current: {
272-
label: '1.18.2',
272+
label: '1.19.0',
273273
},
274274
['0.18']: {
275275
label: '0.18.21',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.18.2
1+
1.19.0

0 commit comments

Comments
 (0)