You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Version 2.2.0 [`#38`](https://github.com/Genocs/microservice-template/pull/38)
16
+
- Enhance CI/CD, Docker, and Documentation Support [`b268d07`](https://github.com/Genocs/microservice-template/commit/b268d07f673d19ab424b45c66ff87e61ff5a6ccf)
17
+
- Add Docker Compose files for MySQL, PostgreSQL, and MSSQL; update license year to 2025 [`ad4389b`](https://github.com/Genocs/microservice-template/commit/ad4389b4094632ddcbbed86ae4d6e8852fb91154)
18
+
- Update packages and refactor code for clarity [`d9daf01`](https://github.com/Genocs/microservice-template/commit/d9daf012e94a1cd07a2aebdbd095f9f5c2a93629)
19
+
- Upgrade Ardalis.Specification and refactor extensions [`296cadb`](https://github.com/Genocs/microservice-template/commit/296cadbd7b17e26f8a9b5868321033ab3f3a6023)
20
+
- Remove obsolete NuGet publish workflow, update .gitignore for build artifacts, enhance Directory.Build.props and .ruleset for package references, fix global.json SDK version, and improve null checks in SmtpMailService. [`342e892`](https://github.com/Genocs/microservice-template/commit/342e892653ec74536a5f58547e43f032888185a9)
21
+
- Refactor SpecificationBuilderExtensions for improved readability and consistency in method formatting [`79174d3`](https://github.com/Genocs/microservice-template/commit/79174d3e01065b71b704d485f0cea0c8c6702f89)
22
+
- Update package version to 3.0.0, enhance documentation, and improve template instructions [`9f25336`](https://github.com/Genocs/microservice-template/commit/9f25336af155127504622cf55acae593b854c5da)
23
+
- Update package versions and clean up project references [`f47022e`](https://github.com/Genocs/microservice-template/commit/f47022edca071086f5afb9987e5a53d54fa4b0eb)
- Update .NET version in GitHub Actions and modify README for new command syntax [`26bf456`](https://github.com/Genocs/microservice-template/commit/26bf45659bb9b0b6f7ede44fad627d334035ca94)
27
+
- Update NuGet packages and clean up project files [`e47cd7f`](https://github.com/Genocs/microservice-template/commit/e47cd7f69ce9ff65ea0cb4dbb918a9b59cd57b18)
28
+
- Update README to include links for .NET9, Finbuckle, Entity Framework Core, and Dapper [`51b6b7b`](https://github.com/Genocs/microservice-template/commit/51b6b7b9730f247c32026de17796e2da54b75248)
29
+
- Update CHANGELOG for version 2.3.0, documenting recent changes and updates [`a6016c3`](https://github.com/Genocs/microservice-template/commit/a6016c37fd3da8b7738328cc7edbbb335325a334)
30
+
- Update package version to 2.3.0 in workflow and README files [`9d25569`](https://github.com/Genocs/microservice-template/commit/9d255695e1666af3cfb316528a4f1105508a0422)
@@ -12,6 +38,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
12
38
- Update dependencies, remove StaticLogger, and modify configs [`2ca9352`](https://github.com/Genocs/microservice-template/commit/2ca935224b633e0d04a5453dacd3cee058516dcc)
13
39
- Update README and template files to reflect .NET 9 migration [`13b2d37`](https://github.com/Genocs/microservice-template/commit/13b2d373406bdfb42f69a97a6386a78be4eaeaa3)
14
40
- Update .NET to 9.0 and various package versions [`a3886e7`](https://github.com/Genocs/microservice-template/commit/a3886e70892ca2f52b7c7bb382724da1fe7367ed)
41
+
- Update CHANGELOG for version 2.2.0 release [`0f3cb73`](https://github.com/Genocs/microservice-template/commit/0f3cb735284f4d4f37aa38d18064342b72bc5788)
42
+
- Update GitHub Actions to use setup-dotnet@v4 for .NET 9.0 [`eb7238e`](https://github.com/Genocs/microservice-template/commit/eb7238edd7d772e97cc010bf0fddd0f777b622c5)
@@ -23,6 +51,39 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
23
51
- Remove initial migration files and update EF Core models [`e0eeb1d`](https://github.com/Genocs/microservice-template/commit/e0eeb1d8183e02f917e6ea34fe7a9399570a3881)
24
52
- Refactor multi-tenancy and JWT handling [`285974e`](https://github.com/Genocs/microservice-template/commit/285974e2f82af42230bd1dcf304273289385a5bf)
25
53
- Refactor EF Core migrations and add SQLite support [`6422cae`](https://github.com/Genocs/microservice-template/commit/6422cae117cace9c3902b32758e45090caf7616c)
54
+
- Updated API calls, removed unused namespaces, and improved readability [`608134a`](https://github.com/Genocs/microservice-template/commit/608134abb6730e25625510fdda54dcb441a4a959)
55
+
- Fix issues on build docker image [`bcdf9c8`](https://github.com/Genocs/microservice-template/commit/bcdf9c8075d16d8842f73ff4bbd659380df9ad7a)
56
+
- Refactor and enhance codebase and configs [`c3f3434`](https://github.com/Genocs/microservice-template/commit/c3f3434c59e00d4c76fda75ef8490f7ff89d8c75)
57
+
- Refactor multi-tenancy and JWT handling [`d29564e`](https://github.com/Genocs/microservice-template/commit/d29564e4d167763ee3f853c7fed723fc9b403bb8)
- Refactor Dockerfile ignore pattern to match lowercase "dockerfile" [`25e0d50`](https://github.com/Genocs/microservice-template/commit/25e0d5029c35dbe203b320331171d3d0608bb121)
60
+
- Upgrade packages and target frameworks, and update Swagger settings [`be05e2c`](https://github.com/Genocs/microservice-template/commit/be05e2c779f83f592a0e0bc102010eeee53bade2)
61
+
- Update packages, Docker Compose, and method renaming [`3276743`](https://github.com/Genocs/microservice-template/commit/3276743a04a707d28d3270780697134ba67738ee)
62
+
- Update packages and project files [`768e514`](https://github.com/Genocs/microservice-template/commit/768e5146635a82454cecb5e7b39ad85d777cb39c)
63
+
- Enhanced logging, enums, and startup process [`124dec1`](https://github.com/Genocs/microservice-template/commit/124dec1ef195b1c2e1edc16abfb2f776d0d3fdf5)
64
+
- Update packages, target frameworks, and Swagger settings [`9fb6b2c`](https://github.com/Genocs/microservice-template/commit/9fb6b2c2f894cbb2f09c7cd91ccd9a3e1513f3c4)
65
+
- Update package versions and remove Roslynator.Analyzers references [`b17fcde`](https://github.com/Genocs/microservice-template/commit/b17fcde44208bfb875089654accc3765c2173d75)
- Update package versions across multiple projects [`92b29e6`](https://github.com/Genocs/microservice-template/commit/92b29e68fe9f5f792a1ce50e32d7579b1a794d3c)
69
+
- Upgrade multiple packages across various projects [`6f1938c`](https://github.com/Genocs/microservice-template/commit/6f1938c36b58d3b654116c3376d84354cc13c353)
70
+
- Updated wrong references on readme file [`9452488`](https://github.com/Genocs/microservice-template/commit/9452488480d06cb93b13bff62c9a63c5f30bea3d)
71
+
- Refactor and update validation checks [`9c2ba2d`](https://github.com/Genocs/microservice-template/commit/9c2ba2de2461a1bbd1df83af78ae3d2072fb81e6)
- Refactor and update validation checks [`aa49bb3`](https://github.com/Genocs/microservice-template/commit/aa49bb31cf59b35cd30fa177d874b37be5f6abc9)
74
+
- Updated packages and added new method in EventAddingRepositoryDecorator [`cbd39e4`](https://github.com/Genocs/microservice-template/commit/cbd39e46538876b76bc949d1628952e2c2560aed)
75
+
- Minor cleanup data [`6d87242`](https://github.com/Genocs/microservice-template/commit/6d872422c8c1d72e5a6d76d2ce82dda7f47bc86a)
76
+
- Remove old migrations and add new initial migrations [`87d614b`](https://github.com/Genocs/microservice-template/commit/87d614b170260dbfaa0449776f80813d4821f056)
77
+
- Upgrade multiple packages across Application and Infrastructure projects [`ddf67d1`](https://github.com/Genocs/microservice-template/commit/ddf67d10765cb52567027505d4d1f40ddd0588f8)
78
+
- Refactor nswag-regen.ps1 to use relative paths [`8412f51`](https://github.com/Genocs/microservice-template/commit/8412f5182569c55f0ccf3cd30fb71236c0237f80)
79
+
- Update template configuration and clean up Docker Compose files [`528a31c`](https://github.com/Genocs/microservice-template/commit/528a31cb49b012e25bbda084bf63d0ee2dbc0288)
80
+
- Update package versions in Infrastructure.csproj [`5f4af47`](https://github.com/Genocs/microservice-template/commit/5f4af476d53b9c5d34a47e24f3de49bf66da5f59)
81
+
- Update .NET setup action to v4 and bump default package version to 2.2.0 [`ab80ab7`](https://github.com/Genocs/microservice-template/commit/ab80ab7ba312220dc1893d4fa6d1ea0d59e4bb06)
82
+
- Update NuGet package version in README files to 2.2.0 [`1c068cb`](https://github.com/Genocs/microservice-template/commit/1c068cb0dbe777cdb5144057dd1695618f22c6d3)
83
+
- Update NuGet package version to 2.2.1 [`5397e3b`](https://github.com/Genocs/microservice-template/commit/5397e3b5918320c56f7bea45596af74803d139bf)
84
+
- chore: Update branch filter in build and test workflow [`34ee3e5`](https://github.com/Genocs/microservice-template/commit/34ee3e5d42e8f7c4354cb786b4fbb1ecdd36f0c4)
85
+
- Update JSON body fields in Postman collection [`1b3bc0d`](https://github.com/Genocs/microservice-template/commit/1b3bc0dc541beeb69e66d64e727ceb31c6e9933f)
86
+
- Update pageSize in Postman collection request to 50 [`13c2247`](https://github.com/Genocs/microservice-template/commit/13c224733ffe96db609cf177bb754370936219ef)
0 commit comments