Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Jun 15:44
· 157 commits to master since this release
55dafe2

1.0.0 (2022-06-07)

Bug Fixes

  • dockerfile now reference correct path (#203) (dcd94e8)

1.0.0-rc.5 (2022-01-27)

Bug Fixes

  • docker: fix docker entrypoint execution (#128) (31ae0e0)
  • nlu-server: fix usage of postgres database (a2209f7)
  • node-bindings: rhel bindings are used on rhel (#141) (35c8601)
  • wrong merge of master in next (#122) (9cb3a5d)

Features

  • nlu-server: nlu-server won't serve models of invalid spec (#130) (16fdf10)

1.0.0-rc.3 (2021-10-29)

Bug Fixes

  • nlu-cli: upgrade version of nlu-cli (272638b)
  • nlu-server: fix unit tests by initializing app once (85469f7)
  • nlu-server: no maximum size for trainset in database (#99) (6d7bb32)
  • nlu-server: rm consecutive dots in model files extensions (#95) (1a96d13)

Features

  • nlu-client: make nlu-client configurable with an axios config (#104) (4562304)
  • nlu-server: add a route to list all trainings of an app (#96) (505fe1d)
  • nlu-server: calling training twice with same payload results in HTTP 409; training already started (#97) (f1e4a08)

1.0.0-rc.2 (2021-09-01)

Bug Fixes

  • nlu-engine: training reports progress at least every 10 seconds (#85) (ae0de7e)
  • pkg: packaging problem with a pg-pubsub dependency (b5a6dfb)

Features

  • nlu-server: distributed training queue to scale training nlu horizontally (#72) (98e0920), closes #75
  • nlu-server: remove authorization and replace credentials by an app-id header (#79) (09fc610)