Skip to content

Commit 5fac118

Browse files
chore(develop): release 8.4.0 (#1625)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 7fef330 commit 5fac118

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Untagged
44

5+
## [8.4.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v8.3.0...v8.4.0) (2026-01-13)
6+
7+
8+
### Features
9+
10+
* Add Sybase support ([#1614](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1614)) ([7fef330](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/7fef33018ccc3af02298d00414ec01b08817c00c))
11+
* Execute a validation from a BigQuery project pointing to a table in a different project ([#1622](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1622)) ([2cf331f](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/2cf331f7fe396e7046ee95a18165b98f093177ab))
12+
13+
14+
### Bug Fixes
15+
16+
* Ensure we use BigQuery data project when prefixing tables ([#1637](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1637)) ([687925f](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/687925f43f40300d59333050ef7ad8bf5ef1f013))
17+
* Small fix to BigQuery quota project parameter implementation ([#1632](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1632)) ([49ec473](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/49ec473bf541a468aa400f5112875009c2b00a41))
18+
19+
20+
### Documentation
21+
22+
* Add sample SQL Server Dockerfiles ([#1636](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1636)) ([543ad0d](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/543ad0dfe07c6db1a0b76bd37778370da0266a24))
23+
524
## [8.3.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v8.2.0...v8.3.0) (2025-11-13)
625

726

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

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

0 commit comments

Comments
 (0)