watson-developer-cloud / go-sdk

:mouse: go SDK for the IBM Watson services.
Apache License 2.0
70 stars 25 forks source link

Release 0.7.0 #34

Closed ehdsouza closed 5 years ago

ehdsouza commented 5 years ago

0.7.0 (https://github.com/watson-developer-cloud/go-sdk/compare/v0.6.0...v0.7.0) (2019-03-28)

Bug Fixes

* compare and comply: ExtractTables and ClassifyElements options dont have Filename (0f7db4a (https://github.com/watson-developer-cloud/go-sdk/commit/0f7db4a))
* response: return response directly for non-json response (8e8d715 (https://github.com/watson-developer-cloud/go-sdk/commit/8e8d715))

fixes https://github.com/watson-developer-cloud/go-sdk/issues/14 via https://github.com/watson-developer-cloud/go-sdk/pull/25 from @theThinkingCap

Features

* Assistantv1: Regenerate assistant v1 (91af666 (https://github.com/watson-developer-cloud/go-sdk/commit/91af666))
* Assistantv2: Regenerate Assistant V2 (17c12c0 (https://github.com/watson-developer-cloud/go-sdk/commit/17c12c0))
* cnc: Regenerate compare and comply (0eea62a (https://github.com/watson-developer-cloud/go-sdk/commit/0eea62a))
* common: Added common package with GetSdkHeaders() impl (13069db (https://github.com/watson-developer-cloud/go-sdk/commit/13069db))
* DiscoveryV1: name required param for CreateConfiguration UpdateConfiguration, NewCreateExpansionsOptions have expansions as required param (168e41d (https://github.com/watson-developer-cloud/go-sdk/commit/168e41d))
* LTV3: Regenerate language translator V3 (142dfaf (https://github.com/watson-developer-cloud/go-sdk/commit/142dfaf))
* NLC: Regenerate NLC (8af75b0 (https://github.com/watson-developer-cloud/go-sdk/commit/8af75b0))
* NLU: Regenerate natural language understanding (6539136 (https://github.com/watson-developer-cloud/go-sdk/commit/6539136))
* PI: Regenerate personality insights (ef19b79 (https://github.com/watson-developer-cloud/go-sdk/commit/ef19b79))
* STT: Recognize using websockets, thanks to @the (https://github.com/the)ThinkingCap (ec5b5b9 (https://github.com/watson-developer-cloud/go-sdk/commit/ec5b5b9))
* STT: Regenerate speech to text v1 (5de3d87 (https://github.com/watson-developer-cloud/go-sdk/commit/5de3d87))
* TA: Regenerate tone analyzer (8a0e103 (https://github.com/watson-developer-cloud/go-sdk/commit/8a0e103))
* TTS: Add word has translation as required and add words has words as required (9a3ed0c (https://github.com/watson-developer-cloud/go-sdk/commit/9a3ed0c))
* VR: Regenerate visual recognition (443056b (https://github.com/watson-developer-cloud/go-sdk/commit/443056b))

Overall changes:

Assistant V1
Refactored models
WorkspaceExport --> Workspace
IntentExport --> Intent
Mentions --> Mention
EntityExport --> Entity
ValueExport --> Value
LogExport --> ModelLog
CreateEntity model has new props (+Created, +Updated)
CreateIntent model has new props (+Created, +Updated)
CreateValue model has new props (+Created, +Updated)
DialogRuntimeResponseGeneric model has new prop (+DialogNode)
DialogNodeSuggestion model props changed (+Dialognode, -Output)
Entity model has new props (+Values)
EntityMention model props have changed (ExampleText --> Text, IntentName --> Intent)
Example model props have changed (ExampleText --> Text)
Intent model props have changed (IntentName --> Intent, +Examples)
MessageRequest model props have changed (+Actions)
MessageResponse model Actions prop is readonly
Synonym model props have changed (SynonymText --> Synonym)
Value model props have changed (ValueText --> Value)
Workspace model props have changed (+Status, +Entities, +DialogNodes, +CounterExamples)

Compare Comply V1
modelId param renamed to model
Attribute model Type enum has changed (-ADDRESS, +DURATION, +PERCENTAGE)
BodyCells prop types have changed (RowheaderIds, RowHeaderTexts, RowHeaderTextsNormalized, ColumnHeaderIds, ColumnHeaderTexts, ColumnHeaderTextsNormalized)
CategoryComparison --> (created)
ClassifyReturn model props have changed (+ContractType)
ColumnHeaderIds --> (created)
ColumnHeaderTexts --> (created)
ColumnHeaderTextsNormalized --> (created)
ContractType --> (created)
TypeLabel --> TypeLabelComparison
Category --> CategoryComparison
Key --> (created)
KeyValuePair --> (created)
RowHeaderIds --> (created)
RowHeaderTexts --> (created)
RowHeaderTextsNormalized --> (created)
Tables model props have changed (+KeyValuePairs)
TypeLabelComparison --> (created)
Value --> (created)

Discovery V1
Refactored models
CreateEventObjectData --> EventData
CredentialsCredentialDetails --> CredentialDetails
LogQueryResponseResultDocumentResults --> LogQueryResponseResultDocuments 
DiskUsage --> (deleted)
Enrichment --> (created)
EnrichmentOptions --> (created)
NluEnrichmentCategories --> (created)
NluEnrichmentConcepts --> (created)
NluEnrichmentEmotion --> (created)
NluEnrichmentEntities --> (created)
NluEnrichmentFeatures --> (created)
NluEnrichmentKeywords --> (created)
NluEnrichmentRelations --> (created)
NluEnrichmentSemanticRoles --> (created)
NluEnrichmentSentiment --> (created)
NormalizationOperation --> (created)
DocumentStatus model props have changed (-Created, -Updated)
IndexCapacity model props have changed (-MemoryUsage)
Credentials model has new source value (CLOUD_OBJECT_STORAGE)
QueryNoticesResult model props have changd (+Title)
QueryResult model props have changd (+Title, -Score)
Source model has new type value (CLOUD_OBJECT_STORAGE)
SourceOptions model props have changed (+Buckets, +CrawlAllBuckets)
SourceStatus model status enum has changed (-COMPLETE_WITH_NOTICES, -STOPPED, +QUEUED)
CreateConfigurationOptions and UpdateConfigurationOptions have `name` as required params
NewCreateExpansionsOptions have expansions as required param

NaturalLanguageUnderstanding V1
AnalysisResults model props have changed (+Syntax)
CategoriesOptions model props have chaned (+Model)
Features model props have changed (+Syntax)

Speech to Text
AudioListing model duration type double --> long
AudioResource model duration type double --> long
mediumTaj commented 5 years ago

Do you expect to go v1.0 next major release?

ehdsouza commented 5 years ago

@mediumTaj yes, next should be major one where we can move to the new repo

watson-github-bot commented 5 years ago

:tada: This PR is included in version 0.7.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: