Skip to content

Releases: xmtp/libxmtp

Swift-Bindings-a9111a1

21 Dec 00:31
a9111a1
Compare
Choose a tag to compare
Pre-release

Checksum of LibXMTPSwiftFFI.zip: f01d58427f5d097f4734e42e498102084ce3f9f64a310a3b6d62ee6b32b3a108

Kotlin-Bindings-a9111a1

21 Dec 00:30
a9111a1
Compare
Choose a tag to compare
Pre-release
FFI Bindings filter messages by content type (#1440)

Part of https://github.com/xmtp/libxmtp/issues/1403

Adds the ability to pass in a vec of content types to the bindings_ffi find_messages function:

https://github.com/xmtp/libxmtp/blob/2601bb947cf732baa21fb118fc024012b9da8324/bindings_ffi/src/mls.rs#L1255-L1263

cli-a9111a1

21 Dec 00:28
a9111a1
Compare
Choose a tag to compare
cli-a9111a1 Pre-release
Pre-release

Release of cli for commit a9111a1

cli-764c50b

21 Dec 02:27
764c50b
Compare
Choose a tag to compare
cli-764c50b Pre-release
Pre-release

Release of cli for commit 764c50b

Swift-Bindings-7d863bd

20 Dec 23:01
7d863bd
Compare
Choose a tag to compare
Pre-release

Checksum of LibXMTPSwiftFFI.zip: 0b496c3b016338b88d7b5b62828030b6107c0ee195bd869d0309507237a53bff

Swift-Bindings-33c06af

20 Dec 17:45
33c06af
Compare
Choose a tag to compare
Pre-release

Checksum of LibXMTPSwiftFFI.zip: d7e0667ebea3d5e68bf8d6a6d014219263697436ee1714e89fe9a7362f38925b

Swift-Bindings-1c5c59f

20 Dec 01:10
1c5c59f
Compare
Choose a tag to compare
Pre-release

Checksum of LibXMTPSwiftFFI.zip: d51c1af557d54b38c4ecdc922ac9024c7cf143debf4d230083144715db1e27e7

Kotlin-Bindings-db84199

20 Dec 04:58
db84199
Compare
Choose a tag to compare
Pre-release
Save group message content types (#1435)

Part of https://github.com/xmtp/libxmtp/issues/1403

Adds fields to `group_messages` table corresponding to `ContentTypeId` proto and saves them when sending and receiving messages.

`ContentTypeId` for reference: 

https://github.com/xmtp/proto/blob/404a0f41a6dc00f5de5fcfc24856c8b4e417fe59/proto/mls/message_contents/content.proto#L10-L16

```proto
// ContentTypeId is used to identify the type of content stored in a Message.
message ContentTypeId {
  string authority_id = 1;  // authority governing this content type
  string type_id = 2;       // type identifier
  uint32 version_major = 3; // major version of the type
  uint32 version_minor = 4; // minor version of the type
}
```

Kotlin-Bindings-cab7360

20 Dec 01:24
Compare
Choose a tag to compare
Pre-release
kotlin-bindings-cab7360

bindings filter messages by type

Kotlin-Bindings-7d863bd

20 Dec 23:00
7d863bd
Compare
Choose a tag to compare
Pre-release
kotlin-bindings-7d863bd

bring back updating the hmac with the payload (#1445)