Releases: xmtp/proto
Releases · xmtp/proto
v3.48.0
3.48.0 (2024-04-09)
Bug Fixes
- addressable members such as smart wallets may not have public keys (bbce664)
- addressLogEntry did not need to be a proto (b025f8b)
- fields sharing the same number (7b470a3)
- separate out revoked_nonce and revoked_member (514d341)
- use public key bytes rather than addresses, which are more generalizable (e456ab8)
Features
- add support for batching, tidy XID cursor (1bdef7a)
- add xid and client timestamp to all signature texts (190e016)
- createXid no longer needs a signature, but must be batched with an AddAssociation (1a93be5)
- make XID creation explicit and always requires a signature, but batchable with AddAssociation (71d8732)
- only the add operation needs a bi-directional signature (bc96586)
- prototype identity work (1bb1cdb)
- remove nonce and retained associations, put signatures at bottom, add TODOs (d2b48fe)
- rename account->address, remove signature for CreateXID entry (d5e494f)
- split out XID log and Address log (0bdf9ae)
- tidy up legacy associations (1961f5e)
- tidy up xid creation (ea00d84)
v3.47.0
v3.46.0
v3.45.0
v3.44.0
v3.43.2
v3.43.1
v3.43.0
3.43.0 (2024-02-15)
Bug Fixes
- bytes for groups. and align on deny (dd3e754)
- include change from block to deny (a9c94ca)
- separate dm actions from group actions into their own message (3fe5d1d)
- typo (e7dd83f)
- use correct field numbering (e3fba9c)
Features
- Adds group_ids to PrivatePreferencesAction (ccfa52b)
v3.42.0
3.42.0 (2024-02-12)
Bug Fixes
- add
should_push
toMessageV2
proto (a1d61fe) - add GetConversationHmacKeysRequest (67bc54a)
- add GetConversationHmacKeysResponse (5efe79b)
- change to milliseconds (e572a6a)
- make into int32 (dd6335c)
- make sender_hmac and should_push optional (57bd485)
- merge beta branch into main (080f7af)
- rename timestamp (568622b)