What's Changed
- chore(integrations): restore endsWith for isKeeperEvent by @ridafkih in #50
- docs: update README to include caution about using default credentials by @ridafkih in #51
- feat(standalone): add standalone configuration, make API_URL optional and fix dead session client crash by @ridafkih in #55
- ci: add standalone to docker publish job by @ridafkih in #56
- Add support for M365 + personal Microsoft accounts by @tilwegener in #54
- feat(services): add services image, more documentation and improve
API_URLabsence default behaviour by @ridafkih in #57 - feat(web): add explicit WEBSOCKET_URL by @ridafkih in #58
Breaking Changes
- We've switched the Outlook tenant configuration to use
commoninstead ofconsumer, which means that any Outlook sessions currently set as a destination will no longer be valid. Please re-authenticate. - You must now explicitly set
WEBSOCKET_URLandAPI_URL, this is more granular and helps make it easier to work with different reverse proxy configurations. - The URL for some of the endpoints, such as the aggregate iCal link have now changed. This is to make it easier to configure reverse-proxies by moving everything to the Bun API, and moving everything that interacts with the Bun API to the
/apipath.
New Contributors
- @tilwegener made their first contribution in #54
Full Changelog: v1.4.2...v1.5.0