Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Releases: tiangolo/full-stack-fastapi-couchbase

0.4.0

29 May 05:50
Compare
Choose a tag to compare
  • Fix security on resetting a password. Receive password and token as body, not query. PR #16.

  • Forward arguments from script to pytest inside container.

  • Update Jupyter Lab installation and util script/environment variable for local development.

0.3.0

19 Apr 05:54
Compare
Choose a tag to compare
  • PR #15:
    • Update CRUD utils to use types better.
    • Simplify Pydantic model names, from UserInCreate to UserCreate, etc.
    • Upgrade packages.
    • Add new generic "Items" models, crud utils, endpoints, and tests. To facilitate re-using them to create new functionality. As they are simple and generic (not like Users), it's easier to copy-paste and adapt them to each use case.
    • Update endpoints/path operations to simplify code and use new utilities, prefix and tags in include_router.
    • Update testing utils.
    • Update linting rules, relax vulture to reduce false positives.
    • Add full text search for items.
    • Update project README.md with tips about how to start with backend.

0.2.1

11 Apr 17:53
Compare
Choose a tag to compare

0.2.0

11 Mar 11:57
Compare
Choose a tag to compare

PR #7:

  • Simplify and update backend Dockerfiles.
  • Refactor and simplify backend code, improve naming, imports, modules and "namespaces".
  • Improve and simplify Vuex integration with TypeScript accessors.
  • Standardize frontend components layout, buttons order, etc.
  • Add local development scripts (to develop this project generator itself).
  • Add logs to startup modules to detect errors early.
  • Improve FastAPI dependency utilities, to simplify and reduce code (to require a superuser).
  • Fix/update logic to update users.

0.1.2

20 Feb 15:09
Compare
Choose a tag to compare
  • Fix path operation to update self-user, set parameters as body payload.

First release

12 Jan 04:27
Compare
Choose a tag to compare

Several bug fixes since initial publication, including:

  • Order of path operations for users.
  • Frontend sending login data in the correct format.
  • Add https://localhost variants to CORS.