Skip to content

Commit

Permalink
Upgrade OpenAPI to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Nov 3, 2022
1 parent d45ffd7 commit d64eff3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

# 2.0.0.rc1 - [#41](https://github.com/openfisca/extension-template/pull/47)

#### New Features

- Upgrade OpenAPI specification of the API to v3 from Swagger v2.
- Continuously validate OpenAPI specification.

#### Breaking changes

- Drop support for OpenAPI specification v2 and prior.
- Users relying on the aforesaid can use [this](https://converter.swagger.io/api/convert?url=OAS2_YAML_OR_JSON_URL) to migrate ([example](https://web.archive.org/web/20221103230822/https://converter.swagger.io/api/convert?url=https://api.demo.openfisca.org/latest/spec)).

### 1.3.10 - [#42](https://github.com/openfisca/extension-template/pull/42)

* Technical change
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "OpenFisca-Extension-Template",
version = "1.3.10",
version = "2.0.0.rc1",
author = "OpenFisca Team",
author_email = "[email protected]",
classifiers = [
Expand All @@ -36,7 +36,7 @@
("share/openfisca/openfisca-extension-template", ["CHANGELOG.md", "README.md"]),
],
install_requires = [
"OpenFisca-Country-Template >= 3.8.0, < 4",
"OpenFisca-Country-Template >= 4.0.0.rc1, < 5.0.0",
],
extras_require = {
"dev": [
Expand Down

0 comments on commit d64eff3

Please sign in to comment.