Skip to content

Releases: aws-samples/review-and-assessment-powered-by-intelligent-documentation

v1.11.0

04 Sep 13:17
96f1421
Compare
Choose a tag to compare

Features

  • Added citation support for reviewing process by @statefb (#83)

v1.10.0

25 Aug 08:52
017b207
Compare
Choose a tag to compare

Documentation

  • Switched primary language from Japanese to English by @statefb (#79)

v1.9.2

25 Aug 07:39
a8a7f12
Compare
Choose a tag to compare

Enhancements

  • Changed user account display to prioritize email over user_name(uuid) in the sidebar for better user identification by @acro-k-tanaka (#78)
  • Modified review result sorting order to match checklist item order instead of ID order for improved usability by @acro-k-sugeno (#77)

Bug Fixes

  • Fixed missing i18n translations for checklist edit modal and document preview components by @kenta-sato3 (#67)

Documentation

  • Updated default model IDs in both Japanese and English README documentation to match the actual implementation by @kenta-sato3 (#69)

v1.9.1

14 Aug 06:14
9085f02
Compare
Choose a tag to compare

Features

  • Added English sample documents and checklists, including house maker meeting minutes review and internal approval request use cases by @kenta-sato3 (#66)

Bug Fixes

  • Fixed missing i18n translations in the checklist item edit modal and document preview component by @kenta-sato3 (#67)

Documentation

  • Added missing backend preparation steps to local deployment instructions by @kenta-sato3 (#65)
  • Updated English README with localized screenshots for better documentation consistency by @kenta-sato3 (#63)

v1.9.0

04 Aug 03:11
32524e6
Compare
Choose a tag to compare

Enhancements

  • Added Bedrock model for specifying arbitrary AI models @statefb (#62)

v1.8.0

01 Aug 05:17
db99a20
Compare
Choose a tag to compare

Features

  • Added new favicon with rabbit head design in multiple sizes (16x16, 32x32, 192x192)

v1.7.0

01 Aug 01:15
5d612bd
Compare
Choose a tag to compare

Features

  • Added CloudFormation output to display current application version in the UI sidebar by @statefb (#57)

Bug Fixes

  • Fixed Step Functions 256KB payload limit issue by implementing S3 temporary storage for large review data by @statefb (#59)

v1.6.0

17 Jul 02:49
b470502
Compare
Choose a tag to compare

Features

  • Added CloudFormation value output to show current application version and display version at the bottom of Sidebar by @statefb (#57)
  • Implemented wget-based one-liner deployment support with idempotency and comprehensive error handling by @statefb (#56)

v1.5.1

11 Jul 02:21
d6d4620
Compare
Choose a tag to compare

Features

  • Added PR number links to release notes by @statefb (#51)

Bug Fixes

  • Fixed deployment failures by migrating from Docker Hub to Amazon ECR Public to avoid rate limiting by @statefb (#52)

v1.5.0

02 Jul 07:20
ad70013
Compare
Choose a tag to compare

Enhancements

  • Added support for citations in Bedrock PDF processing when creating checklists by @statefb
  • Updated @aws-sdk/client-bedrock-runtime to version 3.840.0 by @statefb
  • Implemented workaround to enable Claude's visual PDF understanding for improved analysis of charts and diagrams by @statefb