|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [1.5.1](https://github.com/equinor/template-fastapi-react/compare/template-fastapi-react-v1.5.0...template-fastapi-react-v1.5.1) (2025-02-25) |
| 4 | + |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +* add spacing between list items ([82c8970](https://github.com/equinor/template-fastapi-react/commit/82c8970bf1da6decabcbd8651df002316deccfb8)) |
| 9 | +* allow auth disabled -> default to default_user ([6649042](https://github.com/equinor/template-fastapi-react/commit/6649042e97f6870629cae559923a15435ff777aa)) |
| 10 | +* avoid prop forwarding to dom using sc prefix ([71ad09e](https://github.com/equinor/template-fastapi-react/commit/71ad09e3ec3b3078bfc9cce99a2f8f87419852c5)) |
| 11 | +* disable csp locally ([3703330](https://github.com/equinor/template-fastapi-react/commit/3703330ec71d34c3b5572f37bef34722b58a3b2c)) |
| 12 | +* mypy error ([66303aa](https://github.com/equinor/template-fastapi-react/commit/66303aa35f571e8588c3342bdb25cb56566085a2)) |
| 13 | +* replace OpenSensus with OpenTelemetry and fix exception handling ([710e9f1](https://github.com/equinor/template-fastapi-react/commit/710e9f1a28f8fc356644bf2fbb2b3b0b9e62ddd6)) |
| 14 | +* run tests from the src folder ([3478a06](https://github.com/equinor/template-fastapi-react/commit/3478a061ac813ef304d2630a40fe5979434d4807)) |
| 15 | +* use vite-plugin-csp-guard to generate csp and subresource integrity checks ([df215da](https://github.com/equinor/template-fastapi-react/commit/df215da8f4ad26b685f6f321c41c9abe42c7a200)) |
| 16 | + |
| 17 | + |
| 18 | +### Miscellaneous Chores |
| 19 | + |
| 20 | +* 'docker-compose'->'docker compose' ([532f123](https://github.com/equinor/template-fastapi-react/commit/532f123247e10d35ce6c5dab3d15dd40dea59173)) |
| 21 | +* add 'yarn generate' command ([ae135e2](https://github.com/equinor/template-fastapi-react/commit/ae135e2c600fd7d701c4773434841a8a4bae260f)) |
| 22 | +* adjust readme ([e9c5d97](https://github.com/equinor/template-fastapi-react/commit/e9c5d979826df5e849b42af971e6c39cc499b45a)) |
| 23 | +* biome match installed package version ([b145f05](https://github.com/equinor/template-fastapi-react/commit/b145f059c4693d21aedb1746639d6b5af1b2965a)) |
| 24 | +* bump python 3.10 -> 3.12 ([8b71285](https://github.com/equinor/template-fastapi-react/commit/8b71285c36027060b6fd5c194817a2a64073c7aa)) |
| 25 | +* change to correct port in yarn generate ([8efab97](https://github.com/equinor/template-fastapi-react/commit/8efab973dd77f8bb14a18165c015794e41e54319)) |
| 26 | +* ensure correct python version is used by pre commit ([d262023](https://github.com/equinor/template-fastapi-react/commit/d2620232c489cb593ae78d62bd478aa1f64ecf21)) |
| 27 | +* generate api ([7fbdbcf](https://github.com/equinor/template-fastapi-react/commit/7fbdbcf27f57a912bfd6be62313df3668be0454d)) |
| 28 | +* ignore ruff lint ([ba14b02](https://github.com/equinor/template-fastapi-react/commit/ba14b0269f929c5fac7c3bc986af235bf971c0cd)) |
| 29 | +* invalid optional argument typing ([542a8b2](https://github.com/equinor/template-fastapi-react/commit/542a8b259257e6bc2e909935813c1f518128db5b)) |
| 30 | +* setup dependabot to run monthly ([6912a7a](https://github.com/equinor/template-fastapi-react/commit/6912a7a0308c20de60e13cbc5d00fad719a388ce)) |
| 31 | +* spelling ([930c66c](https://github.com/equinor/template-fastapi-react/commit/930c66c5ff0afa1e7b1e3ef2465b020f475b7417)) |
| 32 | +* update pre commit hooks ([9124767](https://github.com/equinor/template-fastapi-react/commit/9124767c4d941d7010caa8b90ba71e0fe686342c)) |
| 33 | +* update pre-commit ([866cdef](https://github.com/equinor/template-fastapi-react/commit/866cdeff38f332cc97abc335bb3ab9e8aacb88de)) |
| 34 | +* update web packages ([2ed7b1d](https://github.com/equinor/template-fastapi-react/commit/2ed7b1d61aa13cdc7fee9e68fabb3cb718fd9dfb)) |
| 35 | +* update yarn dependencies ([66f7545](https://github.com/equinor/template-fastapi-react/commit/66f754574401cdf73d8bab56e8584aead2774548)) |
| 36 | +* use biome for 'yarn lint' command ([8e3abc9](https://github.com/equinor/template-fastapi-react/commit/8e3abc903867293420ad85ceecadde318750698f)) |
| 37 | +* use correct login function ([0cc2925](https://github.com/equinor/template-fastapi-react/commit/0cc292561f3fbbbec9b2f9c5f07f79895be6a535)) |
| 38 | +* use non-deprecated serialization method ([77697fa](https://github.com/equinor/template-fastapi-react/commit/77697faeb4448adffab2f58717d5839c9f8c7c4d)) |
| 39 | +* **workflow:** update upload artifact action to v4 ([c8edeb0](https://github.com/equinor/template-fastapi-react/commit/c8edeb06d8bc407f855d5a960579699309b27d58)) |
| 40 | + |
| 41 | + |
| 42 | +### Code Refactoring |
| 43 | + |
| 44 | +* 'dict' is deprecated in Pydantic 2 ([2ea5cad](https://github.com/equinor/template-fastapi-react/commit/2ea5cade1b58aa448739d0ab51322f76930df181)) |
| 45 | +* lint web generate script ([99bb48f](https://github.com/equinor/template-fastapi-react/commit/99bb48fb400742a205a82d8c616d70088b439974)) |
| 46 | +* moved pydantic class ([fe9d4bf](https://github.com/equinor/template-fastapi-react/commit/fe9d4bf3adfe84a0ec7a8ea89bb264171a0bd5d0)) |
| 47 | +* pytest collection and CLI options ([7d8fb3a](https://github.com/equinor/template-fastapi-react/commit/7d8fb3a8d1daa3d1bf7a7eea444d0a1aa60421af)) |
| 48 | +* remove deprecated example field ([3ab5a3b](https://github.com/equinor/template-fastapi-react/commit/3ab5a3bb4a0bc872c50d1c0cf948a661582900b8)) |
| 49 | +* use LoggerLevel enum ([3ff2140](https://github.com/equinor/template-fastapi-react/commit/3ff2140633eab6fb1220b4518629be3ee860f2db)) |
| 50 | + |
| 51 | + |
| 52 | +### Build System |
| 53 | + |
| 54 | +* **deps-dev:** bump vitest from 2.1.8 to 3.0.6 in /web ([eeb691f](https://github.com/equinor/template-fastapi-react/commit/eeb691fe9d694f840e5fc5b956f02cd1c889d7ab)) |
| 55 | +* **deps:** bump certifi from 2023.11.17 to 2025.1.31 in /api ([4dd24b5](https://github.com/equinor/template-fastapi-react/commit/4dd24b53fdcfd7b80c3396e88a957d6655e22db1)) |
| 56 | +* **deps:** bump nginx ([6ce5452](https://github.com/equinor/template-fastapi-react/commit/6ce5452e1fbbcf80e7ab89d7b172122c7eee7e3b)) |
| 57 | +* **deps:** bump node from 22 to 23 in /web ([1611388](https://github.com/equinor/template-fastapi-react/commit/1611388b3e5c25dd9e19675dc458666197b5c392)) |
| 58 | +* **deps:** bump the api group across 1 directory with 8 updates ([926c41b](https://github.com/equinor/template-fastapi-react/commit/926c41b988e517ccc1233b9bd728f5232bfd55db)) |
| 59 | +* **deps:** bump the api group in /api with 6 updates ([14c6628](https://github.com/equinor/template-fastapi-react/commit/14c66286f29d987d0cf4de621843ec85d47d58a2)) |
| 60 | +* **deps:** bump the dockerfile group across 2 directories with 2 updates ([d1fd731](https://github.com/equinor/template-fastapi-react/commit/d1fd731095ffe3e1ee34e9ae43d357db2e99c388)) |
| 61 | +* **deps:** bump the web group across 1 directory with 8 updates ([4e5ccdc](https://github.com/equinor/template-fastapi-react/commit/4e5ccdc4e46e796a93c481a0d6e5eae14c36fd51)) |
| 62 | +* **deps:** bump the web group in /web with 8 updates ([f8fc38d](https://github.com/equinor/template-fastapi-react/commit/f8fc38d3fbc85990422e5ca0b4de397d3fdc3279)) |
| 63 | + |
| 64 | + |
| 65 | +### Continuous Integration |
| 66 | + |
| 67 | +* add bicep files for resource setup ([2c4db09](https://github.com/equinor/template-fastapi-react/commit/2c4db09264fcf8f2bad1302d901a5d36c88a83f4)) |
| 68 | +* add dependabot ([3448e65](https://github.com/equinor/template-fastapi-react/commit/3448e65f0851e6000f05f0192b2795583735d670)) |
| 69 | +* add github-action checks to dependabot ([4d0bedf](https://github.com/equinor/template-fastapi-react/commit/4d0bedf97a2b6b6f0a893793a6c8f1615bbffcbd)) |
| 70 | +* add staging environment ([53135ca](https://github.com/equinor/template-fastapi-react/commit/53135ca37e88bb7d7a9540393366cccfed81b598)) |
| 71 | +* update action versions ([896e632](https://github.com/equinor/template-fastapi-react/commit/896e632bc774a1f3bca79beb35385574756d7d7a)) |
| 72 | +* update tests action ([0caf81e](https://github.com/equinor/template-fastapi-react/commit/0caf81ed3deb44651d93619070887a5e606602ac)) |
| 73 | + |
3 | 74 | ## [1.5.0](https://github.com/equinor/template-fastapi-react/compare/template-fastapi-react-v1.4.0...template-fastapi-react-v1.5.0) (2024-07-22)
|
4 | 75 |
|
5 | 76 |
|
|
0 commit comments