Releases: Teleight/TeleightBots
Releases · Teleight/TeleightBots
v1.3.0
[1.3.0] - 2026-05-08
Breaking Changes 🛠
- feat(conversations)!: replace current constraint system with a more extensible one by @literallyfiro [191c141]
New Features 🎉
- feat: bot api 10.0 by @literallyfiro [PR #142]
- feat: allow creating long polling bot settings with default builder by @literallyfiro [5a515b8]
- feat: add helper builders for inputmedia types by @literallyfiro [3d2e260]
- feat(downloader): allow custom bot api url for file downloading by @literallyfiro [f0a908d]
- feat: bump Java version to 25 by @literallyfiro [e0ff7c5]
Bug Fixes 🐛
- fix: set correct JsonTypeInfo property to some classes by @literallyfiro [ede3fc3]
- fix: default
allowedUpdatesto empty list by @literallyfiro [356d743] - fix(conversations): actually return an unmodifiable map for
getRunningConversations()by @literallyfiro [54d83cf] - fix(conversations): actually return an unmodifiable map for
getProperties()by @literallyfiro [9443bf0] - fix: some
extractCommandedge cases by @literallyfiro [b939ca3]
Documentation 📚
- docs: switch to markdown for the javadoc by @literallyfiro [7474faa]
- docs(conversations): document exception for invalid properties in
joinConversationby @literallyfiro [96e06f6]
Dependency Updates ⬆️
- chore(deps): bump org.checkerframework:checker-qual from 3.55.1 to 4.1.0 by @dependabot[bot] [PR #141]
- chore(deps): bump gradle-wrapper from 9.4.1 to 9.5.0 by @dependabot[bot] [PR #138]
- chore(deps): bump tools.jackson.core:jackson-databind from 3.1.1 to 3.1.3 by @dependabot[bot] [PR #139]
- chore(deps): bump org.projectlombok:lombok from 1.18.44 to 1.18.46 by @dependabot[bot] [PR #140]
Other Changes 🔄
- revert: revert "feat: add helper builders for inputmedia types" by @literallyfiro [521e64d]
- ci: add workflow for version bump and tagging by @literallyfiro [cd8e25d]
- build: delombok when generating javadoc by @literallyfiro [39ce280]
- ci: test project and add git-cliff by @literallyfiro [f36c24b]
- test: add some basic tests by @literallyfiro [efd99b3]
- chore(conversations): improve error message for unknown properties by @literallyfiro [fdf1ce5]
- chore: add shadow to the demo project by @literallyfiro [c627c3a]
- refactor: extension management by @literallyfiro [c08476e]
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
New Features 🎉
- feat: bot api 9.6 by @literallyfiro in #135
Bug fixes 🐛
- fix: make
sendMediaGroupactually work by @literallyfiro in #136
Dependency Updates ⬆️
- chore(deps): bump gradle-wrapper from 9.3.1 to 9.4.0 by @dependabot[bot] in #125
- chore(deps): bump org.checkerframework:checker-qual from 3.53.0 to 3.54.0 by @dependabot[bot] in #124
- chore(deps): bump junit-jupiter from 6.0.2 to 6.0.3 by @dependabot[bot] in #123
- chore(deps): bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 by @dependabot[bot] in #122
- chore(deps): bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #134
- chore(deps): bump org.projectlombok:lombok from 1.18.42 to 1.18.44 by @dependabot[bot] in #127
- chore(deps): bump gradle/actions from 5 to 6 by @dependabot[bot] in #129
- chore(deps): bump ytanikin/pr-conventional-commits from 1.5.1 to 1.5.2 by @dependabot[bot] in #130
- chore(deps): bump gradle-wrapper from 9.4.0 to 9.4.1 by @dependabot[bot] in #131
- chore(deps): bump org.checkerframework:checker-qual from 3.54.0 to 3.55.1 by @dependabot[bot] in #133
- chore(deps): bump com.gradleup.shadow from 9.3.2 to 9.4.1 by @dependabot[bot] in #132
- chore(deps): bump com.vanniktech.maven.publish from 0.35.0 to 0.36.0 by @dependabot[bot] in #120
Other Changes 🔄
- chore(deps): migrate to jackson 3 by @literallyfiro in #137
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
New Features 🎉
- feat: bot api 9.5 by @Stredox02 in #121
Dependency Updates ⬆️
- chore(deps): bump gradle-wrapper from 9.0.0 to 9.3.1 by @dependabot[bot] in #118
- chore(deps): bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.32 by @dependabot[bot] in #119
- chore(deps): bump com.gradleup.shadow from 9.3.0 to 9.3.1 by @dependabot[bot] in #113
Full Changelog: v1.0.0...v1.1.0
1.0.0
First public release