Skip to content

Commit 8feafe2

Browse files
chore(develop): release 7.5.0 (#1464)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 450f2db commit 8feafe2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## Untagged
44

5+
## [7.5.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.4.0...v7.5.0) (2025-03-25)
6+
7+
8+
### Features
9+
10+
* Add raw_column_metadata to Oracle, Teradata and PostgreSQL Backend objects ([#1469](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1469)) ([0a96ef9](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/0a96ef94e4737ef03284ae1949a2f8393d3a66ae))
11+
* Enhanced row validation summary logging (support for custom-query row, change to JSON compliant log output) ([#1463](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1463)) ([66cff07](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/66cff07d51f607452f56b19c888ad6a749a31de4))
12+
13+
14+
### Bug Fixes
15+
16+
* Cater for extreme datetime pk values ([#1475](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1475)) ([450f2db](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/450f2dbdd847249f40eb119510f669c884a035a9))
17+
* Prevent logging an exception when result_df is empty ([#1461](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1461)) ([e85ba40](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e85ba40fcbc021e41e3644e2d16726f633a3aa72))
18+
* Prevent RecursionError in combiner by slicing Dataframes by validation count ([#1465](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1465)) ([b76f33e](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b76f33ec79042296a131c888ed426be4d87b1a64))
19+
520
## [7.4.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.3.0...v7.4.0) (2025-03-04)
621

722

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
name = "google-pso-data-validator"
2020
description = "A package to enable easy data validation"
21-
version = "7.4.0"
21+
version = "7.5.0"
2222
release_status = "Development Status :: 4 - Beta"
2323

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

0 commit comments

Comments
 (0)