Releases: xmtp/xmtp-android
Releases · xmtp/xmtp-android
Release v0.3.5
0.3.5 (2023-08-04)
Bug Fixes
What's Changed
- fix: use type from the reply nested content directly by @dmccartney in #104
- Ephemeral topics by @nplasterer in #105
Full Changelog: 0.3.4...0.3.5
Release v0.3.4
0.3.4 (2023-08-03)
What's Changed
- Fix the way Reply Codecs work by @nplasterer in #99
- Unsubscribe Push by @nplasterer in #100
- Read Receipts by @nplasterer in #101
- Respect limit in message pagination by @nplasterer in #103
Full Changelog: 0.3.3...0.3.4
v0.3.3
What's Changed
- Reaction Content Type by @nplasterer in #97
- Reply Content Type by @nplasterer in #98
Full Changelog: 0.3.2...v0.3.3
Release v0.3.3
0.3.3 (2023-07-27)
Release v0.3.2
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
- Add test to confirm topics match JS by @nplasterer in #90
- Deploy docs to github pages on merge by @nplasterer in #89
- Docs: Remove conversation ID content, update rel status name by @jhaaaa in #87
- Docs: fix typo by @jhaaaa in #92
- Paginate per batched query by @nplasterer in #96
Full Changelog: 0.3.1...0.3.2
Release v0.3.1
0.3.1 (2023-07-07)
What's Changed
- Fetch all messages by @nplasterer in #88
- Resume Conversations by @nplasterer in #86
Full Changelog: 0.3.0...0.3.1
Release v0.3.0
0.3.0 (2023-06-23)
Features
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
0.2.0 (2023-06-08)
Features
What's Changed
- Fix docker compose in CI by @nplasterer in #79
- feat: mem cache convo list, discard decode failures by @dmccartney in #80
Full Changelog: 0.1.7...0.2.0
Release v0.1.7
0.1.7 (2023-06-02)
What's Changed
- List batch messages by @nplasterer in #78
Full Changelog: 0.1.6...0.1.7
Release v0.1.6
0.1.6 (2023-05-31)
What's Changed
- fix booting of local docker server for tests by @elisealix22 in #76
- Improve sharedSecret performance backed by Rust by @nplasterer in #75
- Batch query by @nplasterer in #77
Full Changelog: 0.1.5...0.1.6