Skip to content

Commit cc618db

Browse files
chore(develop): release 7.2.0 (#1399)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a169f63 commit cc618db

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

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

33
## Untagged
44

5+
## [7.2.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.1.0...v7.2.0) (2025-02-04)
6+
7+
8+
### Features
9+
10+
* add connections cli commands ([#1398](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1398)) ([949d6c5](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/949d6c57d9c6df376be7c539aa209b7c16252804))
11+
* Add margin to Decimal precision when deciding to SUM output to string ([#1395](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1395)) ([f231b3d](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/f231b3d1ea174a3c33dcc493be2950b36dcfa759))
12+
* Cater for ExtractEpochSeconds overflowing integer ([#1397](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1397)) ([c175146](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c1751462effee9d7e5bf8a8a5098770ce96cb1f3))
13+
14+
15+
### Bug Fixes
16+
17+
* Cast epoch_seconds to int64 in combiner ([#1407](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1407)) ([e76a123](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e76a123f53275285fd004fcefc11efad0bd64e05))
18+
* Cast sum of epoch_seconds to string to avoid int64 overflow ([#1412](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1412)) ([7814906](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/781490658875f6dab128f11c1a1af325561788fc))
19+
* Change get_filters to not hang due to long filter strings ([#1418](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1418)) ([a752cf5](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a752cf5ac0b0c8bf330b0470d3c818b4942b1232))
20+
* Row validations fail for values with trailing newline ([#1415](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1415)) ([a169f63](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a169f635855f736b291a9163429d4c10743c6e12))
21+
* Workaround for dates &lt; 1970 on Windows ([#1392](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1392)) ([4ff5d3a](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/4ff5d3a359f824d91e2c26dc1f88a22cdeeb9103))
22+
23+
24+
### Documentation
25+
26+
* Add sample of horizontally scaled Oracle BLOB validation ([#1404](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1404)) ([de6dad0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/de6dad02407c093c107a0bcedee7b6900e91e86e))
27+
* Add Snowflake key-pair example ([#1402](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1402)) ([94f8e03](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/94f8e0324d11e51a6483cb6d446acd939340e664))
28+
529
## [7.1.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.0.0...v7.1.0) (2025-01-08)
630

731

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

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

0 commit comments

Comments
 (0)