Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 951 Bytes

changelog.md

File metadata and controls

36 lines (30 loc) · 951 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • simple fixture for login test

[v1.0.2] - 2022-08-27

Customer service

  • first test setup
  • fix Import of pydantic BaseSetting during tests

[v1.0.1] - 2022-08-26

Customer service

  • authentication, login and jwt secret, refresh and test endpoint
  • user update

[v1.0.0] - 2022-08-26

Customer service

  • docker-compose for Postgres
  • Customer and Address models
  • base FastaPI config file
  • Alembic for migrations
  • first costumer and address models and schemas
  • costumer create service and endpoint
  • password hashing and verifying

Release notes

  • run alembic migrations
docker-compose up
alembic revision --autogenerate
alembic upgrade head