Skip to content

Releases: SevereCloud/vksdk

v1.6.0

20 Apr 00:02
Compare
Choose a tag to compare

Changelog

0070838 feat: add Payments API
f3b67e4 feat: add NewLongpollCommunity
dbe7e53 feat: add MessagesBasePayload
edcdd3a feat: add VideoRestriction
8fc536a feat: add more UsersUser fields
edca76c feat: add more Messages ErrorType
1bba39e feat: add RedirectURI for Error
d1dc264 feat: add TokenExtension error
3b08e52 feat: common params
dd10d3b feat: Params add Confirm
36720a9 fix: vkapps.Verify not escapes query params
5e55b7f fix: callback method receiver use pointer
9b791b2 fix: api check invalid content-type
eee8302 fix: vksdk.Version check

v1.5.0

08 Apr 11:40
Compare
Choose a tag to compare

Changelog

d7d56a5 feat: new constructors function
6f756bf feat: add token pool
a372bbe feat: client with token pool
dc626a7 feat: handler for special events
a3e3e25 feat: StorageGetResponse func ToMap
3915d61 fix: retry request if too many requests per second
ffd1f6f fix: NewCallback make map
bfd348e fix: websocket send User-Agent
1266ee9 fix: FriendsRequests add UsersUser fields
7fa4232 fix: assignments should only be cuddled with other assignments

v1.4.0

23 Mar 19:52
Compare
Choose a tag to compare

Changelog

2f8ef9e feat: all send User-Agent
6ae4ee3 feat: BaseLink add Video
e644bbb feat: foaf add ProfileStateDeactivated
3656bcb feat: chat settings add AdminIDs
f6ada62 feat: add music clickable sticker
d6833cb feat: add stories promo data
898c9d5 feat: add stories narrative info
d4dd86c feat: func MessagesKeyboard return pointer
f640422 feat: add clickable stickers func
8120e09 feat: more constants
138c4f4 feat: XMLSanitizerReader for foaf
f2ac2a2 feat: PollsBackground add Name field
e3897c0 feat: add event constants
f182bde fix: color should't be in open link buttons
7c702dd fix: remove golang.org/x/net
b593e52 fix: foaf decoder.Strict set false
ca83dad fix: vkapps support go1.11

v1.3.0

01 Mar 17:11
Compare
Choose a tag to compare

Changelog

80a78dd feat: add VideoActionButton
3db8c69 feat: add Streaming API
78e4304 feat: add longpoll events wrapper (#79)
287e55c feat: add consts to describe user longpoll modes
aefe0b1 feat: add custom vk.Handler
20fc5ed feat: add likes to Stories
93367a8 feat: add poll clickable sticker
efafda2 fix: now Request does not rewrite access_token and v parameters (#85 by @tdakkota)
50e5921 fix: mistyping, cyrillic 'C' in MembersCount (#85 by @tdakkota)
f5a35af fix: FullResponse handler call missed (#80 by @tdakkota)
36be1cd fix: add GroupsSectionsList
063bb55 fix: add GroupsActionButton
6c75b1b fix: GroupsGetMembersFilterManagersResponse

v1.2.1

10 Feb 17:30
Compare
Choose a tag to compare

Changelog

f5039ad fix: MessagesKeyboardButtonAction Link omitempty

v1.2.0

29 Jan 18:32
Compare
Choose a tag to compare

Changelog

v1.1.1

25 Jan 14:17
Compare
Choose a tag to compare
  • fix: GroupsGroup.IsClosed type int

v1.1.0

25 Jan 13:23
Compare
Choose a tag to compare

v1.0.1

07 Jan 10:48
Compare
Choose a tag to compare
  • fix: AuthRestore misspelling

v1.0.0

06 Jan 12:55
Compare
Choose a tag to compare
  • api
    • Реализует работу с VK API
    • Возвращает готовые структуры
    • Реализовано 400+ методов
    • Возможность изменять HTTP клиент
    • Ограничитель запросов
    • Загрузка файлов
  • events)
    • Поддерживает все события
    • Возвращает готовые структуры
  • callback
    • Реализует Callback API
    • Поддерживает все события
    • Возвращает готовые структуры
  • longpoll-bot
    • Реализует Bots Long Poll API
    • Поддерживает все события
    • Возвращает готовые структуры
    • Возможность изменять HTTP клиент
  • longpoll-user
    • Реализует User Long Poll API
    • Возможность изменять HTTP клиент
  • vkapps
    • Реализует работу с VK Mini Apps
    • Проверка параметров запуска
    • Промежуточный http обработчик