Skip to content

Releases: skit-ai/vcore

v1.3.0

19 Jun 12:40
91798f8
Compare
Choose a tag to compare

[Unstable] Please don't use this release version.

Changelog

  • Introduce an env package that is capable of reading env of different data types and parsing them.
  • This package can currently handle bool, string, int, and float.

v1.2.0

14 Jun 07:13
8ee3819
Compare
Choose a tag to compare

[Unstable] Please don't use this release version.

Changelog

  • Add support for logfmt along with backward compatibility to the previous logger.

v1.1.3

07 Feb 12:51
cb1efd2
Compare
Choose a tag to compare

Implement OTEL helper functions

v1.1.2

06 Feb 13:41
e2b2204
Compare
Choose a tag to compare
Merge pull request #53 from skit-ai/add-vendors

add sms and telephony vendors

v1.1.1

20 Jan 13:42
Compare
Choose a tag to compare
move sending of event to goroutine

v1.1.0

17 Jan 14:18
8adea7a
Compare
Choose a tag to compare

Add services costs event tracker

v1.0.0

19 Dec 14:06
58a7e93
Compare
Choose a tag to compare
  • Update module path to github.com/skit-ai
    • Import path of the package has changed. It is now "github.com/skit-ai/vcore" from "github.com/Vernacular-ai/vcore"
  • Dependency modules have been updated to their more recent versions
  • Update go version to v1.19

v0.5.1

02 Nov 05:36
Compare
Choose a tag to compare
  • Fix panic in Sentry with Sample rate

v0.5.0

17 Oct 06:34
Compare
Choose a tag to compare
  • Support for setting sample rate in Sentry by setting SENTRY_SAMPLING env variable.

v0.4.7-alpha.1

28 Jun 14:26
Compare
Choose a tag to compare
v0.4.7-alpha.1 Pre-release
Pre-release

Move readme doc to internal code doc for godoc.