Skip to content

Releases: xmtp/proto

v3.8.0

15 Nov 02:05
94499b1

Choose a tag to compare

3.8.0 (2022-11-15)

Features

  • generate gRPC types for swift (94499b1), closes #23

v3.7.0

14 Nov 19:25
64c0b04

Choose a tag to compare

3.7.0 (2022-11-14)

Bug Fixes

Features

  • add subscribeAll endpoint (aa41a40)

v3.6.0

11 Nov 00:12
c81656d

Choose a tag to compare

3.6.0 (2022-11-11)

Features

v3.5.0

10 Nov 22:26
87ca808

Choose a tag to compare

v3.4.0

04 Oct 15:56
e182e2e

Choose a tag to compare

3.4.0 (2022-10-04)

Bug Fixes

  • clarify the MUST statements (47084a5)
  • qualify the MUST statements (b4d34c7)

Features

  • add topic to message v2 header (5099956)

v3.3.0

03 Oct 20:07
e491ba0

Choose a tag to compare

3.3.0 (2022-10-03)

Bug Fixes

Features

v3.2.0

28 Sep 15:38
39f83f6

Choose a tag to compare

3.2.0 (2022-09-28)

Features

  • align public key encoding (55627b5)

v3.1.0

09 Sep 17:32
6dd85fa

Choose a tag to compare

3.1.0 (2022-09-09)

Bug Fixes

Features

  • add signed private key and bundle (e8abdc8)

v3.0.0

01 Sep 00:28
8734ff2

Choose a tag to compare

3.0.0 (2022-09-01)

Bug Fixes

Features

  • extract ciphertext.proto (509b726)
  • preparation for negotiated topics and identity concealing messages and topics (880326f)

BREAKING CHANGES

  • V2 of some existing protocol elements:
    • (Un)SignedPublicKey/Bundle
    • WalletECDSACompact Signature type
    • SignedContent & Message/HeaderV2
    • Invitation, SealedInvitation

v2.0.0

25 Aug 19:45
b5cd249

Choose a tag to compare

2.0.0 (2022-08-25)

Bug Fixes

Features

  • split up xmtp_envelope.proto (7974075)

BREAKING CHANGES

  • The signature, public key and contact bundle TS types moved
    from xmtpEnvelope namespace to signature, publicKey
    and contact namespaces respectively.