Skip to content

Commit ae5c8ff

Browse files
committed
Update CHANGELOG for version 3.0.0, documenting recent changes and enhancements
1 parent 9f25336 commit ae5c8ff

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
### [3.0.0](https://github.com/Genocs/microservice-template/compare/2.3.0...3.0.0)
8+
9+
> 26 October 2025
10+
11+
- Add Docker Compose files for MySQL, PostgreSQL, and MSSQL; update lic… [`#63`](https://github.com/Genocs/microservice-template/pull/63)
12+
- Ver 2.3.2 [`#56`](https://github.com/Genocs/microservice-template/pull/56)
13+
- Ver 2.3.1 [`#55`](https://github.com/Genocs/microservice-template/pull/55)
14+
- Develop [`#48`](https://github.com/Genocs/microservice-template/pull/48)
15+
- 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)
24+
- Fix nuget packages [`d0b69d6`](https://github.com/Genocs/microservice-template/commit/d0b69d6e0a59e493970496f365e8ab163f5d0ff3)
25+
- Refactor Docker Compose file paths and remove unused UpdateAsync method [`ff05cd9`](https://github.com/Genocs/microservice-template/commit/ff05cd9d0aeab0f74605e4d5751518359c075ba0)
26+
- 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)
31+
- Update nuget-publish.yml [`3716a4e`](https://github.com/Genocs/microservice-template/commit/3716a4e3b4c86a9cf7e6da1cf15c660ad064c166)
32+
733
#### [2.3.0](https://github.com/Genocs/microservice-template/compare/2.2.0...2.3.0)
834

935
> 30 November 2024
@@ -12,6 +38,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1238
- Update dependencies, remove StaticLogger, and modify configs [`2ca9352`](https://github.com/Genocs/microservice-template/commit/2ca935224b633e0d04a5453dacd3cee058516dcc)
1339
- Update README and template files to reflect .NET 9 migration [`13b2d37`](https://github.com/Genocs/microservice-template/commit/13b2d373406bdfb42f69a97a6386a78be4eaeaa3)
1440
- 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)
1543

1644
### [2.2.0](https://github.com/Genocs/microservice-template/compare/1.0.4...2.2.0)
1745

@@ -23,6 +51,39 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2351
- Remove initial migration files and update EF Core models [`e0eeb1d`](https://github.com/Genocs/microservice-template/commit/e0eeb1d8183e02f917e6ea34fe7a9399570a3881)
2452
- Refactor multi-tenancy and JWT handling [`285974e`](https://github.com/Genocs/microservice-template/commit/285974e2f82af42230bd1dcf304273289385a5bf)
2553
- 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)
58+
- Updated packages -wip [`486f076`](https://github.com/Genocs/microservice-template/commit/486f076fd936cab349cc3121a1448aa111fbc0ab)
59+
- 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)
66+
- Update workflow files, modify package version, and add summary comments [`193e2b9`](https://github.com/Genocs/microservice-template/commit/193e2b9f1d24d45c99de554d5efa389cb99b27b4)
67+
- upddated references [`806eeb3`](https://github.com/Genocs/microservice-template/commit/806eeb3482fd970f7949d3edfa18e940b6fdced0)
68+
- 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)
72+
- Fix readme [`1b04787`](https://github.com/Genocs/microservice-template/commit/1b0478779a636dddab4b75c908147d69356ae0fd)
73+
- 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)
2687

2788
#### [1.0.4](https://github.com/Genocs/microservice-template/compare/1.0.3...1.0.4)
2889

@@ -31,6 +92,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
3192
- added changelog support [`2b471ee`](https://github.com/Genocs/microservice-template/commit/2b471ee0d954385f696af052a96d3c85db5b86c6)
3293
- Fix NSwag config [`55bbd43`](https://github.com/Genocs/microservice-template/commit/55bbd43bda1b1317d42ed7fbabb79d610da495c1)
3394
- Structure alignment [`9d5d81c`](https://github.com/Genocs/microservice-template/commit/9d5d81c67945fc744d351a5b078a76c52d717e55)
95+
- Added automatic changelog [`63e0d27`](https://github.com/Genocs/microservice-template/commit/63e0d2769ad0c923dd1952a241ba797d9b0446c6)
3496

3597
#### 1.0.3
3698

@@ -39,3 +101,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
39101
- first [`2794993`](https://github.com/Genocs/microservice-template/commit/2794993120389e1f449fe6271e6e5f0a484e5511)
40102
- Deep refactory [`72ebdf4`](https://github.com/Genocs/microservice-template/commit/72ebdf4c6094a5ac2c3b93a268efca60b28c7b56)
41103
- Fix naming convention [`ded19da`](https://github.com/Genocs/microservice-template/commit/ded19dad145a0417425d22c82c55ffb705a0204f)
104+
- major refactory [`e1eaa70`](https://github.com/Genocs/microservice-template/commit/e1eaa701c89bb01bf75fafdacad3fbf76ed5105c)
105+
- Cleanup and fix typo [`7aa110c`](https://github.com/Genocs/microservice-template/commit/7aa110c2d8ef86f5e247ef85f9a950831abb0a2d)
106+
- added git action plus some updates [`167d3de`](https://github.com/Genocs/microservice-template/commit/167d3de2b5d7dbf55aa2e9e060cd1c9b36dc46cf)
107+
- After a check with postman [`11ac6a5`](https://github.com/Genocs/microservice-template/commit/11ac6a5ed79ad8b20d340fb139c75eb55eaf5772)
108+
- packages updates [`4d2b8f8`](https://github.com/Genocs/microservice-template/commit/4d2b8f8499fdfb666b3adb673676e5d3670c66ef)
109+
- minor fix [`d1bdf78`](https://github.com/Genocs/microservice-template/commit/d1bdf7848896820ec74b3c614ccde405b3796e91)
110+
- Clean code [`27da7cd`](https://github.com/Genocs/microservice-template/commit/27da7cd26b3cb484c3d391ee776c553d59b242c5)
111+
- updated readme [`a13acce`](https://github.com/Genocs/microservice-template/commit/a13acce71d9fa305b43adffb1db7f3de2e57cfde)
112+
- minor fix [`e123ae4`](https://github.com/Genocs/microservice-template/commit/e123ae48a8ef5220f5c7d553843109de13491b83)
113+
- update config files [`ec1fabf`](https://github.com/Genocs/microservice-template/commit/ec1fabfcd4af2197a53d9d4a02e29d0609d58fba)
114+
- Fix [`5a15f5c`](https://github.com/Genocs/microservice-template/commit/5a15f5cdd8e5a3698710174a58bf6568dce56f0e)
115+
- Fix case [`6fc2f63`](https://github.com/Genocs/microservice-template/commit/6fc2f635cc91fb03acc11eb3c2365266fffd110e)
116+
- Fixed network [`0f45565`](https://github.com/Genocs/microservice-template/commit/0f45565c56ae0942a366e68ae0da6a2f69e447de)
117+
- Refinements on names [`40b9cc6`](https://github.com/Genocs/microservice-template/commit/40b9cc6eef6b23702db0aa131da3013fe6ed4f16)
118+
- update postman plus template [`fd06a9f`](https://github.com/Genocs/microservice-template/commit/fd06a9f46da96901be94adda76917368538843aa)
119+
- Updated all the packages [`bcc3b38`](https://github.com/Genocs/microservice-template/commit/bcc3b385ea451cc0032091418f6d921cc17caa60)
120+
- Initial commit [`33f8cf7`](https://github.com/Genocs/microservice-template/commit/33f8cf70457afcbf805ba284311ee57a89adb742)
121+
- Removed unused reference [`13468d4`](https://github.com/Genocs/microservice-template/commit/13468d468a8ab1f83295986b738a18acf4a006ff)
122+
- wip [`9141ab2`](https://github.com/Genocs/microservice-template/commit/9141ab2e5cff1048cee9d461ad03836836c5c14d)
123+
- Updated Mediar [`41b867f`](https://github.com/Genocs/microservice-template/commit/41b867f0b95d1095313a3b3d50c7fa3af59c0bdb)
124+
- Cleanup [`1e97e52`](https://github.com/Genocs/microservice-template/commit/1e97e522562136f6b68e10a5285862f9320c33fe)
125+
- removed exe [`b7bc922`](https://github.com/Genocs/microservice-template/commit/b7bc9224279611c299500f8cd2db562796ffa6ec)
126+
- Cleanup unused packages [`d502db0`](https://github.com/Genocs/microservice-template/commit/d502db035a59821a8989b23ac93f0914bfbbb1e2)

0 commit comments

Comments
 (0)