Skip to content

Commit 5e01044

Browse files
chore(develop): release 8.0.0 (#1523)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e1997f9 commit 5e01044

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

33
## Untagged
44

5+
## [8.0.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.7.0...v8.0.0) (2025-07-30)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Full Support for Oracle Wallets - TLS, mTLS and Credentials ([#1533](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1533))
11+
12+
### Features
13+
14+
* Full Support for Oracle Wallets - TLS, mTLS and Credentials ([#1533](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1533)) ([d6520b3](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/d6520b311a3992d62c36ac09f29c197fee7b829d))
15+
* Prevent exceptions when using Oracle INTERVAL YM and PostgreSQL INTERVAL ([#1556](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1556)) ([be74726](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/be74726f28b75f3e1bdaf31eb5e1e8ba3eab8635))
16+
* use python-oracledb instead of cx_Oracle ([#1515](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1515)) ([9918456](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/9918456e9bd0bba3b15ef8cc00289552f0c51fa8))
17+
18+
19+
### Bug Fixes
20+
21+
* Convert base64 Spanner BYTES string to standard bytes string ([#1539](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1539)) ([c3cf02e](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c3cf02e4b5110acc2253c02656a25d1c9f9cae90))
22+
* deduplicate spanner client in SpannerBackend ([#1554](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1554)) ([546e334](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/546e334f3c0351b3eb4a557f8c76b155142b8dc8))
23+
* Fix `find-tables` execution for SQL Server to properly filter by schema ([#1521](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1521)) ([cf4492b](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/cf4492bca91a25aa72025fc02b428435334d5900))
24+
* Fix exception when using --hash on TEXT column for row validation on SQL Server table ([#1530](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1530)) ([6642eef](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/6642eef0460e4d55878f896258f89b5bc48630b9))
25+
* Fixes and tests for validate column avg and std ([#1552](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1552)) ([e1997f9](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/e1997f9a8cf620e7286e55469076faefe7386e80))
26+
* generate-table-partitions generates correct yaml with multiple tables ([#1553](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1553)) ([456ca79](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/456ca79e9bc727a9745f410a1bfef8e0e09fe206))
27+
* Move exclude columns processing to cli_tools from config manager ([#1543](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1543)) ([f0dec60](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/f0dec603c4e9ba496581efb4f4ed297ee20802b3))
28+
* Only strip primary keys when they are fixed chars, not for varchars ([#1472](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1472)) ([506d8db](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/506d8db5a6da60b7f4f49bdb8037f7fe0acd7893))
29+
* Protect column name escaping in Oracle case expressions ([#1560](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1560)) ([f955f0d](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/f955f0d274e96c72eed3b5af70dae603f409a7d3))
30+
* samples/docker code and document max-concat-columns ([#1545](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1545)) ([fb32dba](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/fb32dbaaf7405a82ba0c6084ff2871a54f5fc6a1))
31+
* Use Pandas object for Impala timestamp (not datetime64[ns]) ([#1532](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1532)) ([81a3bfe](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/81a3bfe0021fa42fa9c1789a091abfa41c053e4b))
32+
33+
34+
### Documentation
35+
36+
* Add internal doc for DVT row hash throughput test ([#1531](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1531)) ([c120fe2](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c120fe2fb5882dbd869e034b65ff59796aa92db1))
37+
538
## [7.7.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.6.1...v7.7.0) (2025-05-20)
639

740

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

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

0 commit comments

Comments
 (0)