Skip to content

Releases: simonneutert/ruby-telegram-login-web-stub-tutorial

v1.2.0 major bump for telegram-bot-ruby v1 -> v2

13 Oct 09:42
Compare
Choose a tag to compare

What's Changed

  • Bump roda from 3.84.0 to 3.85.0 in the patch-and-minor-dependencies group by @dependabot in #4
  • Bump telegram-bot-ruby from 1.0.0 to 2.0.0 by @dependabot in #5

https://github.com/atipugin/telegram-bot-ruby/blob/master/CHANGELOG.md#200

support for Telegram's Bot API v7 https://core.telegram.org/bots/api#december-29-2023

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2 The bot replies from now on 🤖

09 Oct 13:02
c8c270a
Compare
Choose a tag to compare

What's Changed

  • feat: adds a job queue and an optional echoing bot by @simonneutert in #3

  • optional: run an echoing bot $ ruby bot.rb

Full Changelog: v1.1.1...v1.1.2

v1.1.1 Adds specs and moves some errors around

09 Oct 08:33
Compare
Choose a tag to compare

What's Changed

  • NoSecretKeyError was dropped
  • AuthTooOldError is now namespaced as AuthValidator::AuthTooOldError

Full Changelog: v1.1.0...v1.1.1

Login like it's 2024 and Ruby 3.3

08 Oct 19:06
Compare
Choose a tag to compare

🥳

What's Changed

  • bootstrap v5
  • tgram auth validation
  • roda sessions plugin
  • readme updaten
  • dockerfile updaten
  • dependabot
  • rubocop
  • replace jQuery with fetch

Full Changelog: v1.0.2...v1.1.0

Demo with Ruby 3.1.1

21 Apr 06:23
Compare
Choose a tag to compare
v1.0.2

upgrades ruby to v3.1.1

Demo with Ruby 2.7.3

28 May 20:15
Compare
Choose a tag to compare
v1.0.1

switch from master to main

working demo with basic functionality

18 Sep 15:27
Compare
Choose a tag to compare
v1.0.0

example in ruby