Skip to content

Release v16.0.0-beta6

Latest
Compare
Choose a tag to compare
@ljiang1 ljiang1 released this 14 Feb 18:32

Breaking Changes

  • Catalog service:

    • v2beta1:
      • Apis whose name ends with ById have changed by removing ById in the name , and apis whose name ends with ByResourceName have changed by removing ByResourceName in the name
      • Apis of createWorkflow, createWorkflowBuild, createWorkflowRun, deleteWorkflowBuildById, deleteWorkflowById, GetWorkflowBuildById, getWorkflowRunById, listWorkflows, updateWorkflowBuildById were removed
  • Search service:

    • v2:
      • Apis of refreshFederatedConnection() and testFederatedConnection() removed the input parameter of body
    • v3alpha1:
      • Apis of refreshFederatedConnection() and testFederatedConnection() removed the input parameter of body

Non-Breaking Changes

  • identity service:
    • v3:
      • Added new apis of getEntitlements, updateEntitlements
  • search service:
    • v2:
      • Added new apis of createDataset,deleteDatasetById, getDatasetById, listDatasets, getAllFederatedConnections
    • v3alpha1:
      • Added new api of getAllFederatedConnections