Skip to content

Releases: aws-samples/document-translation

v3.4.0

09 Dec 16:57

Choose a tag to compare

Full Changelog: v3.3.1...v3.4.0

v3.3.1

05 Dec 16:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

02 Jun 13:31

Choose a tag to compare

  • Initial support for Stability AI Stable Diffusion v3 (See below for example)

What's Changed

  • updated cli-lib-alpha to latest version by @domaws in #119

Full Changelog: v3.2.1...v3.3.0

SD3 Example

Note: Image configs have the option of using a text model to make the description first. This example uses the original Claude v2. It can be used without the text block completely, or another text model for this preprocess part.

{
 "id": {
   "S": "Default-Example-Image-02"
 },
 "default": {
   "BOOL": true
 },
 "image": {
   "M": {
     "modelId": {
       "S": "stability.sd3-5-large-v1:0"
     },
     "parameters": {
       "M": {
         "mode": {
           "S": "text-to-image"
         },
         "aspect_ratio": {
           "S": "1:1"
         },
         "output_format": {
           "S": "jpeg"
         }
       }
     }
   }
 },
 "name": {
   "S": "Example Without People (Claude v2 & Stability Diffusion v3)"
 },
 "text": {
   "M": {
     "modelId": {
       "S": "anthropic.claude-v2"
     },
     "parameters": {
       "M": {
         "max_tokens_to_sample": {
           "N": "300"
         },
         "stop_sequences": {
           "L": [
             {
               "S": "Human:"
             }
           ]
         },
         "temperature": {
           "N": "1"
         },
         "top_k": {
           "N": "250"
         },
         "top_p": {
           "N": "0.999"
         }
       }
     },
     "prePrompt": {
       "S": "You're a prompt engineer, trying to design a prompt for Stable Diffusion, so it can generate a photographic image to illustrate the following text, showing no people in the image:"
     }
   }
 },
 "type": {
   "S": "image"
 }
}

v3.2.1

30 Apr 16:57

Choose a tag to compare

  • Fix policy nag for presynth approval

Full Changelog: v3.2.0...v3.2.1

v3.2.0

30 Apr 15:56
192c64b

Choose a tag to compare

  • Support for faster translations with real-time translation support with Amazon Translate. There is a file size limit for this feature so it will work with small text based documents. Larger documents will fall back to the standard translation of 10-15 minutes.
  • Switch default Lambda runtime to NodeJS22.

/closes #112

What's Changed

  • Bump esbuild from 0.19.5 to 0.25.0 in /infrastructure by @dependabot in #102
  • Bump aws-cdk-lib from 2.153.0 to 2.189.0 in /infrastructure by @dependabot in #111
  • Bump react-router and react-router-dom in /website by @dependabot in #113
  • Bump @babel/runtime from 7.24.5 to 7.27.0 in /website by @dependabot in #114
  • Bump http-proxy-middleware from 2.0.6 to 2.0.9 in /website by @dependabot in #115

Full Changelog: v3.1.5...v3.2.0

v3.1.5

27 Mar 17:15

Choose a tag to compare

Full Changelog: v3.1.4...v3.1.5

v3.1.4

27 Mar 11:29
03ae618

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

12 Dec 10:47

Choose a tag to compare

  • Small bug fixes

Full Changelog: v3.1.2...v3.1.3

v3.1.2

12 Dec 08:49

Choose a tag to compare

  • Add filtering to history table
  • Add controls menu to readable header
  • Add table sticky headers & striped rows
  • Improve table controls alignment

Full Changelog: v3.1.1...v3.1.2

v3.1.1

09 Dec 17:27

Choose a tag to compare

  • Improve view/edit display & controls

Full Changelog: v3.1.0...v3.1.1