|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.4.0](https://github.com/equinor/template-fastapi-react/compare/v1.3.0...v1.4.0) (2023-03-01) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add info popover with version ([28aa513](https://github.com/equinor/template-fastapi-react/commit/28aa51377592b7c5bb9b59d245ab275b47a52653)), closes [#154](https://github.com/equinor/template-fastapi-react/issues/154) |
| 9 | + |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +* add error handling of version file fetch ([a4f6889](https://github.com/equinor/template-fastapi-react/commit/a4f68897e446ebb4ebd91f58110bfa403df53fc9)) |
| 14 | +* **api:** handle lists in create_response ([333f7d4](https://github.com/equinor/template-fastapi-react/commit/333f7d4afbac95609ae15b05b3a8f1d978ee1107)) |
| 15 | +* **api:** make health-check return PlainTextResponse ([12d5169](https://github.com/equinor/template-fastapi-react/commit/12d51697ee78edbbe519c874b4fddfb8f0786718)) |
| 16 | +* **api:** remove empty default pydantic field in models ([0424282](https://github.com/equinor/template-fastapi-react/commit/0424282f7dee8662c6d0b8faa01f78bdaced3a3f)) |
| 17 | +* remove /api as root path. ([208ceb9](https://github.com/equinor/template-fastapi-react/commit/208ceb98dcf269e18b43d6ffda04dd265bfe868c)) |
| 18 | +* replace deprecated output definition ([c53b003](https://github.com/equinor/template-fastapi-react/commit/c53b003498afb8f2568815a4c3da56f8d15542af)) |
| 19 | + |
| 20 | + |
| 21 | +### Tests |
| 22 | + |
| 23 | +* Upgrade pre-commits ([bd8f110](https://github.com/equinor/template-fastapi-react/commit/bd8f1106cde2ec215ea9a519a4afd5daa460fb96)) |
| 24 | + |
| 25 | + |
| 26 | +### Build System |
| 27 | + |
| 28 | +* add typescript plugin ([83ade0c](https://github.com/equinor/template-fastapi-react/commit/83ade0cdb86d15bbe072e036fbe0ac1b106f8015)) |
| 29 | +* **ci/cd:** update flake8 repo location ([e6953ad](https://github.com/equinor/template-fastapi-react/commit/e6953ad3ca280975c9589939a1e728a73fbfd418)) |
| 30 | +* enable scripts to build necessary packages (YN0007) ([f1cf2c3](https://github.com/equinor/template-fastapi-react/commit/f1cf2c3f7d6fc7190535c8abf97c55bfa6839e56)) |
| 31 | +* missing peer dependencies (YN0002) ([9e8981d](https://github.com/equinor/template-fastapi-react/commit/9e8981d581c2509039beda4a7a34980c574bf179)) |
| 32 | +* set yarn version ([afb5834](https://github.com/equinor/template-fastapi-react/commit/afb5834883d6d1f01026d602fb434db38443c8b0)) |
| 33 | + |
| 34 | + |
| 35 | +### Miscellaneous Chores |
| 36 | + |
| 37 | +* Add yarn upgrade-interactive ([91d998f](https://github.com/equinor/template-fastapi-react/commit/91d998f317d8b697a75a920108a94e5479b13f78)) |
| 38 | +* **api:** return Pydantic model instead of dict ([427a963](https://github.com/equinor/template-fastapi-react/commit/427a9633d31cc3298d463fc4f1a225bd36f76867)) |
| 39 | +* ignore diffs on yarn plugins ([78017e5](https://github.com/equinor/template-fastapi-react/commit/78017e5216f863b19842e09574bf035db78f88de)) |
| 40 | +* remove empty catch ([0264cb5](https://github.com/equinor/template-fastapi-react/commit/0264cb5960dfee0cfb36dcf1e9ebbd099ddac51e)) |
| 41 | +* remove redundant conditional ([925d5b4](https://github.com/equinor/template-fastapi-react/commit/925d5b4a5391b39acfc6e639ee9a47a676697ebb)) |
| 42 | +* type CommitInfo ([2179e13](https://github.com/equinor/template-fastapi-react/commit/2179e13f256cba46959c101f76593f262daee5d4)) |
| 43 | +* Update all web packages ([a193af5](https://github.com/equinor/template-fastapi-react/commit/a193af56c4e0ed68be9b7ad05d7a5747130c0321)) |
| 44 | +* update dependencies ([fb2cf50](https://github.com/equinor/template-fastapi-react/commit/fb2cf508f3f30f12bf39f23a9a630d92e12f47b0)) |
| 45 | +* update sdks ([385a55e](https://github.com/equinor/template-fastapi-react/commit/385a55eefab23b695e2a4f1f12b1ca97e93a9820)) |
| 46 | +* upgrade versions ([bc9f6a3](https://github.com/equinor/template-fastapi-react/commit/bc9f6a3dadb920167419e8b66bd79a396c09cad9)) |
| 47 | +* upgrade versions ([041f78e](https://github.com/equinor/template-fastapi-react/commit/041f78e9c0cdb1be8fd83099d33b7c1e36e3633a)) |
| 48 | + |
| 49 | + |
| 50 | +### Code Refactoring |
| 51 | + |
| 52 | +* **api:** replace response_class with return type annotations ([b1fa3bd](https://github.com/equinor/template-fastapi-react/commit/b1fa3bd6b342ba89e5d2237721573a83cfd503fe)) |
| 53 | +* **ci:** extract ghcr login into separat step ([0d90fe0](https://github.com/equinor/template-fastapi-react/commit/0d90fe00438ad9c995198cba8e268c8268af1e4a)) |
| 54 | +* **ci:** remove crazy-max external action ([b41990d](https://github.com/equinor/template-fastapi-react/commit/b41990d92c19d2a661900a208a60d604a5ab470c)) |
| 55 | +* create empty yarn.lock ([39050e7](https://github.com/equinor/template-fastapi-react/commit/39050e72af50debd95380590fe4ee803a5995589)) |
| 56 | +* separate responsibilities by moving useEffect to a custom hook ([cc33a5d](https://github.com/equinor/template-fastapi-react/commit/cc33a5d1f856aff8e529c4c3df43d326fb5a8a90)) |
| 57 | +* **workflow:** Fix linting errors ([8ea9f69](https://github.com/equinor/template-fastapi-react/commit/8ea9f69fbb5919568ba99fed659be77e18647d48)) |
| 58 | +* **workflow:** rename and restructure workflows ([f08fffa](https://github.com/equinor/template-fastapi-react/commit/f08fffaf7ffaf46503debfc4e4bd60320592a84e)) |
| 59 | + |
| 60 | + |
| 61 | +### Continuous Integration |
| 62 | + |
| 63 | +* Add rollback workflow ([b1cca70](https://github.com/equinor/template-fastapi-react/commit/b1cca70e53c7080427979b3efe0ee30ccffafdd0)), closes [#153](https://github.com/equinor/template-fastapi-react/issues/153) |
| 64 | +* allow publishing multiple tags at once ([4c5d867](https://github.com/equinor/template-fastapi-react/commit/4c5d8677395054254551757f871570dad1695933)), closes [#153](https://github.com/equinor/template-fastapi-react/issues/153) |
| 65 | +* bump pre-commit hooks ([9a0cea7](https://github.com/equinor/template-fastapi-react/commit/9a0cea7d6a03aaa99101135f626b948c87dd6882)) |
| 66 | +* change oauth redurect url to radix playground ([655c55f](https://github.com/equinor/template-fastapi-react/commit/655c55f5027baea255d29ea881df0030695da5aa)) |
| 67 | +* Change version logging format on build ([49ca893](https://github.com/equinor/template-fastapi-react/commit/49ca8939a6dd8fd753ba171653a5977a869a0249)), closes [#154](https://github.com/equinor/template-fastapi-react/issues/154) |
| 68 | +* correct permissions ([6d9d563](https://github.com/equinor/template-fastapi-react/commit/6d9d563a3cf3db335c1d34b3630ac64212881186)) |
| 69 | +* Fix bug in publish docs ([a696a33](https://github.com/equinor/template-fastapi-react/commit/a696a33a9e451f3d261e2b07538aebac418ac3d3)) |
| 70 | +* Include all commit types in changelog ([73cfaaa](https://github.com/equinor/template-fastapi-react/commit/73cfaaadf916c7e15accb347183f89e50651f279)) |
| 71 | +* login as the service principal to request an access token ([fabe3b4](https://github.com/equinor/template-fastapi-react/commit/fabe3b469ce49f9c64ff3e0781d6564c78f709f5)) |
| 72 | +* pass tag name to publish-image workflow ([dcedc16](https://github.com/equinor/template-fastapi-react/commit/dcedc16f6ab2d16d74f4c41ffaf4100f638b88dc)), closes [#153](https://github.com/equinor/template-fastapi-react/issues/153) |
| 73 | +* remove secret as input to reusable workflow ([1ec6cbb](https://github.com/equinor/template-fastapi-react/commit/1ec6cbb2e5360de99d99416739093a02a38c5ba7)) |
| 74 | +* specify playground context ([142bc13](https://github.com/equinor/template-fastapi-react/commit/142bc139c4cd4b7e145a00dde2161a502afa9363)) |
| 75 | + |
| 76 | + |
| 77 | +### Documentation |
| 78 | + |
| 79 | +* add what is fastapi ([bbec23b](https://github.com/equinor/template-fastapi-react/commit/bbec23b85d2b0c1fadfd4e4ea6e3df7e63683e78)) |
| 80 | +* **ci:** add comment to azure login ([f6b9c96](https://github.com/equinor/template-fastapi-react/commit/f6b9c962d23a7eb2832e14b1d37d9e8b14419f5d)) |
| 81 | +* rewrite 01-setup Yarn PnP in VSCode ([df4c7d0](https://github.com/equinor/template-fastapi-react/commit/df4c7d0dadbbccaafa6fa5c13d0bd3b16faf5243)) |
| 82 | +* update link to radix playground ([6c932c3](https://github.com/equinor/template-fastapi-react/commit/6c932c3c48739bce3cc21e24a416405a64e5cc31)) |
| 83 | + |
3 | 84 | ## [1.3.0](https://github.com/equinor/template-fastapi-react/compare/v1.2.1...v1.3.0) (2022-11-11) |
4 | 85 |
|
5 | 86 |
|
|
0 commit comments