Leon v1.0.0-beta.6 Release Notes

Release Date: 2022-02-07 // about 2 years ago
  • ๐Ÿ”‹ Features

    • simple coqui-ai stt integration 86a4816b
    • HTTP API key generator d10a7fa7
    • avoid unnecessary routes generation

    • server:

      • make Coqui STT the default STT solution 70399187
        • add HTTP API key middleware cdf41499
        • expose queries over HTTP b6428d03
        • add timeout action over HTTP 115f9c16
        • handle built-in and trim entities over HTTP + add "disabled" HTTP API action option 82fb967a
        • execute modules over HTTP 2e5b2c59
        • generate Fastify routes on the file to expose packages over HTTP 5b41713a ### Bug Fixes
    • do not ask to regenerate the HTTP API key if this one isn't available yet d265377a

    • Python deps tree check c6c01291

    • hotword offline (#342) f563d01d

    • addressed comments by @JRMeyer b1c6f5c8

    • allow to detect STT offline capabilities 04d62288

    • Amazon Polly is always configured on check script due to new structure e6246d1f

    ๐ŸŽ Performance Improvements

    • check if Python deps tree has been updated before going through deps install 2d0b0f13

Previous changes from v1.0.0-beta.5

  • ๐Ÿš€ This release marks a major turn in the future versions of the Leon core. Please read this blog post to know more.

    ๐Ÿ’ฅ BREAKING CHANGES

    • Node.js 16+ and npm 8+ minimum requirements 2f66f1c1 ### ๐Ÿ”‹ Features
    • server: support arrays on NER between conditions 7cf7f979 ### ๐Ÿ› Bug Fixes
    • jest-extended new setup due to latest update 02f766d6 ### ๐ŸŽ Performance Improvements
    • Windows setup on DeepSpeech dep removal 13f5a49f ### ๐Ÿ“š Documentation Changes
    • URL redirect managed by registrar c16d5b28