Skip to content

Release v12.0.0-beta3

Choose a tag to compare

@pupadhyaya14 pupadhyaya14 released this 23 Jun 19:14
· 28 commits to master since this release

Breaking Changes

Features
  • Ingest service (v1beta2):

    • Model HECResponse has been removed
  • KVStore service (v1beta1)

    • Model Key renamed to Record and has an additional required field user
    • Endpoints insert_record and put_record have returnType Record (earlier it was Key)
  • Search service (v3alpha1)

    • Models RecurringSearch and UpdateRecurringSearch have been removed
    • Endpoint create_dataset takes in argument DatasetPOST instead of Dataset
    • Endpoint update_dataset_by_id takes in argument DatasetPATCH instead of Dataset
    • Endpoint delete_dataset_by_id has a returnType SSCVoidModel instead of Dataset
    • Endpoint list_spl2_modules has a returnType ListModules instead of List[Module]
    • Endpoints create_recurring_search, delete_recurring_search, get_all_jobs_for_recurring_search, get_job_for_recurring_search, get_recurring_search, list_recurring_searches and update_recurring_search have been removed

Non-Breaking Changes

Features
  • Identity service (v3):

    • Models ResetPasswordBody, UpdateGroupBody, UpdatePasswordBody and UpdateRoleBody have been added
    • Endpoints reset_password, update_password, update_group and update_role have been added
    • Parameters description and display_name have been added to models CreateGroupBody, CreateRoleBody, Role, and Group
  • Search service (v3alpha1)

    • Models DatasetPATCH, DatasetPOST, FederatedConnection, FederatedConnectionInput and ListModules have been added
    • Endpoints create_federated_connection, delete_federated_connection, get_federated_connection_by_name and put_federated_connection_by_name have been added
  • Streams service (v3beta1)

    • Models PipelineReactivateResponseAsync, PipelineReactivationStatus, UpgradePipelineRequest and ValidateConnectionRequest have been added
    • Parameter skip_validation has been added to create_connection endpoint
    • Parameter create_user_id has been added to list_templates endpoint
    • Endpoints reactivation_status, validate_connection, and upgrade_pipeline have been added
    • Parameter metadata has been added to ConnectorResponse
    • Parameter labels has been added to PipelinePatchRequest, PipelineRequest and PipelineResponse models
    • Parameter uberJarSha256 has been added to PipelineResponse model
    • ACTIVATING and DEACTIVATING added to model PipelineResponse status enum
    • Model Source has changed with properties node and pipeline_version deleted and 18 new properties added
    • Parameter learn_more_location has been added to model TemplateResponse
  • Added support to build a partial (without scheme) or full URL from "route" parameter and based on tenant specification in the context