Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

## [8.3.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v8.2.0...v8.3.0) (2025-10-31)


### Features

* Improve generate-table-partitions for custom queries ([#1604](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1604)) ([a4eb9b0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/a4eb9b07a07da452153cfe109af6cda7f799f90a))


### Bug Fixes

* Lower case schema.table find-tables keys (if possible) when matching names ([#1601](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1601)) ([9b0ce24](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/9b0ce24d68e77b1b6f2453daf5afdd88ed2e5a0a))
* Prevent result handler credentials from being stored in config files ([#1609](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1609)) ([ef3df2e](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/ef3df2e708e08a6d81551b421ce8fec93c469a5e))
* Remove implicit "connections" subdirectory from GCS connections path (PSO_DV_CONN_HOME) ([#1598](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1598)) ([b48d666](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/b48d6668918d3c60ff700ab3ef2f61c636a18e13))
* Skip SQL Server columns of type image ([#1606](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1606)) ([4a5c8e9](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/4a5c8e974471c8339e903a55f658a0e51d8f6367))

## [8.2.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v8.1.1...v8.2.0) (2025-09-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 = "8.2.0"
version = "8.3.0"
release_status = "Development Status :: 4 - Beta"

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