Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

v0.11.0

Latest
Compare
Choose a tag to compare
@shadowspore shadowspore released this 14 Nov 02:32
· 5 commits to master since this release

This release introduces a few breaking changes:

  1. All client methods now accept context.Context as first argument.
  2. t38c.New() now accepts t38c.Config{} struct instead of functional options.
  3. Event subscription commands uses new t38c.EventHandler interface instead of raw function.

All examples and readme have been updated to the new api.