Skip to content

Releases: xmtp/xmtp-android

Release v0.3.5

04 Aug 19:21
1183b26
Compare
Choose a tag to compare

0.3.5 (2023-08-04)

Bug Fixes

  • use type from the reply nested content directly (#104) (5cfaa52)

What's Changed

Full Changelog: 0.3.4...0.3.5

Release v0.3.4

03 Aug 18:43
18f1788
Compare
Choose a tag to compare

0.3.4 (2023-08-03)

What's Changed

Full Changelog: 0.3.3...0.3.4

v0.3.3

27 Jul 19:28
74a3299
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...v0.3.3

Release v0.3.3

27 Jul 19:08
74a3299
Compare
Choose a tag to compare

0.3.3 (2023-07-27)

Release v0.3.2

18 Jul 15:34
275714c
Compare
Choose a tag to compare

0.3.2 (2023-07-18)

Breaking Change

listBatchMessages no longer takes a single pagination for all topics but instead a list of Pairs with a topic and pagination for each pair.

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

        val messages = conversations.listBatchMessages(
            listOf(
                Pair("topic1", Pagination(limit = 1, after = Date())),
                Pair("topic2", null)
            )
        )

Documentation

What's Changed

Full Changelog: 0.3.1...0.3.2

Release v0.3.1

07 Jul 03:38
84abe1d
Compare
Choose a tag to compare

0.3.1 (2023-07-07)

What's Changed

Full Changelog: 0.3.0...0.3.1

Release v0.3.0

23 Jun 17:30
e1d1450
Compare
Choose a tag to compare

0.3.0 (2023-06-23)

Features

  • support import/export of conversations using TopicData (#84) (e1d1450)

Documentation

What's Changed

  • docs: Add appVersion option to README by @jhaaaa in #81
  • Add group chat features by @nplasterer in #82
  • Add ability to send EncodedContent objects directly by @nplasterer in #85
  • feat: support import/export of conversations using TopicData by @dmccartney in #84

Full Changelog: 0.2.0...0.3.0

Release v0.2.0

08 Jun 19:29
c99a2af
Compare
Choose a tag to compare

0.2.0 (2023-06-08)

Features

  • mem cache convo list, discard decode failures (#80) (c99a2af)

What's Changed

Full Changelog: 0.1.7...0.2.0

Release v0.1.7

02 Jun 21:12
caf88b2
Compare
Choose a tag to compare

0.1.7 (2023-06-02)

What's Changed

Full Changelog: 0.1.6...0.1.7

Release v0.1.6

31 May 21:11
71c8035
Compare
Choose a tag to compare

0.1.6 (2023-05-31)

What's Changed

Full Changelog: 0.1.5...0.1.6