Version with kotlin 1.9.10/1.9.0 shold be...
Anonymous Poll
20%
10.0.0 with 1.9.10
0%
10.0.0 with 1.9.0
70%
9.3.0 with 1.9.10
10%
9.3.0 with 1.9.0
So, it is waiting time 😢
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTrack
Unable to build project : KT-61652
Kotlin: 1.9.10 Getting an error when trying to build [this](https://github.com/InsanusMokrassar/ktgbotapi/pull/789/commits/7640603ac106de1a164c050b4249275685d03532) commit: ᐳ Task :tgbotapi.api:transformCommonMainDependenciesMetadata FAILED FAILURE: Build…
Several small news:
• Migration onto kotlin 1.9.* has been replaced onto 9.3.0 version
• New telegram bots api will be available in 9.2.0 as soon as possible
• Currently new update in the state of tests and fixes. You may use its intermediate version from my gitea server
• Migration onto kotlin 1.9.* has been replaced onto 9.3.0 version
• New telegram bots api will be available in 9.2.0 as soon as possible
• Currently new update in the state of tests and fixes. You may use its intermediate version from my gitea server
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
So, 9.2.0 is out and available for usage :)
Several news:
• Support of Telegram Bots API 6.9
• Splitting of
This update still do not use kotlin 1.9.*
Several news:
• Support of Telegram Bots API 6.9
• Splitting of
WriteAccessAllowed
to several partsThis update still do not use kotlin 1.9.*
GitHub
Release 9.2.0 · InsanusMokrassar/ktgbotapi
Add support of Telegram Bots API 6.9
Rename ChatAdministratorRightsImpl -> ChatCommonAdministratorRights
All the request chat keyboards has changed their parameters ChatAdministratorRights to C...
Rename ChatAdministratorRightsImpl -> ChatCommonAdministratorRights
All the request chat keyboards has changed their parameters ChatAdministratorRights to C...
👍2🔥1
9.2.1 is out with important fix for those who using
AdminChatMember
s serialization (fix of status
field)GitHub
Release 9.2.1 · InsanusMokrassar/ktgbotapi
Version:
Ktor: 2.3.3 -> 2.3.4
Core:
All ChatMember inheritors have fixes status field
Ktor: 2.3.3 -> 2.3.4
Core:
All ChatMember inheritors have fixes status field
Several small info:
• 9.2.2 with PreviewChats is available
• I have added opportunity to setup proxy in telegram bot template out of the box
• I have actualized info about proxies setup into docs
• 9.2.2 with PreviewChats is available
• I have added opportunity to setup proxy in telegram bot template out of the box
• I have actualized info about proxies setup into docs
GitHub
Release 9.2.2 · InsanusMokrassar/ktgbotapi
Core:
Fix of #793: Add PreviewChat
Fix of #793: Add PreviewChat
👍1
It looks like 1.9.20-RC is useful version and 9.3.0-RC can be used in projects, but it is still not production-ready due to RC status
Final Results
32%
People wish kotlin 1.9, we need new release
36%
Lets wait for the kotlin stable release
32%
Meow
Kotlin Telegram Bot API Library (tgbotapi)
It looks like 1.9.20-RC is useful version and 9.3.0-RC can be used in projects, but it is still not production-ready due to RC status
So, at least we know that third part of our developers are kitties 😽
Waiting for stable release fixed :)
Waiting for stable release fixed :)
Please open Telegram to view this post
VIEW IN TELEGRAM
😁6❤2
Which JDK do you use for bots development? It is important, because of it looks like I have to update minimal required JDK up to 17 :(
Final Results
52%
>= 17
12%
>= 11 and I am ready to update JDK
0%
>= 11 and I am NOT ready to update JDK
4%
>= 8 and I am ready to update JDK
4%
>= 8 and I am NOT ready to update JDK
4%
I am still creating android apps for Android 3.0 and need to support java 1.7
24%
I am still kitty ^^
❤1
Kotlin Telegram Bot API Library (tgbotapi)
Photo
So, that is happen 🎉 ktgbotapi 9.3.0 has been released. What is here:
• Kotlin 1.9.20 🎉
• Minimal JDK 17 😔
• Other libraries update
• ABSOLUTELY experimental armX64 support (require some ktor client due to tls support absence in cio)
This update become possible thanks to Anton Lakotka
• Kotlin 1.9.20 🎉
• Minimal JDK 17 😔
• Other libraries update
• ABSOLUTELY experimental armX64 support (require some ktor client due to tls support absence in cio)
GitHub
Release 9.3.0 · InsanusMokrassar/ktgbotapi
This release become possible thanks to Anton Lakotka
THIS RELEASE CONTAINS UPDATES UP TO RELEASE CANDIDATES VERSIONS
UPDATE MAY HAVE BREAKING CHANGES
SINCE THIS UPDATE IT WILL BE REQUIRED TO USE JD...
THIS RELEASE CONTAINS UPDATES UP TO RELEASE CANDIDATES VERSIONS
UPDATE MAY HAVE BREAKING CHANGES
SINCE THIS UPDATE IT WILL BE REQUIRED TO USE JD...
👍2
Hello everybody :) as some of you know, I am developing KSLog library. It is easy-to-use and lightweight logging library. Also you could face println in your app: Warning!!! Other bot with the same bot token requests updates with getUpdate in parallel. It is just common println which can't be managed in any way, it will be printed in console unconditionally in case when your bot is running in parallel mode. So, there is suggestion to include KSLog in standard dependency of ktgbotapi and make some workaround for logs setting up.
docs.inmo.dev
KSLog - InMo Docs
Single documentation place for all Insanus Mokrassar libraries
What do you think?
Final Results
54%
Yes, why no? Especially if it is lightweight
15%
No
31%
i am baba ^^
Hello everybody. I wished to notify you that 9.4.1 do not compatible with MicroUtils 0.20.23 due to migration of name
IetfLanguageCode
and all subsequent functions onto IetfLang
. Currently, I am preparing migration version with compatibility changesGitHub
Release 0.20.23 · InsanusMokrassar/MicroUtils
Versions:
Koin: 3.5.0 -> 3.5.3
Okio: 3.6.0 -> 3.7.0
LanguageCodes:
Fixes in intermediate language codes (like Chinese.Hans)
Rename IetfLanguageCode to IetfLang
Rename all subsequent func...
Koin: 3.5.0 -> 3.5.3
Okio: 3.6.0 -> 3.7.0
LanguageCodes:
Fixes in intermediate language codes (like Chinese.Hans)
Rename IetfLanguageCode to IetfLang
Rename all subsequent func...
Hello everybody :)
As you may know, telegram bots api 7.0 has been released. Due to a lot of changes in API, I have started 10.0.0 version of the library and I will be glad to your suggestions about some new features in this update as always :)
As you may know, telegram bots api 7.0 has been released. Due to a lot of changes in API, I have started 10.0.0 version of the library and I will be glad to your suggestions about some new features in this update as always :)
core.telegram.org
Bot API changelog
The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram. To learn how to create…
👍1
Hi again :) Unfortunatelly, new year is coming, and several days I will be unable to update library up to new API :( it is about work
I wish you all had nice year or, at least, not bad. Nobody knows, what will this year bring, but is should be interesting. I hope you all will create new goals due to achievement of the exists one in this or new year :)
Happy new year🎉🎉🎉
I wish you all had nice year or, at least, not bad. Nobody knows, what will this year bring, but is should be interesting. I hope you all will create new goals due to achievement of the exists one in this or new year :)
Happy new year🎉🎉🎉
🎉6