Skip to content

Commit d64eff3

Browse files
committed
Upgrade OpenAPI to v3
1 parent d45ffd7 commit d64eff3

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
# 2.0.0.rc1 - [#41](https://github.com/openfisca/extension-template/pull/47)
4+
5+
#### New Features
6+
7+
- Upgrade OpenAPI specification of the API to v3 from Swagger v2.
8+
- Continuously validate OpenAPI specification.
9+
10+
#### Breaking changes
11+
12+
- Drop support for OpenAPI specification v2 and prior.
13+
- 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)).
14+
315
### 1.3.10 - [#42](https://github.com/openfisca/extension-template/pull/42)
416

517
* Technical change

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name = "OpenFisca-Extension-Template",
13-
version = "1.3.10",
13+
version = "2.0.0.rc1",
1414
author = "OpenFisca Team",
1515
author_email = "contact@openfisca.org",
1616
classifiers = [
@@ -36,7 +36,7 @@
3636
("share/openfisca/openfisca-extension-template", ["CHANGELOG.md", "README.md"]),
3737
],
3838
install_requires = [
39-
"OpenFisca-Country-Template >= 3.8.0, < 4",
39+
"OpenFisca-Country-Template >= 4.0.0.rc1, < 5.0.0",
4040
],
4141
extras_require = {
4242
"dev": [

0 commit comments

Comments
 (0)