Releases: xmtp/xmtp-android
Releases · xmtp/xmtp-android
Release v0.5.0
0.5.0 (2023-08-23)
Features
What's Changed
- feat: include topic in the DecodedMessage by @dmccartney in #110
Full Changelog: 0.4.0...0.5.0
Release v0.4.0
0.4.0 (2023-08-22)
Features
What's Changed
- feat: expose explicit decrypt of remote attachments by @dmccartney in #107
- Fix CI timeout by @nplasterer in #108
- Remove deprecated group chat implementation by @nplasterer in #109
Full Changelog: 0.3.5...0.4.0
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