Skip to content

Latest commit

 

History

History
658 lines (436 loc) · 52.1 KB

CHANGELOG.md

File metadata and controls

658 lines (436 loc) · 52.1 KB

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release, with the latest changes at the top.

This project adheres to Semantic Versioning.

These are the changes that have been merged to the repository since the last release. If you want to try out these changes, you can install the latest version from the main branch by running:

$ pip install git+https://github.com/seapagan/github-changelog-md

or, if using poetry:

$ poetry add git+https://github.com/seapagan/github-changelog-md

Everything in this section will be included in the next official release.

Breaking Changes

Documentation

Dependency Updates

Full Changelog | Diff | Patch

v0.5.4 (June 18, 2024)

V0.5.4

Security Update

  • Updates urllib3 to fix a MODERATE severity security issue.

Dependency Updates

Full Changelog | Diff | Patch

v0.5.3 (June 03, 2024)

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 (March 18, 2024)

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 (February 26, 2024)

Closed Issues

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

v0.5.0 (February 07, 2024)

A New Hope

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

v0.4.2 (February 07, 2024)

The Old Guard

Breaking Changes

  • Ensure user reads the release notes for the current breaking changes (#377) by seapagan
  • Merge version 0.5.0 (#281) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-beta1 (February 01, 2024)

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 (December 12, 2023)

This version contains minor breaking changes to the way you will run the CLI tool. See 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 (November 13, 2023)

Refactoring

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

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha1 (September 22, 2023)

Testing

Dependency Updates

Full Changelog | Diff | Patch

v0.5.0-alpha0 (August 27, 2023)

Breaking Changes

New Features

Testing

Refactoring

Dependency Updates

Full Changelog | Diff | Patch

v0.4.1 (July 11, 2023)

Breaking Changes

Refactoring

Documentation

Dependency Updates

Full Changelog | Diff | Patch

v0.4.0 (June 19, 2023)

Version refactor

Closed Issues

Merged Pull Requests

New Features

Testing

Bug Fixes

Documentation

Dependency Updates

Full Changelog | Diff | Patch


Version Numbering Change

At this point, the version numbering for this project was refactored since it was not ready for a 1.0 release. The versioning will still follow Semantic Versioning, but the next release will be 0.4.0.

See this discussion for more of the reasoning behind this change.


v1.5.0 (June 02, 2023)

New Features

Testing

Documentation

Dependency Updates

Full Changelog | Diff | Patch

v1.4.1 (April 26, 2023)

New Features

Dependency Updates

Full Changelog | Diff | Patch

v1.4.0 (April 20, 2023)

New Features

Dependency Updates

Full Changelog | Diff | Patch

v1.3.3 (March 23, 2023)

Dependency Updates

Full Changelog | Diff | Patch

v1.3.2 (February 16, 2023)

Closed Issues

  • Improvements to the CLI metadata setup (#41) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

v1.3.1 (January 25, 2023)

New Features

  • Add improvements to the CLI metadata generation. (#42) by seapagan

Full Changelog | Diff | Patch

v1.3.0 (January 25, 2023)

Closed Issues

Merged Pull Requests

Dependency Updates

Full Changelog | Diff | Patch

v1.2.0 (December 01, 2022)

Merged Pull Requests

  • Implement Refresh Token functionality (#27) by seapagan

New Features

Dependency Updates

Full Changelog | Diff | Patch

v1.1.1 (October 30, 2022)

Merged Pull Requests

Full Changelog | Diff | Patch

v1.1.0 (October 30, 2022)

Merged Pull Requests

New Features

  • Customize the API metadata from the command line (#13) by seapagan

Full Changelog | Diff | Patch

v1.0.0 (October 26, 2022)

Merged Pull Requests

Dependency Updates


This changelog was generated using github-changelog-md by Seapagan