Skip to content

Commit

Permalink
Version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenlagus committed Jun 9, 2024
1 parent f15a91f commit 8678d2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Writerside/topics/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Find here changelog for all releases though the years

## 7.3.0
1. Update Api version [7.3](https://core.telegram.org/bots/api-changelog#may-6-2024)

## 7.2.1
1. Fix: #1275 #1316
2. Set defaults GetUpdates values to 100 updates and 50 timeout
Expand Down
3 changes: 3 additions & 0 deletions Writerside/topics/How-To-Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

If there are any changes required to update to a new version, they'll be listed here.

## To version 7.3.0
1. Class `org.telegram.telegrambots.meta.api.objects.Chat` has been split (as per API guidelines) into `org.telegram.telegrambots.meta.api.objects.chat.Chat` and `org.telegram.telegrambots.meta.api.objects.chat.ChatFullInfo`, old class is still available but unused.

## To version 7.2.1
1. Instead of using `TelegramOkHttpClientFactory.ProxyOkHttpClientCreator` use either `TelegramOkHttpClientFactory.HttpProxyOkHttpClientCreator` or `TelegramOkHttpClientFactory.SocksProxyOkHttpClientCreator`

Expand Down
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<var name="project_url" value="https://github.com/rubenlagus/TelegramBots"/>
<var name="tg_url" value="https://core.telegram.org/bots/api"/>
<var name="tg" value="Telegram Bots Api"/>
<var name="version" value="7.2.1" />
<var name="version" value="7.3.0" />
<var name="emoji_version" value="5.1.1" />
<var name="lettuce_version" value="6.3.2.RELEASE" />
<var name="spring_version" value="3.2.4" />
Expand Down

0 comments on commit 8678d2d

Please sign in to comment.