Skip to content

Tags: NicoNex/echotron

Tags

v3.43.0

Toggle v3.43.0's commit message
Update to Bot API 8.2

v3.42.0

Toggle v3.42.0's commit message
Update to Bot API 8.1

v3.41.0

Toggle v3.41.0's commit message
Update to Bot API 8.0

v3.40.0

Toggle v3.40.0's commit message
chatadminrights: tweak tests

v3.39.0

Toggle v3.39.0's commit message
Update HTTP client limiter and improve dispatcher.

This new release introduces a significant improvement for the HTTP
client limiter, increasing its burst size and adding it as an
argument for SetGlobalRequestLimit and SetChatRequestLimit.
With the current changes the speed to which the client makes requests to
the Telegram API is as fast as possible until the limit is reached.

Additionally the dispatcher now uses sync.Map for keeping track of the
open chat sessions with the users improving the resulting safety for
concurrent use.

v3.38.0

Toggle v3.38.0's commit message
Update to Bot API 7.10

v3.37.0

Toggle v3.37.0's commit message
api.go: add tests

v3.36.0

Toggle v3.36.0's commit message
api.go: update tests

v3.35.0

Toggle v3.35.0's commit message
types.go: add tests

v3.34.0

Toggle v3.34.0's commit message
Update to Bot API 7.6