Skip to content

Releases: symblai/symbl-go-sdk

Update /summary endpoint

18 Nov 22:06
3a1fdd9
Compare
Choose a tag to compare

Fix GetSummary() function

Go SDK for Symbl.ai v0.3.6

27 Oct 06:31
d439819
Compare
Choose a tag to compare

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

Full Changelog: v0.3.5...v0.3.6

Go SDK for Symbl.ai v0.3.5

20 Oct 20:25
c3bbb46
Compare
Choose a tag to compare

Fix type mismatch on call-score response schema

Go SDK for Symbl.ai v0.3.4

16 Oct 16:17
4e3c8df
Compare
Choose a tag to compare

Fix type mismatch on call-score response schema

Go SDK for Symbl.ai v0.3.3

13 Oct 15:09
a665910
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

Go SDK for Symbl.ai v0.3.2

12 Oct 06:14
b95b9e4
Compare
Choose a tag to compare

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

  • Add support to update media url for Insights UI by @moona3k in #102

New Contributors

Full Changelog: v0.3.1...v0.3.2

Go SDK for Symbl.ai v0.3.1

11 Oct 11:49
0eaf0cc
Compare
Choose a tag to compare

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

25 Sep 02:34
ec07b9e
Compare
Choose a tag to compare

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

09 Aug 13:47
5fa8b2e
Compare
Choose a tag to compare

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

31 Jul 17:54
f7fdfcd
Compare
Choose a tag to compare

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

Full Changelog: davidvonthenen/copy-symbl-go-sdk@v0.1.9...v0.1.10