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:
VkBotsMethodsgetsaccess_tokenlazily
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.getConversationsByIdreturn type NameCaseenum 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:
VkApiResponseExceptionnow contains error json object and acceable viaVkApiResponseException#getErrormethod
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-payloadmessages.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
Jsoupin 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#getGroupIdis not abstractaccess_tokenandkeyare 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
forwardparameter tomessage.sendmethod
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