Releases: xmtp/xmtp-react-native
Releases · xmtp/xmtp-react-native
v1.10.0
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
- feat: support remote attachments by @dmccartney in #85
- feat: include topic on the DecodedMessage by @dmccartney in #87
- fix: cut/add bad type import to fix build by @dmccartney in #88
Full Changelog: v1.9.1...v1.10.0
v1.9.1
v1.9.0
v1.8.0
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