1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-08-16 21:50:33 +03:00
leon/CHANGELOG.md
2021-12-28 22:02:58 +08:00

11 KiB

1.0.0-beta.5 (2021-12-28) / Refocus

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

1.0.0-beta.4 (2021-05-01) / Getting Rid of Dust

This release includes a lot of changes that are made under the hood and are not displayed here, please read the blog post to know more.

BREAKING CHANGES

  • package/checker: introduce Have I Been Pwned v3 API with API key (0ca89fe3)
  • server:
    • AWS SDK new structure due to v3 and adapt Amazon Polly changes (f15f2db7)
    • IBM Watson TTS and STT new structure (f41ea0e9 | 2668c295)

Features

Bug Fixes

  • set correct status code for GET /downloads 690f1841

  • take .env in consideration when using Docker d38e6095

  • spinner test 9071c927

  • e2e tests by adding modules actions level 5cf77d90

  • package/leon: fix english translations 90225707

  • package/network: make use of new compatible speedtest lib 0c925626

  • package/trend:

    • GitHub module new scraping 68414937
    • when there is no star provided on the GitHub module 563fb409
  • server:

    • make use of Basic plugin from the main NLP container e1d5bed3
    • NER trim entity on after conditions fa6a5a43

Documentation Changes

1.0.0-beta.2 (2019-04-24)

Features

  • can send custom HTTP headers (2685cdab)

  • allow HTML output (ec3f02df)

  • NLU improvement with node-nlp (6585db71)

  • package/trend:

    • add answer when the Product Hunt developer token is not provided (f40b479b)
    • Product Hunt module done (37794306)
    • basics done on the Product Hunt module (32cc7dbe)
    • complete dedicated answers according to the technology and given time (8997d691)
    • GitHub module done (7c6f3922)
    • be able to choose a limit and a date range for the GitHub module (3c088371)
    • format GitHub results in one message (9d026b94)
    • simple GitHub module results (5baec074)
    • list GitHub trends in HTML raw (3441629e | 6b932e94)
    • expressions dataset and structure (f406a5a0 | f54c2272)

Bug Fixes

  • Leon was not fully installed with Docker if a .env file was existing (c8a68ab0)

  • package/trend: when there is no contributor on GitHub module (d845e49b)

  • server:

Documentation Changes

1.0.0-beta.1 (2019-02-24)

Features

Bug Fixes

  • package/checker: isitdown module fails with capital letters in URL (ada6aaef)
  • web app: enable environment variables (a438d6f9)

Performance Improvements

  • web app: favicon compression (33dbcb42)

Documentation Changes

  • update README to make the reader genderless (58662658)

  • use "to rule them all" in README (c74dda4c)

  • readme: add story write-up (08a68e37)

1.0.0-beta.0 (2019-02-10)

Initial release.