Skip to content

Releases: xmtp/xmtp-react-native

v1.7.0

26 Jul 19:31
37f28f1
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

1.4.2 (2023-06-12)

Bug Fixes

  • second load time of conversations (644fefb)

v1.4.1

06 Jun 19:57
41a0a43
Compare
Choose a tag to compare

1.4.1 (2023-06-06)

Bug Fixes

  • pickup 0.3.1-alpha0 iOS SDK to fix production URL (652848d)

v1.4.0

05 Jun 19:28
d42be02
Compare
Choose a tag to compare

1.4.0 (2023-06-05)

Features

  • (iOS) use batchQuery instead of one-at-a-time for messages (ffb330d)

v1.3.0

02 Jun 21:56
27c5b16
Compare
Choose a tag to compare

1.3.0 (2023-06-02)

Features

v1.2.1

01 Jun 03:46
bd825f0
Compare
Choose a tag to compare

1.2.1 (2023-06-01)

Bug Fixes

  • bump to more performant android version (f8c9cc2)

What's Changed

Full Changelog: v1.2.0...v1.2.1