Skip to content

Commit f24e428

Browse files
chore(develop): release 7.6.0 (#1492)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent d9f5528 commit f24e428

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33
## Untagged
44

5+
## [7.6.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.5.2...v7.6.0) (2025-04-17)
6+
7+
8+
### Features
9+
10+
* Add result handler for PostgreSQL ([#1480](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1480)) ([ac66c2b](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ac66c2b64b1598b6819b1185f7e19069a5a4c892))
11+
* Optimize PostgreSQL result handler ([#1495](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1495)) ([a2f5794](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a2f57940779ac358be2662c9a888752e4bb133f3))
12+
13+
14+
### Bug Fixes
15+
16+
* Ensure --partition-num option is &gt; 1 ([#1496](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1496)) ([b96a5e4](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b96a5e48fc5a39ef3fc588fc7d9e0e05cea18cd7))
17+
* Issue 1497 generate partitions custom query ([#1500](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1500)) ([4e0e890](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/4e0e8903633c085f2922f5e3596e8b8c721be525))
18+
* Issue casting SQL Server DECIMAL with scale &gt; 0 to string ([#1499](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1499)) ([bf81df3](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/bf81df3b56406012a7ef6a202583e038154e09cf))
19+
* Support Teradata filters containing quotes when generating partitions ([#1506](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1506)) ([d9f5528](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/d9f55287a43f0542e40d83324897da23117fa565))
20+
521
## [7.5.2](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.5.1...v7.5.2) (2025-04-02)
622

723

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.5.2"
21+
version = "7.6.0"
2222
release_status = "Development Status :: 4 - Beta"
2323

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

0 commit comments

Comments
 (0)