🌟 Changes in this release:
- refactor: migrate tests from Jest to Vitest and enhance mocking capabilities (#344) by @afairgiant
- fix: correct emergency contacts API test routes to use dependency injection (#340) by @afairgiant
- fix: enhance vitals endpoint with advanced filtering options (#339) by @afairgiant
- fix: add status filtering and database-level name search to medications endpoint (#336) by @afairgiant
✨ Enhancements
- feat: add linking functionality for existing Paperless documents (#346) by @afairgiant
- feat: enhance lab result file upload capabilities and increase file size limits (#345) by @afairgiant
🐛 Bug Fixes
- fix: update immunization endpoint response model and improve docstring (#342) by @afairgiant
- fix: remove trailing slashes from lab result file upload test URLs (#341) by @afairgiant
- fix: add status filtering and improve allergen search in allergies endpoint (#338) by @afairgiant
- fix/ emergency contact ordering (#337) by @afairgiant
- fix: add patient ownership verification to UPDATE/DELETE endpoints (#335) by @afairgiant
🛠️ Refactoring & Maintenance
- chore: update .gitignore and requirements.txt (#343) by @afairgiant