Releases: symblai/symbl-go-sdk
Update /summary endpoint
Go SDK for Symbl.ai v0.3.6
Adds new properties for enhanced customization of the summary UI and brings improvements to the audio experience UI.
Allows certain fields to be optional when submitting conversations, offering greater flexibility in user input.
Introduces integration tests to ensure the stability and correctness of the new features.
What's Changed
- Audio Summary UI Customization by @subodhjenasymbl in #106
Full Changelog: v0.3.5...v0.3.6
Go SDK for Symbl.ai v0.3.5
Fix type mismatch on call-score response schema
Go SDK for Symbl.ai v0.3.4
Fix type mismatch on call-score response schema
Go SDK for Symbl.ai v0.3.3
What's Changed
- Bugfix/update media url for insight detials UI by @subodhjenasymbl in #103
Full Changelog: v0.3.2...v0.3.3
Go SDK for Symbl.ai v0.3.2
This PR introduces a new PUT endpoint for updating the media URL that's played for the audio player within the Insights UI.
What's Changed
New Contributors
Full Changelog: v0.3.1...v0.3.2
Go SDK for Symbl.ai v0.3.1
Release Notes
Version: Go SDK for Symbl.ai v0.3.0
Date: 11 Oct 2023
This version updates the summary URL to point to the correct REST API endpoint.
Fixes: #SI-160
Go SDK for Symbl.ai v0.3.0
Release Notes
Version: Go SDK for Symbl.ai v0.3.0
Date: 25 Sep 2023
New Features:
- Call Score and Insights UI Integration: We've expanded the Go SDK's capabilities to include support for the new call score and insights UI features. Developers can now seamlessly access these functionalities, ensuring a richer integration experience.
New Methods:
GetCallScoreStatusById()
: Retrieve the status of a specific call score.GetInsightStatusById()
: Fetch the status of a particular insight.GetCallScore()
: Access the call score.GetInsightsListUiURI()
: Obtain the URI for the insights list UI.GetInsightsDetailsUiURI()
: Get the URI for the insights details UI.
Updates:
- AsyncURLFileRequest Struct Enhancement: We've updated the
AsyncURLFileRequest
struct to support the new call score and insights-related features. - Request & Response Types: The types associated with the new methods have been updated for better compatibility and functionality.
- Examples: We've provided examples to guide developers on effectively utilising the new features.
Bug Fixes:
- Resolved issue: SODW 657, ensuring a smoother experience for developers.
Testing:
- Unit Tests: Added tests to validate the correct implementation and behaviour of the new properties in the
AsyncURLFileRequest
struct. - Integration Testing: The SDK was integrated into a sample application, and the new features were tested to ensure their proper functioning.
Thank you for using our Go SDK. We always strive to provide the best tools for developers, and your feedback is invaluable. If you encounter any issues or have suggestions, please reach out to our support team.
Go SDK for Symbl.ai v0.2.0
This release marks the initial implementation of Symbl.ai's Go SDK. This patch release continues to add significant 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 Updates:
- Transfers the repo from my personal GitHub to the
symblai
org
What's Changed
- Update pkg paths for Org Change by @dvonthenen in #96
Full Changelog: v0.1.10...v0.2.0
Go SDK for Symbl.ai v0.1.10
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 Updates:
- Support for Nebula Beta Release. For more information on Nebula, Symbl.ai's New LLM, and to obtain a Beta-access API KEY check out the Nebula Beta Announcement.
- Contains a simple and real-time example using Nebula in the GoSDK
- Various Bug Fixes
What's Changed
- Fix Issue #90 Failure to Return Error Properly by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/91
- Support Nebula Beta by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/93
- Fix Appending QueryString to URI by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/94
- Complex Nebula LLM example by @dvonthenen in https://github.com/dvonthenen/symbl-go-sdk/pull/95
Full Changelog: davidvonthenen/copy-symbl-go-sdk@v0.1.9...v0.1.10