Skip to content

Releases: seapagan/fastapi-template

v0.5.0-alpha3

v0.5.0-alpha3 Pre-release
Pre-release

Choose a tag to compare

@seapagan seapagan released this 12 Dec 13:21
e3dabd8

This version contains minor breaking changes to how you will run the CLI
tool. Please take a look at the documentation for more information.

Breaking Changes

  • Make the API an installable package and CLI command (#276) by seapagan

Merged Pull Requests

  • Add 'pyright' tool to check out functionality (#279) by seapagan

New Features

  • Update docker config to the more recent image and postgres versions (#282) by seapagan

Testing

Documentation

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha2

v0.5.0-alpha2 Pre-release
Pre-release

Choose a tag to compare

@seapagan seapagan released this 13 Nov 13:28
cf626bb

Refactoring

  • Update Linting and Formatting to use Ruff instead (#273) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha1

v0.5.0-alpha1 Pre-release
Pre-release

Choose a tag to compare

@seapagan seapagan released this 13 Nov 13:27
b1a91a3

Merged Pull Requests

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha0

v0.5.0-alpha0 Pre-release
Pre-release

Choose a tag to compare

@seapagan seapagan released this 13 Nov 13:26
49834b3

New Features

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.4.1

Choose a tag to compare

@seapagan seapagan released this 17 Jul 10:03
410f127

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

Choose a tag to compare

@seapagan seapagan released this 19 Jun 09:36
14bc2be

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

Choose a tag to compare

@seapagan seapagan released this 02 Jun 12:57
9659820

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

Choose a tag to compare

@seapagan seapagan released this 26 Apr 15:58
e2bcde4

What's Changed

Dependency updates

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

v1.4.0

Choose a tag to compare

@seapagan seapagan released this 20 Apr 19:44
231fad7

What's Changed

Dependency Updates

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

v1.3.3

Choose a tag to compare

@seapagan seapagan released this 23 Mar 14:25
789eb43

What's Changed

Bump several libraries to the latest version, fix some typos

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