Releases: Kapral67/FamilyDirectory
v0.9
Notes
As this project approaches relative stability, Dependency Upgrade Tracking PRs will no longer be included in the Release Notes (also I have a job and no-one reads these anyways)
Bug Fixes
- N/A
Features
- Descendants now editable until AGE_OF_SUPER_MAJORITY, currently 25, through non-admin route
v0.8
v0.75
IMPORTANT UPDATE INFO
-
After Updating, please trigger Stream Function Invocation by Toggling PDF Generator OFF and ON (use the AdminClient)
-
see v0.71 IMPORTANT UPDATE INFO
Bug Fixes
- Normalize usage of static enum constants LogLevel & Ansi (#844)
- Future handling in AdminClient: wait for futures to complete
Features
Dependency Upgrade Tracking PRs
v0.71
v0.7
IMPORTANT UPDATE INFO
- If Updating from v0.5 or below, please follow IMPORTANT UPDATE INFO from v0.6
Bug Fixes
- Member.Builder::address regex added greedy quantifier
Features
- AdminClient Overhauled to new TUI interface (powered by mabe02/lanterna)
Dependency Upgrade Tracking PRs
v0.6
IMPORTANT UPDATE INFO
-
If Updating from v0.42 or below, please follow IMPORTANT UPDATE INFO from v0.5
-
If Updating from v0.5, make sure to manually trigger a front-end build for Amplify from the AWS Console
Bug Fixes
-
Normalize throws of type NullPointerException versus NoSuchElementException across codebase
-
Use gsiProps().getPartitionKey().getName() over jsonFieldName() for QueryRequests against an index
Features
-
Added Ability to Enable certain Cognito Users as Admin from AdminClient
-
Admin Cognito Users may call any API upon any Member (essentially Admin Cognito Users have same capabilities as
AdminClient as far as CREATE, UPDATE, and DELETE go)
Dependency Upgrade Tracking PRs
v0.5
IMPORTANT UPDATE INFO
-
After Updating, please trigger Stream Function Invocation by Toggling PDF Generator OFF and ON (use the AdminClient)
-
Also, please manually trigger a build for Amplify from the AWS Console
Bug Fixes
-
Remove Duplicate LogLevel Indicators in CloudWatch
-
Toggling PDF Generator ON triggers an asynchronous invocation of the PDF Generator Lambda
Features
-
Added Birthdays Pdf Organizing Members by Birth Month
-
Downloads Are Now a Zip file of new Birthdays Pdf and Standard Directory Pdf
Dependency Upgrade Tracking PRs
v0.42
Bug Fixes
-
Fix suppressed exceptions list in case of double NewPageException (PdfHelper in PdfGeneratorLambda)
-
Internal PDDocument now only uses RAM and is limited based on Lambda's configuration in CDK code (PdfHelper in
PdfGeneratorLambda)
Features
- Add some logging (PdfHelper in PdfGeneratorLambda)