Skip to content

Releases: aws-samples/amazon-sumerian-hosts

v2.0.6

03 Mar 20:58
947309b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

02 Mar 22:21
955fe80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

25 Oct 01:34
Compare
Choose a tag to compare

What's Changed

  • fix broken image links in three readme by @eherozhao in #128
  • Fix Build Failure for Windows by @brhook-aws in #129
  • Fix failing npm install due to incompatible peer dependencies by @Krxtopher in #131
  • Catch the Lex error since Lex only supports 15s speech by @eherozhao in #130
  • Bump terser from 5.12.1 to 5.14.2 by @dependabot in #134
  • remove push from github action and update CodeQL version to v2 since … by @eherozhao in #139
  • Fix issue where HOSTS_VERSION was incompatible with packages not using webpack by @prestomation in #142

Full Changelog: v2.0.0...v2.0.4

v2.0.0

02 May 22:00
b6e31be
Compare
Choose a tag to compare

Hosts Release 2.0.0 - What's New

Introducing a major update of the Amazon Sumerian Hosts (Hosts) library! Hosts v2 offers new functionality, ease-of-use improvements, and new demo applications to make learning the Hosts API easier than ever.

  • New Amazon Lex support allows your users to interact with Hosts using their voice or typed text input. Compatible with Amazon Lex v1 chatbots.
  • Instantiating host characters in Babylon.js has been significantly streamlined. You can now create a fully functioning host character with just 6 lines of code.
  • New Hosts demos for Babylon.js present each Hosts feature in a streamlined way that makes them easy to learn from and perfect for use as the starting point for your own applications. Demos include:
    • Hello World Demo
    • Gestures Demo
    • Chatbot Demo
    • Custom Character Demo
  • To support modern web development practices, the Hosts API can now be directly imported into your codebase as an ESM-style Javascript module (new). It can also still be linked into your web app using an HTML <script> tag and accessed using the global variable, HOST (legacy).
  • Support for both left-handed (new) and right-handed coordinate systems in Babylon.js.
  • Added Typescript definitions for an improved developer experience when using Hosts in Typescript projects.
  • New repository structure offering cleaner separation of renderer-specific code.
  • Several bug fixes and quality of life improvements.

v1.3.7

15 Feb 21:11
ed8fcbe
Compare
Choose a tag to compare

Host Release 1.3.7 - Update Node JS Version for Publishing

v1.3.6

15 Feb 20:48
a5386fb
Compare
Choose a tag to compare

Host Release 1.3.6 - Dependency Updates and Minor Bug Fixes

  • Fix an issue with ThreeJs dependency calling a non-backwards compatible version due to CDN
  • Fix an issue where BabylonJs was not working for TextToSpeech
  • Upgrade dependencies due to security concerns

Host Release 1.3.5 - Bug fixes

19 May 18:42
83a02b7
Compare
Choose a tag to compare
  • Fixed bug in threejs Messenger class
  • Upgraded some dependencies

v1.3.4

10 Mar 07:29
Compare
Choose a tag to compare

Host Release 1.3.4 - Bug fixes

  • Fixed tests and added tests report
  • Upgraded some dependencies to mitigate security risks

v1.3.3

23 Nov 20:21
Compare
Choose a tag to compare

Host Release 1.3.3 - Bug fixes

  • Fixed error on Speech.stop in the Babylon build
  • Fixed error on tab change in the three.js example html file

v1.3.2

02 Sep 23:39
Compare
Choose a tag to compare

Host Release 1.3.2 - What's New

  • Added support for canceling gesture promises.
  • Added images to README.md to show key aspects of results from the example HTML files.
  • Updated three.html and babylon.html example files to streamline script dependencies and use the latest recommended versions of builds/features from the three.js and Babylon.js repositories.
  • Updated README.md Getting Started instructions to reflect changes to the example files.

Bug fixes

  • Made GestureFeature.playGesture honor the force option when checking the gesture interval.
  • Fixed minor typos and grammatical issues in README.md.