|
2 | 2 |
|
3 | 3 | ### ⚠ BREAKING CHANGES |
4 | 4 |
|
5 | | -* fix(dataplex)!: remove deprecated Explore-related methods and messages from public client libraries Breaking Changes: - Removed ContentService and all associated methods (CreateContent, UpdateContent, DeleteContent, GetContent, ListContent, etc.) and request/response messages. - Removed Environment and Session management methods from DataplexService (CreateEnvironment, UpdateEnvironment, DeleteEnvironment, ListEnvironments, GetEnvironment, ListSessions) and their associated messages. [googleapis/googleapis@69ca7ae](https://github.com/googleapis/googleapis/commit/69ca7ae2e66cd5623cafecc00971ef5397a4b258) ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 5 | +* fix(dataplex)!: remove deprecated Explore-related methods and messages |
| 6 | +from public client libraries |
| 7 | +Breaking Changes: |
| 8 | +- Removed ContentService and all associated methods (CreateContent, |
| 9 | +UpdateContent, DeleteContent, GetContent, ListContent, etc.) and |
| 10 | +request/response messages. |
| 11 | +- Removed Environment and Session management methods from |
| 12 | +DataplexService (CreateEnvironment, UpdateEnvironment, |
| 13 | +DeleteEnvironment, ListEnvironments, GetEnvironment, ListSessions) and |
| 14 | +their associated messages. |
| 15 | +[googleapis/googleapis@69ca7ae](https://github.com/googleapis/googleapis/commit/69ca7ae2e66cd5623cafecc00971ef5397a4b258) ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
6 | 16 |
|
7 | 17 | ### Features |
8 | 18 |
|
9 | | -* feat(dataplex): add DataProductService to manage data products and underlying data assets ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
10 | | -* feat(dataplex): add MetadataFeed to CatalogService for tracking metadata changes ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
11 | | -* feat(dataplex): add LookupContext to CatalogService for LLM-generated resource context ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 19 | +* feat(dataplex): add DataProductService to manage data products and |
| 20 | +underlying data assets ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 21 | +* feat(dataplex): add MetadataFeed to CatalogService for tracking metadata |
| 22 | +changes ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 23 | +* feat(dataplex): add LookupContext to CatalogService for LLM-generated |
| 24 | +resource context ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
12 | 25 | * feat(dataplex): add support for attaching aspects to EntryLinks ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
13 | | -* feat(dataplex): add UpdateEntryLink and LookupEntryLinks methods to CatalogService ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 26 | +* feat(dataplex): add UpdateEntryLink and LookupEntryLinks methods to |
| 27 | +CatalogService ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
14 | 28 | * feat(dataplex): support OneTime triggers for DataScan operations ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
15 | 29 | * feat(dataplex): add debug query support to Data Quality rules ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
16 | | -* feat(dataplex): allow selective generation scope for Data Documentation scans ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 30 | +* feat(dataplex): allow selective generation scope for Data Documentation |
| 31 | +scans ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
17 | 32 | * feat(dataplex): add SKIPPED state to DataScan catalog publishing status ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
18 | 33 |
|
19 | 34 | ### Documentation |
20 | 35 |
|
21 | | -* docs(dataplex): remove deprecated metadata change warnings in Dataplex Catalog The DataProductService provides APIs to curate and manage collections of data assets as data products, enabling more organized sharing and usage for specific business cases. MetadataFeeds allow users to monitor metadata changes (CREATE, UPDATE, DELETE) within a specified scope (organization, project, or entry group) and publish them to Pub/Sub. CatalogService now includes a LookupContext API to provide LLM-generated context for resources, and enhanced EntryLink management, including the ability to attach aspects. DataScan operations now support a OneTime trigger for single-run scans, and Data Quality rules support DebugQueries to help investigate rule failures by returning diagnostic values. ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
| 36 | +* docs(dataplex): remove deprecated metadata change warnings in Dataplex |
| 37 | +Catalog |
| 38 | +The DataProductService provides APIs to curate and manage collections of |
| 39 | +data assets as data products, enabling more organized sharing and usage |
| 40 | +for specific business cases. |
| 41 | +MetadataFeeds allow users to monitor metadata changes (CREATE, UPDATE, |
| 42 | +DELETE) within a specified scope (organization, project, or entry group) |
| 43 | +and publish them to Pub/Sub. |
| 44 | +CatalogService now includes a LookupContext API to provide LLM-generated |
| 45 | +context for resources, and enhanced EntryLink management, including the |
| 46 | +ability to attach aspects. |
| 47 | +DataScan operations now support a OneTime trigger for single-run scans, |
| 48 | +and Data Quality rules support DebugQueries to help investigate rule |
| 49 | +failures by returning diagnostic values. ([e29dd99](https://github.com/googleapis/google-cloud-java/commit/e29dd99559b04de62d2f91792a6352b5ce980438)) |
22 | 50 |
|
0 commit comments