Skip to content

Commit

Permalink
chore(develop): release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 10, 2022
1 parent 5936f60 commit 2e1a01f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
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

## [2.0.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.7.1...v2.0.0) (2022-05-10)


### ⚠ BREAKING CHANGES

* Adds custom query row level hash validation feature. (#440)

### Features

* Adds custom query row level hash validation feature. ([#440](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/440)) ([f057fe8](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/f057fe8d690c78219f6341d210ba9719d4510fd6))
* Issue356 db2 test ([#383](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/383)) ([70fb7bc](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/70fb7bc07517665eff554b341a678e00d458a2b1))
* Support cast to BIGINT before aggregation ([#461](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/461)) ([ca598a0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ca598a0a1ca80541f98b5108d3fd358081af2c0b))
* support float and decimal types in Hive ([#470](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/470)) ([5936f60](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/5936f6046d1eef0094b0e225cd05dc4f9e150c93))


### Bug Fixes

* add get_ibis_table_schema ([#410](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/410)) ([#411](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/411)) ([4093625](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/409362510d7e405016e87e253e4127a04089fabd))
* only replaces datatypes and not column names ([#453](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/453)) ([6143794](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/6143794e90e048243f88ee811c6de5cf84a70184))
* supports NULL datetime/timestamps, fixes bug with validation_status in PR 455 ([#460](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/460)) ([57896f4](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/57896f430967f9726ccdf8c82b1c3b9833f0062c))
* Updated schema validation logic to column as 'validation_status' ([#455](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/455)) ([e30c337](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e30c33750edc4a128e72ff2940106d4404cab0be))
* updating teradata docs for sha256 UDF and swapping string_join for concat ([#457](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/457)) ([23dbf56](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/23dbf566dae054c1130c5192fb1a1cd7b20de501))

### [1.7.1](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v1.7.0...v1.7.1) (2022-04-14)


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 = "1.7.1"
version = "2.0.0"
release_status = "Development Status :: 3 - Alpha"

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

0 comments on commit 2e1a01f

Please sign in to comment.