Releases: simonneutert/ruby-telegram-login-web-stub-tutorial
Releases · simonneutert/ruby-telegram-login-web-stub-tutorial
v1.2.3
What's Changed
- Bump the patch-and-minor-dependencies group with 5 updates by @dependabot[bot] in #37
- Bump uri from 1.0.3 to 1.0.4 by @dependabot[bot] in #40
- Bump the patch-and-minor-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #41
- Bump the patch-and-minor-dependencies group with 5 updates by @dependabot[bot] in #42
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #39
- Bump faraday from 2.14.0 to 2.14.1 by @dependabot[bot] in #43
- Bump rack from 3.2.4 to 3.2.5 by @dependabot[bot] in #44
- Bump the patch-and-minor-dependencies group with 2 updates by @dependabot[bot] in #45
- Bump json from 2.18.1 to 2.19.2 by @dependabot[bot] in #46
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Bump rack from 3.2.2 to 3.2.3 in the bundler group across 1 directory by @dependabot[bot] in #36
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Bump rubocop from 1.66.1 to 1.67.0 in the patch-and-minor-dependencies group by @dependabot[bot] in #6
- Bump the patch-and-minor-dependencies group with 2 updates by @dependabot[bot] in #7
- Bump the patch-and-minor-dependencies group with 4 updates by @dependabot[bot] in #8
- Bump puma from 6.4.3 to 6.5.0 in the patch-and-minor-dependencies group by @dependabot[bot] in #9
- Bump the patch-and-minor-dependencies group with 3 updates by @dependabot[bot] in #10
- Bump the patch-and-minor-dependencies group with 2 updates by @dependabot[bot] in #11
- Bump the patch-and-minor-dependencies group with 2 updates by @dependabot[bot] in #12
- Bump the patch-and-minor-dependencies group with 4 updates by @dependabot[bot] in #13
- Bump pry from 0.15.0 to 0.15.2 in the patch-and-minor-dependencies group by @dependabot[bot] in #14
- Bump the patch-and-minor-dependencies group across 1 directory with 4 updates by @dependabot[bot] in #17
- Bump rubocop from 1.70.0 to 1.71.0 in the patch-and-minor-dependencies group by @dependabot[bot] in #18
- Bump the patch-and-minor-dependencies group with 2 updates by @dependabot[bot] in #19
- Bump rubocop from 1.71.1 to 1.71.2 in the patch-and-minor-dependencies group by @dependabot[bot] in #20
- Update dependabot.yml by @simonneutert in #21
- Bump uri from 1.0.2 to 1.0.3 by @dependabot[bot] in #23
- Bump rack from 3.1.8 to 3.1.12 by @dependabot[bot] in #22
- Bump the patch-and-minor-dependencies group with 5 updates by @dependabot[bot] in #24
- Bump rack from 3.1.12 to 3.1.14 in the bundler group by @dependabot[bot] in #26
- Bump the patch-and-minor-dependencies group across 1 directory with 5 updates by @dependabot[bot] in #27
- Bump rack from 3.1.15 to 3.1.16 in the bundler group by @dependabot[bot] in #28
- Bump the patch-and-minor-dependencies group with 4 updates by @dependabot[bot] in #29
- Bump the patch-and-minor-dependencies group with 5 updates by @dependabot[bot] in #30
- Bump the patch-and-minor-dependencies group with 2 updates by @dependabot[bot] in #32
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #31
- Bump puma from 6.6.1 to 7.0.4 by @dependabot[bot] in #34
- Bump the patch-and-minor-dependencies group with 3 updates by @dependabot[bot] in #33
- Bump rack from 3.2.1 to 3.2.2 in the bundler group across 1 directory by @dependabot[bot] in #35
Full Changelog: v1.2.0...v1.2.1
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
NoSecretKeyErrorwas droppedAuthTooOldErroris 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