Skip to content

v0.2

Compare
Choose a tag to compare
@Kapral67 Kapral67 released this 15 Dec 12:43
· 621 commits to main since this release
d570017

Features

  • Upgrade to Java 21

    • Upgrade Lambda to new Amazon Linux 2023 runtime
  • PdfGenerator Enabled By Default

  • AdminClient has Wait Counter before Allowing PdfGenerator to flip from OFF to ON

Bug Fixes

  • PdfGenerator Processing Stale Streams

    • Prevent AdminClient from turning on PdfGenerator before records expire
  • Improve Stack Trace Exception formatting in CloudWatch Logs (Lambda Functions)

  • Erroneous LF chars printed to stderr by JsiiRuntime in AdminClient

    • Remove all usages of aws-cdk's Duration class from familydirectory-service-assets package to prevent creation of
      JsiiRuntime threads outside CDK code
  • Double NewPageException in PdfHelper might not be obvious, added second NewPageException to suppressed

  • PdfGeneratorLambda could execute for longer than maximum record's age

    • race condition where concurrent executions would "fight" over the same record

Dependency Upgrades