Skip to content

Releases: sebastienbarbier/seven23_server

v1.5.1

04 Feb 16:40
8e8acae
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Check email syntax on update request (#17)

New Contributors

v1.5.0

02 Jan 10:08
442b340
Compare
Choose a tag to compare

✨ 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

19 Jun 19:45
eaca8ce
Compare
Choose a tag to compare

🛠 Improvements

  • Add boolean to store if private key has been saved and verified (#91)

v1.3.1

10 May 07:25
83b5bff
Compare
Choose a tag to compare

🔒 Security

  • Bump django from 4.1.8 to 4.1.9 (#85)

🐛 Bug Fixes

  • Fix crash settings if debug false (#86)

v1.3.0

09 May 20:32
a8497d4
Compare
Choose a tag to compare

🛠 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

25 Apr 09:31
4a9f20e
Compare
Choose a tag to compare

✨ Feature

  • Publish docker image (#69)
  • Improve self-hosted experience (#66)

📚 Documentation

  • Fix broken links to swagger and redoc (#68)

🔒 Security

  • Security updates (#67)

v1.1.0

13 Dec 14:11
35370f2
Compare
Choose a tag to compare

✨ 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

04 Jul 19:23
Compare
Choose a tag to compare

Django security releases applied

v1.0.0

08 Jun 14:00
b1cac51
Compare
Choose a tag to compare

✨ 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.