Skip to content

Releases: xmtp/xmtp-ios

0.5.1-alpha0

05 Sep 23:24
10e9739
Compare
Choose a tag to compare

What's Changed

  • fix: normalize reaction encoding, support legacy form by @dmccartney in #151

Full Changelog: 0.5.0-alpha0...0.5.1-alpha0

0.5.0-alpha0

31 Aug 23:03
efa3e4a
Compare
Choose a tag to compare

What's Changed

  • fix: properly discard malformed messages during batch calls by @dmccartney in #149
  • fix: update the invitation to create topics without direction by @nplasterer in #150

Full Changelog: 0.4.9-alpha0...0.5.0-alpha0

0.4.9-alpha0

23 Aug 16:19
38687a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.8-alpha0...0.4.9-alpha0

0.4.8-alpha0

22 Aug 23:55
2d81b1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.5-alpha0...0.4.8-alpha0

0.4.5-alpha0

03 Aug 17:49
6a83839
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4-alpha0...0.4.5-alpha0

0.4.4-alpha0

01 Aug 19:05
770dd3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2-alpha0...0.4.4-alpha0

0.4.2-alpha0

27 Jul 19:27
a8f38c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.0-alpha0...0.4.2-alpha0

0.4.0-alpha0

21 Jul 19:35
5d6444b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.8-alpha0...0.4.0-alpha0

0.3.8-alpha0

19 Jul 21:51
1d086cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.7-alpha0...0.3.8-alpha0

0.3.7-alpha0

19 Jul 00:07
b2c6241
Compare
Choose a tag to compare

Breaking Change

listBatchMessages no longer takes a single pagination for all topics but instead a map of topic and pagination.

Replace an current batch messages code with the something like below:

        val messages = conversations.listBatchMessages(
            [
                "topic1" : Pagination(limit: 1, after: Date()),
                "topic2" : null
            ]
        )

What's Changed

New Contributors

Full Changelog: https://github.com/xmtp/xmtp-ios/commits/0.3.7-alpha0