Skip to content

Releases: xmtp/xmtp-react-native

v1.10.0

23 Aug 18:14
7e1c0b6

Choose a tag to compare

1.10.0 (2023-08-23)

Bug Fixes

  • cut/add bad type import to fix build (a224fa2)

Features

  • include topic on the DecodedMessage (58047e4)
  • include topic on the DecodedMessage (6d2e0d7)
  • support remote attachments (465714a)

What's Changed

Full Changelog: v1.9.1...v1.10.0

v1.9.1

20 Aug 05:41
630af81

Choose a tag to compare

1.9.1 (2023-08-20)

Bug Fixes

  • misc missing properties and type fixes (cb51b4d)

v1.9.0

10 Aug 21:16
dd691b4

Choose a tag to compare

1.9.0 (2023-08-10)

Features

  • reduce the iOS platform version from 16 to 14 (62e9165)

v1.8.0

10 Aug 05:54
f80751f

Choose a tag to compare

1.8.0 (2023-08-10)

Bug Fixes

Features

  • revamp example app, implement android types text/attachment/reaction (ec32626)

v1.7.0

26 Jul 19:31
37f28f1

Choose a tag to compare

1.7.0 (2023-07-26)

Breaking Change

Client no longer takes a env string directly but instead takes a ClientOptions.

You will need to change

Client.create(wallet, "production")

to

Client.create(wallet, { env: "production" })

Features

  • add client options with a version id (c6e48b9)

What's Changed

Full Changelog: v1.6.2...v1.7.0

v1.6.2

21 Jul 20:52
d9f5e8a

Choose a tag to compare

1.6.2 (2023-07-21)

Bug Fixes

  • get message batching working with pagination (fb33211)
  • load batch messages (692dc2e)

v1.6.1

11 Jul 01:08
ffe024d

Choose a tag to compare

1.6.1 (2023-07-11)

Bug Fixes

  • bump the android version to get deterministic topics and all messages (3728aff)

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

v1.6.0

26 Jun 17:29
d88c9a8

Choose a tag to compare

1.6.0 (2023-06-26)

Features

  • support import/export of conversations by TopicData (64b1b09)

v1.5.0

22 Jun 21:33
59331d4

Choose a tag to compare

1.5.0 (2023-06-22)

Bug Fixes

  • bump the pod version (e17621e)
  • releases JSDoc types can only be used inside documentation comments. (e236d4a)
  • revert back to type instead of class (4a9323b)

Features

  • permit creating client from exported key bundle (7ebfec8)
  • stream all messages (5c8f761)

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.5.0

v1.4.2

12 Jun 21:00
3faa9e3

Choose a tag to compare

1.4.2 (2023-06-12)

Bug Fixes

  • second load time of conversations (644fefb)