Releases: xmtp/libxmtp
Releases · xmtp/libxmtp
Swift-Bindings-a9111a1
Checksum of LibXMTPSwiftFFI.zip: f01d58427f5d097f4734e42e498102084ce3f9f64a310a3b6d62ee6b32b3a108
Kotlin-Bindings-a9111a1
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
Release of cli for commit a9111a1
cli-764c50b
Release of cli for commit 764c50b
Swift-Bindings-7d863bd
Checksum of LibXMTPSwiftFFI.zip: 0b496c3b016338b88d7b5b62828030b6107c0ee195bd869d0309507237a53bff
Swift-Bindings-33c06af
Checksum of LibXMTPSwiftFFI.zip: d7e0667ebea3d5e68bf8d6a6d014219263697436ee1714e89fe9a7362f38925b
Swift-Bindings-1c5c59f
Checksum of LibXMTPSwiftFFI.zip: d51c1af557d54b38c4ecdc922ac9024c7cf143debf4d230083144715db1e27e7
Kotlin-Bindings-db84199
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
kotlin-bindings-cab7360 bindings filter messages by type
Kotlin-Bindings-7d863bd
kotlin-bindings-7d863bd bring back updating the hmac with the payload (#1445)