Shareable Report Pages, Authentication Improvements, Dependency Updates
We're excited to announce the release of shareable report pages! Users can now generate secure, public links to standalone HTML reports, allowing for easy sharing with external stakeholders. These shareable pages are accessible without login and include robust security measures such as token-based access, expiration, and revocation.
This release also includes improvements to our authentication error handling, providing a more robust and user-friendly experience. These changes address potential issues arising from recent updates to our authentication libraries.
Finally, we performed routine maintenance, including updates to our dependencies. These updates ensure we're running on the latest versions of our core libraries, improving performance and security.
View source activity
Commits (7)
- feat: implement shareable report pages with public share links (#141)
- Merge pull request #139 from jschill/chore/20260302-124143
- chore: bun dependency updates
- Merge pull request #138 from jschill/fix/web-better-auth-1-5-error-handling
- fix(web): harden better-auth client error handling
- Merge pull request #137 from jschill/chore/20260302-081552
- chore: bun dependency updates
Pull Requests (6)
- #142: feat: implement shareable report pages with public share links (#141)
- #141: feat: implement shareable report pages with public share links
- #140: Release 20260302-1
- #139: chore: bun dependency updates
- #138: fix/web better auth 1 5 error handling
- #137: chore: bun dependency updates