Skip to content

Releases: seapagan/fastapi-template

v0.5.4

18 Jun 11:23
0f46c53
Compare
Choose a tag to compare

Security Update

  • Updates urllib3 to fix a MODERATE severity security issue.

Dependency Updates

Full Changelog | Diff | Patch

v0.5.3

03 Jun 12:06
681e768
Compare
Choose a tag to compare

Closed Issues

New Features

  • Add a Redis server to the docker compose file (#475) by seapagan

Bug Fixes

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.5.2

18 Mar 14:52
d8b5999
Compare
Choose a tag to compare

Closed Issues

  • Projects generated from template fail tests d/t codacy key (#448) by seapagan
  • DB Connection / release error (#331) by seapagan

Merged Pull Requests

Testing

Refactoring

  • Ensure docker config explicitly uses port 8001 (#453) by seapagan
  • Update formatting to match Ruff 3.0 and remove pyright. (#432) by seapagan
  • Migrate validations to Pydantic v2 syntax (#427) by seapagan

Documentation

  • Fix some wording and typos in the web docs (#425) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.5.1

26 Feb 15:34
dcb1c54
Compare
Choose a tag to compare

Closed Issues

  • Run Tests against Postgres database (#102) by pdrivom

Breaking Changes

  • Upgrade docker config to use version 15. Change some ports and env variable usage (#410) by seapagan

New Features

  • Add option to disable the '/' route if required (#388) by seapagan
  • Allow setting a custom API root path e.g. "/api/v1" to prepend to all routes (#386) by seapagan

Testing

Documentation

  • Update .env.example, and remove references to old 'api-admin' script from docs (#407) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

A New Hope

07 Feb 14:08
64dd665
Compare
Choose a tag to compare

This is the long-delayed release of 0.5.0 🥳

There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.

Full Changelog | Diff | Patch

The Old Guard

07 Feb 15:22
00242ad
Compare
Choose a tag to compare

This is the last 'legacy' release. It has a few updates from the 0.4.1 release and will receive no further works, unless there are dependency changes.

All future work will be based on the 0.5.x release.

v0.5.0-beta1

01 Feb 18:39
046dad7
Compare
Choose a tag to compare
v0.5.0-beta1 Pre-release
Pre-release

This release pretty much completes the test suite and will soon be ready for merging into the main branch as a full 0.5.0 release.

Closed Issues

  • Intermittent test failures with 3.9 and 3.10 (#321) by seapagan

Testing

  • Continue writing missing tests (#341) by seapagan
  • Continue testing on the api-admin custom CLI command (#313) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha3

12 Dec 13:21
e3dabd8
Compare
Choose a tag to compare
v0.5.0-alpha3 Pre-release
Pre-release

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

13 Nov 13:28
cf626bb
Compare
Choose a tag to compare
v0.5.0-alpha2 Pre-release
Pre-release

Refactoring

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

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha1

13 Nov 13:27
b1a91a3
Compare
Choose a tag to compare
v0.5.0-alpha1 Pre-release
Pre-release

Merged Pull Requests

Dependency Updates

Full Changelog | Diff | Patch