Skip to content

Latest commit

 

History

History
276 lines (159 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

276 lines (159 loc) · 17.2 KB

3.0.0 (2022-03-21)

Features

BREAKING CHANGES

  • v3: removed several deprecated service wrappers, and breaking variable and operation name changes

2.2.0 (2021-09-14)

Bug Fixes

  • discoveryv1: correctly structure StatusDetails (ff0aa0e)
  • generated code: un-nest list classifications models response (fc00df3)
  • nlc-integration-testing: update testing to expect an error on OnError (3d3c22e)
  • sst-integration-test: remove unintentional commit (c02f6b4)
  • stt: serialize websocket parameters (5c1ef05)
  • stt: update content-type json key to be all lower-case since the server requires this format (4a437fd)
  • stt-integration-test: rename the test for TestRecognizeUsingWebsocketWithRawAudio (9582f67)
  • stt-integration-test: update test cases (911d82d)
  • stt-websocket: add Result Error checking and add onError handling insteading of letting it runs (7cace42)

Features

  • assistantv2: add SearchResultAnswer (0c4b541)
  • generated code: add alt_text; update based on api defs (5014ea3)
  • generated code: add language models for stt (2a7585f)
  • generated code: add session_state_time and alt_text; change location to optional (ee19141)
  • generated code: add voice models for tts (cc3be98)
  • generated code: update enums for create project constants (d8b1d9b)

2.1.1 (2021-08-24)

Bug Fixes

  • nlc: add a deprecation message for natural language classifier (96bfe48)
  • nlc: add a missing space on the deprecation message (05339fa)

2.1.0 (2021-06-08)

Bug Fixes

  • hand edit: remove training status from options models (9a25eb7)
  • hand edit: speechtotext - keep recognize option serialization (b06c278)

Features

  • assistant: update models based on definitions (aecf278)
  • discoveryv2: update based on definitions (1511949)
  • nlu: update based on definitions (700cb1b)
  • speech to text: update based on definitions (796daac)
  • text to speech: update based on definitions (1c5e529)

2.0.3 (2021-04-05)

Bug Fixes

2.0.2 (2021-01-12)

Bug Fixes

  • bumpversion: correct path for the common module (e073583)
  • gomod: add v2 path to correct identify the major version (a647bc5)
  • imports: import v2 of the common module (47f93e3)

2.0.1 (2020-12-21)

Bug Fixes

  • readme: remove preview message (a9fd11d)

2.0.0 (2020-12-10)

BREAKING CHANGES

  • version is now a string pointer

  • feat(assistantv2): update models with latest definitions

  • feat(comparecomplyv1): update models with latest definitions

  • version is now a string pointer

  • feat(discoveryv1): update models with latest definitions

  • version is now a string pointer

  • feat(discoveryv2): update models with latest definitions

  • version is now a string pointer

  • feat(languagetranslatorv3): update models with latest definitions

  • feat(naturallanguageclassifierv1): update models with latest definitions

  • version is now a string pointer

  • feat(naturallanguageunderstandingv1): update models with latest definitions

  • feat(personalityinsightsv3): update models with latest definitions

  • version is now a string pointer

  • feat(speechtotextv1): update models with latest definitions

  • feat(texttospeechv1): update models with latest definitions

  • VoiceModel is now renamed to CustomModel for all related models and operations

  • feat(toneanalyzerv3): update models with latest definitions

  • version is now a string pointer

  • feat(visualrecognitionv3): update models with latest definitions

  • version is now a string pointer

  • feat(visualrecognitionv4): update models with latest definitions

  • version is now a string pointer

  • docs(examples): update examples

  • build(update modules): update go modules

  • the go sdk now requires go-sdk-core/v5 as a dependency

  • chore(personalityinsightsv3): log deprecation warning

  • fix(hand edit): make SpeechRecognitionAlternative utilize generic interface{}

  • chore(copyright dates): fix copyright dates

  • fix(hand edit): remove trainingStatus from CreateCollection and UpdateCollection

these are output parameters and should not be generated in the options model

  • chore(deprecation): add deprecation message for visual recognition

  • chore(deps): update strfmt

  • test(integration tests): update tests for improvedNameFormatting constants

  • fix(hand edit): unmarshal key_as_string for timestamp keys

  • style(format): run gofmt

1.7.0 (2020-08-26)

Features

  • assistantv2: add ListLogs and DeleteUserData operations (ae4ecaf)
  • default url: update default url for services (a63b102)
  • discoveryv2: add Collection and Enrichment operations (b6cea64)
  • languagetranslatorv3: add ListLanguages operation (fec7d7d)
  • speechtotextv1: update language constants for custom model operations (27c2c66)
  • texttospeechv1: update voice constants (5eceaa0)
  • visualrecognitionv4: update service url and tests (6d411e7)

Reverts

  • visualrecognitionv4: readd count to the metadata object (38eed59)

1.6.0 (2020-06-04)

Features

  • assistantv1: add generated code (c66028b)
  • assistantv2: add MessageStateless operation (0ec503a)
  • naturallanguageunderstandingv1: generate new model definition (85b7cdb)
  • visualrecognitionv4: generated code (685fdfb)

1.5.0 (2020-04-24)

Features

  • assistantv1: re-generate service (d17439a)
  • assistantv2: re-generate service (660c05a)
  • comparecomplyv1: re-generate service (dbb8cf6)
  • discoveryv1: re-generate service (1c7cfdf)
  • discoveryv2: re-generate service (b912d2b)
  • languagetranslatorv3: re-generate service (c36f8da)
  • naturallanguageunderstandingv1: re-generate service (24804cb)
  • speechtotextv1: re-generate service (4475b24)
  • texttospeechv1: re-generate service (fe1231c)
  • visualrecognitionv4: re-generate service (6e42648)

1.4.1 (2020-02-18)

Bug Fixes

1.4.0 (2020-02-13)

Features

  • assistantv1: New param IncludeAudit following options (23c7652)
  • assistantv1: New params Interpretation and Role in RuntimeEntity (9d375d7)
  • assistantv2: New params Interpretation, Alternatives and Role in RuntimeEntity (e82ca09)
  • assistantv2: New params Locale and ReferenceTime in MessageContextGlobalSystem (bcd5e9a)
  • vr4: New object operations (3f87c56)

1.3.2 (2020-01-24)

Bug Fixes

  • discoveryv1: Add custom UnmarshalJSON for AggregationResult (4d41191)

1.3.1 (2020-01-17)

Bug Fixes

  • nlu: Add Deprecated param Model back in CategoriesOptions (6022eec)

1.3.0 (2020-01-17)

Features

  • core: Update core to v2.1.0 (7609848)
  • speech to text: New params EndOfPhraseSilenceTime and SplitTranscriptAtPhraseEnd in RecognizeOptions and CreateJobOptions (af0a3c3)

1.2.0 (2019-11-27)

Features

  • assistantv1: New param NewDisambiguationOptOut in UpdateDialogNodeOptions (1e55910)
  • assistantv1: New param OffTopic in WorkspaceSystemSettings (7acadea)
  • assistantv1: New param Webhooks in CreateWorkspaceOptions and UpdateWorkspaceOptions (e29359d)
  • assistantv1: New properties randomize, max_suggestions and suggestion_text_policy in WorkspaceSystemSettingsDisambiguation (d141ee3)
  • asssistantv1: New param DisambiguationOptOut in CreateDialogNodeOptions (80b940d)
  • discoveryv1: Property title not present in QueryResult and QueryNoticesResult (a1ab2b3)
  • discoveryv2: New service discovery v2 for CP4D (9139c6d)
  • visual recognition v4: Add thumbnail support (252562f)
  • visual recognition v4: New meethod GetTrainingUsage() (c65c43d)
  • visual recognition v4: Properties width and height in ImageDimensions are optional (224ce24)
  • visual recognition v4: Updates to ImageDetails and Image model (221adc8)

1.1.1 (2019-11-25)

Bug Fixes

  • go module: Regenerate go module with correct path (8b3be06)

1.1.0 (2019-11-18)

Bug Fixes

  • go module: Move from dep to go module (5c2d42a)
  • semantic release: Update files for semantic release (405833d)

Features

  • core: Update core version (e633856)