Go SDK for Symbl.ai v0.1.5
This release marks the initial implementation of Symbl.ai's Go SDK. This patch release continues to add important functionality for usability, unlocking capabilities, and enabling use cases.
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.
Significant Changes in this Release:
- Adds functionality to allow custom headers to be passed into the REST (and subsequently Streaming) API calls. This will allow options to be made on a per API call instead of globally using
option
structs - Updates key projects to no longer use forks but rather took over maintenance on these projects
What's Changed
- Refactor to Enable Custom REST Headers (for Application Options) by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/60
- Fix streaming example to not use a proxy by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/62
- Create a DEMO mode in the Default Message Handler by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/63
- Enable Alternate Streaming/Async Endpoint Without Needing to Proxy by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/64
- Update Gorilla References with dvonthenen by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/65
Full Changelog: davidvonthenen/copy-symbl-go-sdk@v0.1.4...v0.1.5