Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.22 KB

CHANGELOG.rst

File metadata and controls

48 lines (38 loc) · 1.22 KB

Change Log

1.0.0 [22/03/2021]

Added

  • First stable versions

Changed

  • Add Test for Python 3.9 and drop 3.7

0.3.0 [22/02/2021]

CHANGED

  • Generalize server by removing references to smiles and adding a metadata field (#21)

0.2.0 [10/02/2021]

Added

  • Add query resolver to retrieve the available collections
  • Add mutation to authenticate user (#2)
  • Add token to identify user (#6)
  • Docker container recipe (#8)
  • use Caddy to generate the certificate and the start the reverse-proxy (#12)
  • Use docker-compose to start the app

CHANGED

  • Allow to mutate the jobs timestamps and user in the jobstatus resolver
  • Request a token to mutate data

0.1.0 [03/11/2020]

Added

  • Web service prototype to handle client requests to store/retrieve simulation data (#1)
  • Use GraphQL query languages for the API (#1)
  • Use Tartiflette Python GraphQL server implementation (#1)
  • Use MongoDB as database (#1)