Releases: bivashy/java-vk-bots-long-poll-api
Releases · bivashy/java-vk-bots-long-poll-api
Release 3.2.7
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.7</version>
</dependency>
Updates:
VkBotsMethods
getsaccess_token
lazily
Release 3.2.5
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.5</version>
</dependency>
Updates:
- fixed
messages.getConversationsById
return type NameCase
enum was created
Release 3.2.4
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.4</version>
</dependency>
Updates:
VkApiResponseException
now contains error json object and acceable viaVkApiResponseException#getError
method
Release 3.2.3
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.3</version>
</dependency>
Updates:
- removed Jsoup dependency
Release 3.2.2
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.2</version>
</dependency>
Updates:
- added params to methods:
messages.send
-payload
messages.edit
-keboard
,disable_mentions
,template
Release 3.2.0
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.2.0</version>
</dependency>
Updates:
- 504 HTTP error will be ignored and bot won't stop running (will try to create new session)
- Simplified photo and document attachment
Release 3.1.1
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.1.1</version>
</dependency>
Updates:
- added default HTTP client to remove
Jsoup
in future
Release 3.1.0
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.1.0</version>
</dependency>
Updates:
VkBot#getGroupId
is not abstractaccess_token
andkey
are hidden from logging
Release 3.0.1
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.0.1</version>
</dependency>
Updates:
- Added
forward
parameter tomessage.send
method
Release 3.0.0
<dependency>
<groupId>com.github.yvasyliev</groupId>
<artifactId>java-vk-bots-longpoll-api</artifactId>
<version>3.0.0</version>
</dependency>
Updates:
- Code refactored
- Simplified usage