|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ```log |
| 4 | +0.2.8 - 2026/03/XX |
| 5 | +chore: remove temporary echo-swagger replace directive and upgrade to v1.5.2 |
| 6 | +fix(ssl): wrap SslPrivateKey around tk EnvelopedPrivateKey |
| 7 | +fix(ssl): repair altnames filter and add pagination to ssl listing |
| 8 | +feat(api): add swagger dto import for account endpoint |
| 9 | +feat(ui): add database user and alias shortcut buttons |
| 10 | +fix(files): handle root directory in file tree builder |
| 11 | +fix(database): use WeakPassword for database user creation |
| 12 | +fix(api): read operatorAccountId from echo context in file endpoints |
| 13 | +refactor(liaison): migrate manual pagination to tk PaginationParser |
| 14 | +refactor(cli): migrate to tk SimpleCliResponseRenderer |
| 15 | +refactor(api): migrate to tk LiaisonApiResponseEmitter |
| 16 | +refactor(liaison): migrate LiaisonOutput to tk LiaisonResponse |
| 17 | +fix: get key path via replace |
| 18 | +fix: show error on ssl list error |
| 19 | +fix: add primaryKeyColumn to PaginationQueryBuilder calls |
| 20 | +fix: sort services by name in ReadFirstInstalledItem |
| 21 | +refactor(valueObject): eliminate pure alias files with direct tk usage |
| 22 | +feat(files): add file privileges normalizer with ownership resolution |
| 23 | +fix(services): use name sort for installable services pagination |
| 24 | +refactor(infra): replace PaginationQueryBuilder alias with tk direct usage |
| 25 | +test(auth): add security tests with repo constructors |
| 26 | +feat(auth): add jwt v5 algorithm validation and api key hash security |
| 27 | +refactor: remove obsolete migrateOperatorAccountIdToSri |
| 28 | +refactor: use ActivityRecordLevelSecurity const and inline NewSriAccount |
| 29 | +refactor: delete presentation wrappers and use tk directly |
| 30 | +refactor: migrate infra consumers from wrappers to tk directly |
| 31 | +fix: replace panic with ResponseWrapper in files API controller |
| 32 | +refactor: add fileClerk field to repo structs for locality of behavior |
| 33 | +refactor: eliminate tk type aliases from all layers |
| 34 | +chore: add context to every src/ dir |
| 35 | +fix: use tk input reader for api |
| 36 | +chore: update go and deps |
| 37 | +
|
4 | 38 | 0.2.7.1 - 2025/10/31 |
5 | 39 | fix: remove / from database and runtime hx-get/post to respect base href |
6 | 40 | fix: add / to footer fragment |
|
0 commit comments