Skip to content

Releases: bivashy/java-vk-bots-long-poll-api

Release 3.2.7

07 Mar 16:01
1e26313
Compare
Choose a tag to compare
<dependency>
  <groupId>com.github.yvasyliev</groupId>
  <artifactId>java-vk-bots-longpoll-api</artifactId>
  <version>3.2.7</version>
</dependency>

Updates:

  • VkBotsMethods gets access_token lazily

Release 3.2.5

15 Feb 15:40
54a95f1
Compare
Choose a tag to compare
<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

09 Feb 15:33
Compare
Choose a tag to compare
<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 via VkApiResponseException#getError method

Release 3.2.3

05 Feb 16:11
Compare
Choose a tag to compare
<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

01 Feb 18:42
Compare
Choose a tag to compare
<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

24 Jan 17:59
Compare
Choose a tag to compare
<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

02 Jan 15:47
3edef98
Compare
Choose a tag to compare
<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

31 Dec 13:53
192ee80
Compare
Choose a tag to compare
<dependency>
  <groupId>com.github.yvasyliev</groupId>
  <artifactId>java-vk-bots-longpoll-api</artifactId>
  <version>3.1.0</version>
</dependency>

Updates:

  • VkBot#getGroupId is not abstract
  • access_token and key are hidden from logging

Release 3.0.1

17 Nov 17:28
7015cc7
Compare
Choose a tag to compare
<dependency>
  <groupId>com.github.yvasyliev</groupId>
  <artifactId>java-vk-bots-longpoll-api</artifactId>
  <version>3.0.1</version>
</dependency>

Updates:

  • Added forward parameter to message.send method

Release 3.0.0

10 Nov 17:34
4e7a75e
Compare
Choose a tag to compare
<dependency>
  <groupId>com.github.yvasyliev</groupId>
  <artifactId>java-vk-bots-longpoll-api</artifactId>
  <version>3.0.0</version>
</dependency>

Updates:

  • Code refactored
  • Simplified usage