Skip to content

Latest commit

 

History

History
70 lines (31 loc) · 3.07 KB

CHANGES.md

File metadata and controls

70 lines (31 loc) · 3.07 KB

Changelog

0.6.0 (2023-07-20)

Features

  • discoveryengine: Promote to GA (08ec41a)

0.5.0 (2023-06-20)

Features

  • discoveryengine: Support extractive content in search (b726d41)

Bug Fixes

  • discoveryengine: REST query UpdateMask bug (df52820)

0.4.1 (2023-06-07)

Bug Fixes

  • discoveryengine: Remove the summarization feature from v1 version (#8056) (79eac77)

0.4.0 (2023-05-30)

Features

  • discoveryengine: Allow users to specify id field in documents gcs import (ca94e27)
  • discoveryengine: Update all direct dependencies (b340d03)

Bug Fixes

  • discoveryengine: Fix the field name typo for search service user_labels (2b3e7d9)

0.3.1 (2023-05-08)

Bug Fixes

  • discoveryengine: Update grpc to v1.55.0 (1147ce0)

0.3.0 (2023-04-25)

Features

  • discoveryengine: Add search, autocomplete and schema services (#7813) (6d70113)

0.2.0 (2023-03-15)

Features

  • discoveryengine: Update iam and longrunning deps (91a1f78)

0.1.0 (2023-02-16)

Features

  • discoveryengine: Start generating apiv1beta (#7427) (0d289a0)

Changes