Skip to content

Releases: mymmrac/telego

v0.6.0 Updated helpers & tests

13 Nov 08:32
Compare
Choose a tag to compare

Overview

  • Updated & renamed helper methods
  • Added unit tests
  • Updated examples

Full Changelog: v0.5.0...v0.6.0

v0.5.0 Updated to Telegram Bot API v5.4

07 Nov 14:35
Compare
Choose a tag to compare

Overview

  • Updated to Telegram Bot API v5.4

Full Changelog: v0.4.2...v0.5.0

v0.4.2 Fixes & tests

25 Oct 21:18
Compare
Choose a tag to compare

Overview

  • Fixed couple of issues
  • Added methods tests

Full Changelog: v0.4.1...v0.4.2

v0.4.1 Go 1.17

15 Oct 17:41
Compare
Choose a tag to compare

Overview

  • Updated to Go 1.17

What's Changed

  • Bump github.com/valyala/fasthttp from 1.30.0 to 1.31.0 by @dependabot in #9

Full Changelog: v0.4.0...v0.4.1

v0.4.0 Unit tests & fixes

15 Oct 17:31
Compare
Choose a tag to compare

Overview

  • Unit testing
  • Refactoring
  • Fixed issues

Full Changelog: v0.3.1...v0.4.0

v0.3.1 Repo rename

06 Oct 07:00
Compare
Choose a tag to compare

Overview

  • Renamed from go-telegram-bot-api to just telego

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Restructuring & testing

02 Oct 21:38
Compare
Choose a tag to compare

Overview

  • Unit testing (beginning)
  • Added new interfaces
  • Code refactoring

What's Changed

  • Bump github.com/stretchr/testify from 1.3.0 to 1.7.0 by @dependabot in #6
  • Bump github.com/valyala/fasthttp from 1.29.0 to 1.30.0 by @dependabot in #7
  • Bump github.com/json-iterator/go from 1.1.11 to 1.1.12 by @dependabot in #8

Full Changelog: v0.2.1...v0.3.0

v0.2.1 Refactored code generation & comments

27 Aug 14:48
Compare
Choose a tag to compare

Overview

  • Refactored generator
  • Fixed comments
  • Added constants
  • Fixed bugs

What's Changed

  • Bump github.com/valyala/fasthttp from 1.28.0 to 1.29.0 by @dependabot in #5

Full Changelog: v0.2.0...v0.2.1

v0.2.0 Fasthttp & refactoring

13 Aug 23:09
Compare
Choose a tag to compare

Overview

  • Used fasthttp for sending requests
  • Used fastkttp for listening for webhook
  • Refactored bot.go
  • Updated examples

Full Changelog: v0.1.5...v0.2.0

v0.1.5 Refactored Logger

08 Aug 17:01
Compare
Choose a tag to compare

Overview

  • Added Logger interface
  • Fixed race condition of default logger

Full Changelog: v0.1.4...v0.1.5