@@ -72,50 +72,37 @@ https://github.com/LSFLK/silver/compare/v0.1.0...v0.2.0
7272This release saves a stable working version of Silver M1 before integrating
7373Raven into the repository.
7474
75- ### What's Changed
76-
77- - Docker services init. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/16
78- - Tests for SMTP local delivery from host machine to container. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/17
79- - Feat/swag setup by @maneeshaxyz in https://github.com/LSFLK/silver/pull/18
80- - chore: docs. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/19
81- - Chore/combined containers by @maneeshaxyz in https://github.com/LSFLK/silver/pull/21
82- - Chore/env change by @maneeshaxyz in https://github.com/LSFLK/silver/pull/22
83- - M1: base functionality is completed by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/27
84- - Feat/init scripts by @maneeshaxyz in https://github.com/LSFLK/silver/pull/28
85- - Feat/init scripts by @maneeshaxyz in https://github.com/LSFLK/silver/pull/29
86- - Chore/docs by @maneeshaxyz in https://github.com/LSFLK/silver/pull/30
87- - Feat/webui by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/31
88- - Scripts and simple webui to run the mail server by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/32
89- - Refactor/docs by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/34
90- - Refactor/docs and Update webui by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/35
91- - docs: fixes. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/36
92- - Docs/doc-fixes. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/37
93- - Refactor/ymal file by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/39
94- - chore: added yaml parsing in init.sh. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/40
95- - chore: fix add user init script by @maneeshaxyz in https://github.com/LSFLK/silver/pull/41
96- - Feat/load test by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/42
97- - fix: combined the add_user files and use only minimum details by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/43
98- - feat: add quota limit for mail dir by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/44
99- - Refactor/thunder endpoints by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/45
100- - Refactor/thunder endpoints by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/47
101- - Feat/user list by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/48
102- - Feat/switch to yaml file across services. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/38
103- - chore: docs-merge-fixes by @maneeshaxyz in https://github.com/LSFLK/silver/pull/55
104- - chore: fix docs. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/56
105- - Merge the dev branch into main by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/57
106- - 51 restrict external access to thunder idp by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/58
107- - 50 enable pop3 access while keeping a copy of emails on the server by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/65
108- - 49 enable adding virtual users without rebuilding postfix container by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/61
109- - Dynamic Mail User Provisioning with POP3 Protocol Support by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/66
110- - Feat/issue template by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/68
111- - feat: add pull request template for improved contribution guidelines by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/69
112- - 70 task switch to a light weight base image by @maneeshaxyz in https://github.com/LSFLK/silver/pull/75
113- - Feat/service-cleanup by @maneeshaxyz in https://github.com/LSFLK/silver/pull/64
114- - chore: fix receiving lmtp. by @maneeshaxyz in https://github.com/LSFLK/silver/pull/78
115- - Fix by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/79
116- - chore: change maillog_file path to stdout for Docker compatibility by @Aravinda-HWK in https://github.com/LSFLK/silver/pull/81
117- - 71 task audit dockerfiles by @maneeshaxyz in https://github.com/LSFLK/silver/pull/83
118- - Merge main into dev by @maneeshaxyz in https://github.com/LSFLK/silver/pull/85
75+ ### Added
76+
77+ - Initial Dockerized Silver M1 services and SMTP host-to-container delivery
78+ testing (` #16 ` , ` #17 ` , ` #27 ` ).
79+ - Initial API/Web UI setup and operation scripts for running the mail server
80+ (` #18 ` , ` #31 ` , ` #32 ` ).
81+ - Bootstrap/init automation and user-facing tooling, including user listing and
82+ quota controls (` #28 ` , ` #29 ` , ` #44 ` , ` #48 ` ).
83+ - Load testing support and related tooling (` #42 ` ).
84+ - Dynamic virtual user provisioning with POP3 support (` #61 ` , ` #65 ` , ` #66 ` ).
85+ - Repository collaboration templates for issues and pull requests (` #68 ` ,
86+ ` #69 ` ).
87+
88+ ### Changed
89+
90+ - Consolidated container layout, improved environment defaults, and completed
91+ service cleanup/hardening (` #21 ` , ` #22 ` , ` #64 ` , ` #75 ` , ` #83 ` ).
92+ - Migrated service configuration toward YAML-driven flows and parsing (` #38 ` ,
93+ ` #39 ` , ` #40 ` ).
94+ - Refactored Thunder endpoints and restricted external access to Thunder IDP
95+ (` #45 ` , ` #47 ` , ` #58 ` ).
96+ - Updated runtime/logging behavior for Docker compatibility and merged long-lived
97+ branches to stabilize the release line (` #57 ` , ` #81 ` , ` #85 ` ).
98+ - Expanded and refined project documentation (` #19 ` , ` #30 ` , ` #34 ` , ` #35 ` ,
99+ ` #36 ` , ` #37 ` , ` #55 ` , ` #56 ` ).
100+
101+ ### Fixed
102+
103+ - Fixed user initialization and add-user script behavior (` #41 ` , ` #43 ` ).
104+ - Fixed LMTP mail receiving flow and other release-blocking defects (` #78 ` ,
105+ ` #79 ` ).
119106
120107### Full Changelog
121108
0 commit comments