Releases: xmtp/proto
Releases · xmtp/proto
v3.54.0
v3.53.0
v3.52.0
v3.51.1
v3.51.0
v3.50.0
v3.49.2
v3.49.1
v3.49.0
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)