Skip to content

Releases: CSML-by-Clevy/csml-engine

v1.3.0

13 Oct 16:11
f98540a
Compare
Choose a tag to compare

New features:

  • Add native CSML functions #90 #87
  • Add import keyword for functions #122 #121
  • publish pre-built binaries #125
  • improve build process with caching #125
  • publish to crates.io #125

Fixes:

  • allow checks for event.is_int() #126 #119
  • remove warning in condition check if object key does not exist #127
  • Various bugfixes

v1.3.0-beta2

13 Oct 15:38
Compare
Choose a tag to compare
v1.3.0-beta2 Pre-release
Pre-release
feat: add macos target and publish binaries

- create and test builds for linux + macos
- publish built csml_server binaries to release

v1.3.0-beta1

13 Oct 15:24
Compare
Choose a tag to compare
v1.3.0-beta1 Pre-release
Pre-release
feat: add macos target and publish binaries

- create and test builds for linux + macos
- publish built csml_server binaries to release

v1.3.0-beta0

13 Oct 14:31
Compare
Choose a tag to compare
v1.3.0-beta0 Pre-release
Pre-release
feat: add macos target and publish binaries

- create and test builds for linux + macos
- publish built csml_server binaries to release

v1.2.1

23 Sep 14:45
25b924a
Compare
Choose a tag to compare

Fixes:

  • Fix an infinite loop in close_all_conversations (dynamodb) #117
  • Fix unwrap on none value in neon binding #118

v1.2.0

23 Sep 09:07
049249d
Compare
Choose a tag to compare

New features:

Deprecations:

  • Remove http_db database type #108
  • Rename csml_manager to csml_engine

Fixes:

  • Backwards compatibility to support hex-encoded encrypted data #107
  • Get conversation metadata from CsmlRequest #95
  • Don't send error message for missing variable in condition check #115
  • Rename Memories struct #116
  • Refactor multiple parts of CSML manager
  • Complete generic documentation about the behaviour of the CSML Engine
  • Various bugfixes

v1.1.0

28 Aug 17:25
4e17714
Compare
Choose a tag to compare

New features:

  • Add Generic Components #48
  • Add Debug() component #65 #58 #69
  • Add .is_int(), .is_float() methods #61
  • Add .is_email() method #62
  • Add .match() method #59 #70

Deprecations:

  • Remove implicit recursive flows #60 #63

Fixes:

  • Add interpolation on Fn() and HTTP() returns #49
  • Various bug and typo fixes