Releases: prose-im/prose-pod-api
Releases · prose-im/prose-pod-api
v0.7.0
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
What's Changed
- feat(config)!: Change default address to
0.0.0.0
again by @RemiBardon in #123 - chore: Improve integration tests by @RemiBardon in #124
- fix: Send emails for real by @RemiBardon in #122
- chore: Improve local run experience by @RemiBardon in #125
- feat: Add a default value for
databases.main.url
by @RemiBardon in #126
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Migrate from Rocket to Axum by @RemiBardon in #95
💥 Breaking changes
-
Prose.toml
needs more keys, since we got rid ofRocket.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
What's Changed
- Restructure by feature, round 2 by @RemiBardon in #100
💥 Breaking changes
GET /v1/invitations/{invitationIdOrToken}
was split in two:GET /v1/invitations/{invitationId}
andGET /v1/invitation-tokens/{token}/details
GET /v1/invitations/{invitationId}
don't need any query parameter (like before)GET /v1/invitation-tokens/{token}/details
expectstoken_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
What's Changed
- test(workspace): Add integration tests for
GET /v1/workspace(/*)?
routes by @RemiBardon in #94 - fix: Fix release builds by @RemiBardon in #96
- Add support for XEP-0357: Push Notifications by @RemiBardon in #97
- Bump dependencies by @RemiBardon in #98
- Speed up builds by @RemiBardon in #99
- Speed up cargo build by @RemiBardon in #102
- ci: Do not run tests on draft PRs by @RemiBardon in #103
Full Changelog: v0.3.0...v0.3.1