Go SDK for Symbl.ai v0.1.2
This release marks the initial implementation of the Symbl.ai's Go SDK.
IMPORTANT: I would consider this project in a pre-release status. Since this is the first release, we currently reserve the right to make breaking API changes at this time.
Major changes:
The SDK has nearly every major API call implemented. The newest additions in this release are:
- Summary UI for Text, Audio, Video with
examples/summaryui
- Bookmark Summaries with
examples/bookmark-sumary
- Conversation Groups with
examples/conversationgroup
- Implements UpdateTracker and UpdateEntity with updates to their respective examples
What's Changed
- Update README for PortAudio + Streaming API Requirements by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/40
- Implements Summary UI and Conversation Operations by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/41
- Implements Bookmark Summaries by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/42
- Implement Conversation Groups by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/43
- Implements Tracker and Entity Update Calls by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/44
- Fix trackers example by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/45
- Fix Real-Time Streaming JSON Parse Error by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/46
Full Changelog: davidvonthenen/copy-symbl-go-sdk@v0.1.1...v0.1.2