Releases: simonneutert/ruby-telegram-login-web-stub-tutorial
Releases · simonneutert/ruby-telegram-login-web-stub-tutorial
v1.2.0 major bump for telegram-bot-ruby v1 -> v2
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
- @dependabot made their first contribution in #4
Full Changelog: v1.1.2...v1.2.0
v1.1.2 The bot replies from now on 🤖
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
What's Changed
- chore: this pr adds specs for the auth validation by @simonneutert in #2
NoSecretKeyError
was droppedAuthTooOldError
is now namespaced asAuthValidator::AuthTooOldError
Full Changelog: v1.1.0...v1.1.1
Login like it's 2024 and Ruby 3.3
🥳
What's Changed
- chore: lift this app in 2024 by @simonneutert in #1
- 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
v1.0.2 upgrades ruby to v3.1.1
Demo with Ruby 2.7.3
v1.0.1 switch from master to main
working demo with basic functionality
v1.0.0 example in ruby