Releases: xmtp/xmtp-react-native
Releases · xmtp/xmtp-react-native
v1.7.0
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
- Support App Version by @nplasterer in #79
Full Changelog: v1.6.2...v1.7.0
v1.6.2
v1.6.1
1.6.1 (2023-07-11)
Bug Fixes
- bump the android version to get deterministic topics and all messages (3728aff)
What's Changed
- Send/Receive Encoded Content by @daria-github in #63
- Fix: Refactors createFromKeyBundle swift function to guard string conv by @Jonathansoufer in #70
- Fix date issue by @daria-github in #71
- fix: bump the android and ios versions by @nplasterer in #73
New Contributors
- @Jonathansoufer made their first contribution in #70
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.0
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
What's Changed
- Initial setup work for content types by @daria-github in #56
- feat: permit creating client from exported key bundle by @dmccartney in #58
- Mem caching in iOS pod bump by @nplasterer in #59
- Stream all messages by @nplasterer in #60
- fix: releases JSDoc types can only be used inside documentation comments by @nplasterer in #62
New Contributors
- @daria-github made their first contribution in #56
Full Changelog: v1.4.2...v1.5.0
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.2.1
1.2.1 (2023-06-01)
Bug Fixes
- bump to more performant android version (f8c9cc2)
What's Changed
- fix: bump to more performant android version by @nplasterer in #46
Full Changelog: v1.2.0...v1.2.1