Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Releases: pvzig/SlackKit

4.8.0

24 Jan 01:25
3823aee
Compare
Choose a tag to compare

What's Changed

  • Revert to oauth.access endpoint by @djbe in #207
  • Fix query params parsing by @djbe in #207

Full Changelog: 4.7.0...4.8.0

4.7.0

29 Dec 14:46
a16a78d
Compare
Choose a tag to compare

What's Changed

  • WebAPI: Passes access token as Bearer Token by @phynics in #200
  • Add conversations.[open|create|archive] by @ar4s in #202
  • Remove deprecated rtm.start functions by @pvzig ab751a0

Full Changelog: 4.6.1...4.7.0

4.6.1

01 Mar 00:01
aa1136a
Compare
Choose a tag to compare
  • #194: Fix non-macOS platform compilation issues when using Swift Package Manager

4.6.0

11 Oct 23:46
c071f10
Compare
Choose a tag to compare

Added

  • Add support for users.conversations (#179)
  • Add support for conversations.members and conversations.history (#186)
  • Add pagination for users.list(#182)
  • Support specifying thread_ts when uploading files (#184)

Changed

  • Updated to use .xcframework dependencies to support Xcode 11.4+
  • Update Swift version to 5.2.4
  • Update Starscream to 4.0.4
  • Update swifter to 1.5.0

Fixed

  • Fix event type name of email_domain_changed (#181)
  • Fix parameter errors in sendMessage, sendEphemeral, and fileInfo (#178)

4.5.1

20 Dec 05:08
3089435
Compare
Choose a tag to compare
  • Update for Xcode 11.3 and Swift 5.1.3

4.5.0

15 Oct 02:00
98dbad9
Compare
Choose a tag to compare

Update for Swift 5.1 and Xcode 11 (#168)

  • Rebuild dependencies with 5.1

  • Import FoundationNetworking if found

4.4.0

26 Jul 01:24
267cf26
Compare
Choose a tag to compare
  • Add support for blocks
  • Add users.lookupByEmail endpoint

4.3.1

07 Apr 01:00
eccda7a
Compare
Choose a tag to compare
  • SPM dependency fix

4.3.0

05 Apr 01:45
c658616
Compare
Choose a tag to compare
  • Xcode 10.2 and Swift 5

4.2.2

06 Mar 04:26
c2f7632
Compare
Choose a tag to compare

New

  • Add support for member_joined_channel and member_left_channel RTM events (#150)

Fixed

  • Bug in decoding the user field of a MessageActionRequest (#149)