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

0.3.0 - 2024-04-10

Changed

  • Adding celery as a doc requirement.

  • Adding BaseScaffold and CeleryScaffold to the API docs.

  • Adding celery scaffold to the project.

  • Minor CI cleanup.

  • Update sphinx to get docs building.

0.2.1 - 2024-02-01

Changed

  • Add BaseApiView as first step to rename BaseApiModel.

0.2.0 - 2024-01-12

Changed

  • Fix configuration for rtd yaml file.

  • Add helper function to parse incoming data.

  • Removed incorrect version references.

0.1.2 - 2023-01-26

Changed

  • Refactor FlaskRequestFormatter for easier reuse.

  • Remove deprecated configuration.

  • Update github action versions. (#28).

  • Update changelog generation tooling.

0.1.1 - 2022-01-11

Changed

  • Fix parsing of config values.

0.1.0 - 2022-01-06

Changed

  • Add link to Documentation.

  • Add and publish documentation.

  • Implement configuration flexibility.

  • Pass environment variable to tox.

  • Split out tox dep so all ci jobs get it automatically.

  • Update mergify config to use queue instead of merge.

  • Add support for generating changelog automatically.

0.0.2 - 2021-10-06

Changed

  • Add tags to push event on publish action.

  • Publish job was pointing at ‘master’, but we use ‘main’.

  • Update publishing workflow and config. (#14).

  • Add logging formatter utility that extracts the IP from requests.

  • Use the same tox flake8 command on CI and locally (#12).

  • Switch publish to build in the same way we manually build.

0.0.1 - 2021-06-30

Changed

  • Initial extraction of scaffold code.

  • Fix mergify config to work with github actions.

  • Set up better development and release config.

  • Add action to publish to pypi. (#5).

  • Add mergify config that uses github action as gate. (#4).

  • Merge pull request #3 from jguiditta/github-actions-config.

  • Add some structure and config to try and get our gate working.

  • Merge pull request #1 from jguiditta/github-actions-config.

  • Initial pass at github actions.

  • Initial commit.