Skip to content

Commit

Permalink
chore(develop): release 4.5.0 (#1107)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 18, 2024
1 parent 842d8b7 commit 4cb2962
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## Untagged

## [4.5.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v4.4.0...v4.5.0) (2024-03-18)


### Features

* Support GCS files in configs list command ([#1108](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1108)) ([b49e1c3](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b49e1c373eacee6dab075cd72e6064cb46966b13))


### Bug Fixes

* Add table names to report results when source and/or target dataframes are empty ([#1104](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1104)) ([812ed62](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/812ed6274fdbc1f8847caa1d0d2013ae4acb9041))
* Fixes issue casting Snowflake decimal with scale&gt;0 to string ([#1110](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1110)) ([34446a4](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/34446a48d6a760ff57f9aa1e29796434d3e9663b))
* force cast for aggregates ([#1114](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1114)) ([44b60cf](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/44b60cfa16199a097ff7f67522b5c15541ee8f79))
* Teradata large timestamp handling ([#1117](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1117)) ([842d8b7](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/842d8b7591dd2803e97c059ae9dd3e188b225c4e))

## [4.4.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v4.3.0...v4.4.0) (2024-02-22)


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

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

0 comments on commit 4cb2962

Please sign in to comment.