Releases: sebastienbarbier/seven23_server
Releases · sebastienbarbier/seven23_server
v1.5.1
🐛 Bug Fixes
- Check email syntax on update request (#17)
New Contributors
v1.5.0
✨ Feature
- Make trial period customizable (#98)
- Set auto_Sync to True by default (#99)
- Make product price as Float (#100)
- Implement subscription model from stripe for Saas application (#101)
🔒 Security
- Migrate to Django 4.2+ (#71)
v1.4.0
🛠 Improvements
- Add boolean to store if private key has been saved and verified (#91)
v1.3.1
🔒 Security
- Bump django from 4.1.8 to 4.1.9 (#85)
🐛 Bug Fixes
- Fix crash settings if debug false (#86)
v1.3.0
🛠 Improvements
- Apply auto_sync settings for all accounts instead of individual one (#81)
- Log config for easier deployment (#83)
🐛 Bug Fixes
- Settings autosync fails (#80)
- Registration returing 204 instead of 201 (#82)
v1.2.0
✨ Feature
- Publish docker image (#69)
- Improve self-hosted experience (#66)
📚 Documentation
- Fix broken links to swagger and redoc (#68)
🔒 Security
v1.1.0
✨ Feature
- Allow SQLite for data storage (#49)
🔒 Security
🐛 Bug Fixes
- Fix broken password/reset/confirm API (#60)
🏗 Chore
- Migrate Continous Integration from travis-ci to Github actions (#40)
- Run within Docker (#48)
v1.0.1
Django security releases applied
v1.0.0
✨ Feature
- Initial data model
- REST API to fetch data models
- Admin interface for data handling.
- Home page with logo and redirection to app.seven23.io
📚 Documentation
- Implement Swagger and redoc.
- Export
docs
folder on readthedocs.