Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 05:31
· 3 commits to master since this release
7a47d5e

1.1.0 (2024-01-31)

Bug Fixes

  • prettier and eslint (181e971)
  • cli: fix max training parameter to allow the value 0 (#149) (1ec77e4)
  • distributed: canceling a task that is not handled locally waits for the task to be canceled (#180) (98afa80), closes #181
  • engine: e_000 is not affected by leading or consecutive spaces (#189) (7e1d0b2)
  • engine: repair pattern entities in issue e_000 (34a9775)
  • lang-server: uniform error handling (a032766)
  • metrics: fix up metrics to be 1 instead of 0 (#166) (81c287a)
  • nlu-client: fix endpoint of the info endpoint (8e316d3)
  • nlu-e2e: replaced expected request error type (13622fe)
  • nlu-engine: lang server error is passed from child process to main (985e585)
  • nlu-engine: stop progress watchdog when done or error (#214) (0661abd)
  • nlu-server: ensure forward slashes in app id wont break fs model repo (#173) (889aa7c)
  • nlu-server: fix send training_time using db config (6225ef1)
  • no more dupplicated issues in in-mem linting repo (46cc134)
  • worker: do not reuse a process if it exited since last usage (#135) (9c3ab74)

Features

  • nlu-server: models weights are validated on upload (#198) (aa2a471)
  • implement model download and upload (#192) (e9fb4bc)
  • initial implementation of e_000 (#156) (aabc665)
  • linting is distributed, runs on a dedicated process and is cancellable (#159) (7661cc0), closes #160
  • linting speed is part of linting's id and must be provided by path param (#188) (75d75b7)
  • nlu-server can compute dataset issues to help user build a dataset (6d370fc)
  • cli: various cli improvements (#144) (4f53fae), closes #143
  • logger: only apply filters to debug logs + allow json formatting + rename few cli args (af62b48)
  • nlu-client: added 2 methods in nlu-client for linting (5455dd0)
  • nlu-engine: added some support for hints and issues computation (dcb6a9d)
  • nlu-engine: rm legacy election support (#142) (e5be6fe)
  • nlu-server: added routes for issues checking (#151) (f7aea13)
  • nlu-server: send data to usage API (#171) (ca6e230)
  • Typed and coherent HTTP communication between NLU Server, Lang Server and Duckling (#118) (bd44d4c), closes #117 #123 #124