Skip to content

1.3.6

Compare
Choose a tag to compare
@CptBronzebeard CptBronzebeard released this 07 Mar 10:28
· 13 commits to master since this release

Warning

Before proceeding with upgrading to this version of framework, we strongly encourage you to review the Possible Implications section for potential impact on your infrastructure.

What's Changed

  • fix: make CailaIntentData id nullable by @Yamakuprina in #259
  • fix: removed reset() call on HttpBotRequest's input stream by @CptBronzebeard in #260
  • fix: added new fields to Transition class by @ronrotem in #261
  • feature: added CailaCatchAllActivator to save cailaAnalyzeResult with… by @ronrotem in #262
  • change: removed 8KB limit on HttpBotRequest's body buffer in #260.

Possible implications

The parsing logic for HttpBotRequests has been updated.
Previously, a fixed 8 KB request buffer was in use, causing issues when using certain third-party services with the bot.
Instead, an unlimited buffer has now been implemented, which could potentially lead to an out-of-memory (OOM) error for large requests.
It is recommended that the HTTP request body size be limited at the gateway/proxy layer to avoid potential issues.

Full Changelog: 1.3.4...1.3.6