Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(develop): release 3.1.0 #791

Merged
merged 1 commit into from
Apr 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

## Untagged

## [3.1.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v3.0.0...v3.1.0) (2023-04-21)


### Features

* add db2 hash and concat support ([#800](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/800)) ([c16e2f7](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c16e2f79c974412f2407ddbd0846a83b8c2cb330))
* add Impala connection optional parameters ([#743](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/743)) ([#790](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/790)) ([414d7f8](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/414d7f83bc65be2f17dd6103b7667409ff9b0269))
* added source_type in output while listing connections list ([#803](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/803)) ([056275b](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/056275b1a78c04f7aa5e5cfa4911d35ac9af1c5a))
* Adding Custom-Query support for DB2. ([#807](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/807)) ([a8085d3](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a8085d318c7fdd4b4591c45dc8eb6f399cabb670))
* Option for simpler report output grid ([#802](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/802)) ([b92eb91](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b92eb91feb3b4a83c6ad74c4b9c5af65dcbc21f8))


### Bug Fixes

* Mysql fix to support row hash validations, random row validation, and filter ([#812](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/812)) ([ae07fa4](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ae07fa429e7c94991c570231b46a54423b2e56e5))
* schema validation fixes for Oracle/SQL Server float64 and SQL Server datetimeoffset ([#796](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/796)) ([ad0e64f](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ad0e64f4356394826fabd73d1a279ed448cb8273))


### Documentation

* add README for Airflow DAG sample, update code formatting in other docs ([#722](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/722)) ([f4c3241](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/f4c3241357451947687b16eb51bee8702bbdf7d8))
* score-cutoff changed to 1 ([#779](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/779)) ([d3aabca](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/d3aabca19945564711c256972236e23c05212160))

## [3.0.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v2.9.0...v3.0.0) (2023-03-28)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

name = "google-pso-data-validator"
description = "A package to enable easy data validation"
version = "3.0.0"
version = "3.1.0"
release_status = "Development Status :: 3 - Alpha"

with open("README.md", "r") as fh:
Expand Down