Skip to content

Releases: xmtp/proto

v3.54.0

23 Apr 17:01
d6726db
Compare
Choose a tag to compare

3.54.0 (2024-04-23)

Features

  • Additional Proto handling for Consent Proofs (c5bec49)

v3.53.0

22 Apr 23:47
2cae00e
Compare
Choose a tag to compare

3.53.0 (2024-04-22)

Features

  • metadata policy is also a map for upgradability (763b64b)
  • update group mutable metadata to use map for upgradability (1f9bcb7)
  • update metadata intent generalized (e4d299b)

v3.52.0

19 Apr 23:27
06a5f87
Compare
Choose a tag to compare

3.52.0 (2024-04-19)

Bug Fixes

  • distinguish metadata base policy (4869cf6)
  • metadata base policy names updated (6a957de)

Features

  • adds a metadata specific permission policy (648aaac)

v3.51.1

19 Apr 21:53
4b03702
Compare
Choose a tag to compare

3.51.1 (2024-04-19)

Bug Fixes

  • Empty commit to trigger build (3423d6c)

v3.51.0

16 Apr 17:50
89e9d31
Compare
Choose a tag to compare

3.51.0 (2024-04-16)

Features

v3.50.0

16 Apr 13:21
0fea7ed
Compare
Choose a tag to compare

3.50.0 (2024-04-16)

Features

  • add group membership proto (c16043c)

v3.49.2

15 Apr 21:09
a109bab
Compare
Choose a tag to compare

3.49.2 (2024-04-15)

Bug Fixes

  • tighter wording and message naming (1bad842)

v3.49.1

11 Apr 19:43
01aa93d
Compare
Choose a tag to compare

3.49.1 (2024-04-11)

Bug Fixes

v3.49.0

10 Apr 21:27
abd638a
Compare
Choose a tag to compare

3.49.0 (2024-04-10)

Bug Fixes

  • added new proto to relevant gen commands (83f2b0e)

Features

  • adds support for mutable metadata group names (d163a30)

v3.48.0

09 Apr 19:30
74e4e67
Compare
Choose a tag to compare

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)