Skip to content

Commit 1a85e9c

Browse files
chore(main): release template-fastapi-react 1.5.1
1 parent df215da commit 1a85e9c

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.0"}
1+
{".":"1.5.1"}

documentation/docs/changelog/changelog.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog
22

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-13)
4+
5+
6+
### Bug Fixes
7+
8+
* mypy error ([66303aa](https://github.com/equinor/template-fastapi-react/commit/66303aa35f571e8588c3342bdb25cb56566085a2))
9+
* replace OpenSensus with OpenTelemetry and fix exception handling ([710e9f1](https://github.com/equinor/template-fastapi-react/commit/710e9f1a28f8fc356644bf2fbb2b3b0b9e62ddd6))
10+
* run tests from the src folder ([3478a06](https://github.com/equinor/template-fastapi-react/commit/3478a061ac813ef304d2630a40fe5979434d4807))
11+
* use vite-plugin-csp-guard to generate csp and subresource integrity checks ([df215da](https://github.com/equinor/template-fastapi-react/commit/df215da8f4ad26b685f6f321c41c9abe42c7a200))
12+
13+
14+
### Miscellaneous Chores
15+
16+
* 'docker-compose'->'docker compose' ([532f123](https://github.com/equinor/template-fastapi-react/commit/532f123247e10d35ce6c5dab3d15dd40dea59173))
17+
* add 'yarn generate' command ([ae135e2](https://github.com/equinor/template-fastapi-react/commit/ae135e2c600fd7d701c4773434841a8a4bae260f))
18+
* bump python 3.10 -> 3.12 ([8b71285](https://github.com/equinor/template-fastapi-react/commit/8b71285c36027060b6fd5c194817a2a64073c7aa))
19+
* generate api ([7fbdbcf](https://github.com/equinor/template-fastapi-react/commit/7fbdbcf27f57a912bfd6be62313df3668be0454d))
20+
* invalid optional argument typing ([542a8b2](https://github.com/equinor/template-fastapi-react/commit/542a8b259257e6bc2e909935813c1f518128db5b))
21+
* setup dependabot to run monthly ([6912a7a](https://github.com/equinor/template-fastapi-react/commit/6912a7a0308c20de60e13cbc5d00fad719a388ce))
22+
* update pre-commit ([866cdef](https://github.com/equinor/template-fastapi-react/commit/866cdeff38f332cc97abc335bb3ab9e8aacb88de))
23+
* update web packages ([2ed7b1d](https://github.com/equinor/template-fastapi-react/commit/2ed7b1d61aa13cdc7fee9e68fabb3cb718fd9dfb))
24+
* update yarn dependencies ([66f7545](https://github.com/equinor/template-fastapi-react/commit/66f754574401cdf73d8bab56e8584aead2774548))
25+
* use biome for 'yarn lint' command ([8e3abc9](https://github.com/equinor/template-fastapi-react/commit/8e3abc903867293420ad85ceecadde318750698f))
26+
* use non-deprecated serialization method ([77697fa](https://github.com/equinor/template-fastapi-react/commit/77697faeb4448adffab2f58717d5839c9f8c7c4d))
27+
28+
29+
### Code Refactoring
30+
31+
* 'dict' is deprecated in Pydantic 2 ([2ea5cad](https://github.com/equinor/template-fastapi-react/commit/2ea5cade1b58aa448739d0ab51322f76930df181))
32+
* moved pydantic class ([fe9d4bf](https://github.com/equinor/template-fastapi-react/commit/fe9d4bf3adfe84a0ec7a8ea89bb264171a0bd5d0))
33+
* pytest collection and CLI options ([7d8fb3a](https://github.com/equinor/template-fastapi-react/commit/7d8fb3a8d1daa3d1bf7a7eea444d0a1aa60421af))
34+
* remove deprecated example field ([3ab5a3b](https://github.com/equinor/template-fastapi-react/commit/3ab5a3bb4a0bc872c50d1c0cf948a661582900b8))
35+
* use LoggerLevel enum ([3ff2140](https://github.com/equinor/template-fastapi-react/commit/3ff2140633eab6fb1220b4518629be3ee860f2db))
36+
37+
38+
### Continuous Integration
39+
40+
* add bicep files for resource setup ([2c4db09](https://github.com/equinor/template-fastapi-react/commit/2c4db09264fcf8f2bad1302d901a5d36c88a83f4))
41+
* add dependabot ([3448e65](https://github.com/equinor/template-fastapi-react/commit/3448e65f0851e6000f05f0192b2795583735d670))
42+
* add staging environment ([53135ca](https://github.com/equinor/template-fastapi-react/commit/53135ca37e88bb7d7a9540393366cccfed81b598))
43+
* update tests action ([0caf81e](https://github.com/equinor/template-fastapi-react/commit/0caf81ed3deb44651d93619070887a5e606602ac))
44+
345
## [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)
446

547

0 commit comments

Comments
 (0)