Skip to content

Releases: oracle/bots-node-sdk

New SDK version 2.6.2 with minor fixes

04 Jul 20:29
Compare
Choose a tag to compare
  • EntityResolutionContext method clearItemValue() failed if composite bag entity is empty
  • Fixed issue with creating typescript component service

New SDK version 2.6.1 with minor fixes and enhancements

24 Mar 21:10
eaaaf7f
Compare
Choose a tag to compare

Custom components created with the CLI now use the async syntax rather than the deprecated done callback.

New SDK version 2.6.0 with various fixes and enhancements

22 Mar 17:46
66afb88
Compare
Choose a tag to compare
  • Typescript code completion was not working
  • Entity Event Handler throws error while setting item values for a skill-scoped composite bag entity in dialog flow
  • Typescript types missing/incorrect
  • Added init entity event handler
  • Added supportedActions to event handler metadata property
  • Added support for table, form and tableForm message types to MessageModel
  • Added setTransitionAction function to entity event handler context
  • Bumped version to 5.6.0
  • The 'context.translate' function did not work correctly with ICU message formats that expect a numeric argument.