Skip to content

Releases: seapagan/fastapi-template

v0.5.0-alpha0

13 Nov 13:26
49834b3
Compare
Choose a tag to compare
v0.5.0-alpha0 Pre-release
Pre-release

New Features

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.4.1

17 Jul 10:03
410f127
Compare
Choose a tag to compare

Information

This will be the last release before the Database ORM and other design issues are changed. After this, main will only be used for releases, all work will be done on the develop and feature branches. This release has the original Async database using encode/databases and full test coverage, suitable for use.

What's Changed

  • Add release version to docs by @seapagan in #130
  • Refactor application layout (potential BREAKING CHANGE) by @seapagan in #127
  • Migrate startup/shutdown methods to new 'lifespan' methodology by @seapagan in #131

Dependency Updates

Full Changelog: v0.4.0...v0.4.1

Version refactor

19 Jun 09:36
14bc2be
Compare
Choose a tag to compare

New versioning numbers, normalized to start from this release. See #118

The old releases will be kept for the moment but eventually removed.

What's Changed

Dependency Updates

New Contributors

Full Changelog: v1.5.0...0.4.0

v1.5.0

02 Jun 12:57
9659820
Compare
Choose a tag to compare

What's Changed

We now have a working Test Suite! Coverage is only 80% right now, but that will grow.
While writing the tests, a few issues were discovered, and some refactoring was performed hence the minor version bump. Functionality is unchanged.

In addition, I made a start to the documentation at https://seapagan.github.io/fastapi-template

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

26 Apr 15:58
e2bcde4
Compare
Choose a tag to compare

What's Changed

Dependency updates

Full Changelog: v1.4.0...v1.4.1

v1.4.0

20 Apr 19:44
231fad7
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v1.3.3...v1.4.0

v1.3.3

23 Mar 14:25
789eb43
Compare
Choose a tag to compare

What's Changed

Bump several libraries to the latest version, fix some typos

Full Changelog: v1.3.2...v1.3.3

v1.3.2

16 Feb 16:36
21dc64d
Compare
Choose a tag to compare

What's Changed

  • Updated to FastAPI 0.92.0, fixes a security issue in Starlette.
  • Update several other libraries to newer versions.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Jan 19:19
b2c401a
Compare
Choose a tag to compare

What's Changed

  • Add improvements to the CLI metadata generation. by @seapagan in #42

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 Jan 12:48
d235f9c
Compare
Choose a tag to compare

What's Changed

Dependency Updates

Full Changelog: v1.2.0...v1.3.0