Skip to content

Releases: prose-im/prose-pod-api

v0.7.0

15 Jan 09:18
b1488e7
Compare
Choose a tag to compare

What's Changed

  • feat(server-config)!: Add 'Network encryption' configuration routes by @RemiBardon in #127
  • feat(server-config): Add 'Server federation' configuration routes by @RemiBardon in #128
  • feat(workspace-vcard): Add routes to get and set the workspace vCard4 by @RemiBardon in #134

Full Changelog: v0.6.0...v0.7.0

v0.6.0

11 Jan 21:48
460fc6e
Compare
Choose a tag to compare

What's Changed


Full Changelog: v0.5.0...v0.6.0

v0.5.0

08 Jan 23:54
1059b4d
Compare
Choose a tag to compare

What's Changed

💥 Breaking changes

  • Prose.toml needs more keys, since we got rid of Rocket.toml

    + address = "0.0.0.0"
    
    + [databases.main]
    + url = "sqlite://database.sqlite?mode=rwc"

    We'll make those defaults in the future, we didn't notice these breaking changes at first.


Full Changelog: v0.4.0...v0.5.0

v0.4.0

01 Jan 20:14
e3e6bbb
Compare
Choose a tag to compare

What's Changed

💥 Breaking changes

  • GET /v1/invitations/{invitationIdOrToken} was split in two: GET /v1/invitations/{invitationId} and GET /v1/invitation-tokens/{token}/details
    • GET /v1/invitations/{invitationId} don't need any query parameter (like before)
    • GET /v1/invitation-tokens/{token}/details expects token_type=(accept|reject) (like before)
  • PUT /v1/invitations/{token}/accept is now /v1/invitation-tokens/{token}/accept
  • PUT /v1/invitations/{token}/reject is now /v1/invitation-tokens/{token}/reject

See #100.


Full Changelog: v0.3.1...v0.4.0

v0.3.1

19 Dec 00:21
d6a6b83
Compare
Choose a tag to compare

What's Changed


Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Dec 11:44
f04786b
Compare
Choose a tag to compare

⚠️ Changelog not yet provided.