v0.0.16
·
79 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
New 🎊
-
Android
- Added ability to send and receive MMS messages with attachments
- Added button to enable SMS permissions on the Android app
-
Web
- Added ability to show and download MMS attachments on the web UI
- Added billing and payment history page
- Messages now auto-reload in real-time when a new SMS is received
-
API
- Added MMS attachment upload and download endpoints with Google Cloud Storage backend
- Added API endpoint to fetch a single message by ID
- Added API endpoint for fetching user payment history
- Added caching for CSV uploads and invalid API keys to improve performance
Bug Fixes 🪲
- Fixed PostgreSQL compatibility bugs (#837, #838)
- Fixed the delete user stored procedure
- Fixed the billing usages page
- Fixed route ordering issue in the API
- Fixed
.envcopy command in API setup (PR #779) - Improved database connection pool settings
- Removed excessive logging in production
New Contributors
- @whiteboxsolutions made their first contribution in #828
Full Changelog: https://github.com/NdoleStudio/httpsms/compare/v0.0.13..v0.0.14