Skip to content

Merge develop to main#32

Merged
wrxck merged 5 commits intomainfrom
develop
Feb 16, 2026
Merged

Merge develop to main#32
wrxck merged 5 commits intomainfrom
develop

Conversation

@wrxck
Copy link
Owner

@wrxck wrxck commented Feb 16, 2026

Merge develop to main

Addressed Issue #30

Matt Hesketh and others added 5 commits February 12, 2026 00:24
Add CI pipeline with test matrix (Lua 5.3, 5.4, LuaJIT) and lint job.
Fix 16 luacheck warnings: unused imports, variable shadowing, style.
Fixes #30 - api.request only processed one file entry via next(file),
causing thumbnails to be lost and potentially dropping the primary media
when both a file and thumbnail were provided. Changed to iterate all
entries with a for loop.

Also fixes:
- send_reply, input_text_message_content, and send_inline_article using
  deprecated 'markdown' instead of 'MarkdownV2' for boolean parse_mode
- send_poll missing question_parse_mode and question_entities params
  (added in Bot API 7.3)

Adds comprehensive unit tests for all media methods, e2e test suite
(busted --run e2e), .gitignore, and bumps version to 3.1-0.
Add comprehensive e2e tests for bot profile (name/description set/get/restore
with language_code), scoped commands, admin rights, menu button, webhook opts,
forum topic icon stickers, user profile photos, available gifts, sticker sets,
invoice links, custom emoji stickers, and error-case coverage for all send
methods, chat management, inline queries, games, and passport.
Shipping fix for #30 with expanded e2e test coverage (97 tests)
@wrxck wrxck merged commit 605b4d1 into main Feb 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant