Skip to main content

45 posts tagged with "Staging"

View All Tags

Fixes

  • Fixed bug with DTS component where it could not correctly parse data being passed to it.

Updates

  • Adjustments to better accommodate processing multiple large payloads.
  • Updated interactive API docs to handle CORS policy.

Feature

  • Fix issue where cacheTag prefix was ignored and always used undefined

Feature

  • Allow the use of componentResponse function in cache key expression.

Bug fix

  • Fixed a bug where the Component response transformation was not running when caching was set.

Updates

  • Added explicitEnvironmentHeader boolean property to customer configuration
  • Removed the need to explicitly set processSubComponents to true in order to execute Sub Components. They will always be executed.

Webhook features

  • Added webhookSucceeded and webhookFailed event types
  • Allowed secret() and environmentVariable() functions to be used inside a Webhook definition

Updates

  • Fix Data Transformation Script bug
  • Increased resiliency to service disconnects

Updates

  • Updated Salesforce SLAS authentication method to add channelId as per upstream API changes
  • Improve webhook processing performance

Updates

  • Improve performance of Data Transformation Script Component (improved use of multithreading and v8 isolate caching)
  • Speed up the syncing of Engine Configurations from the Admin node to the Query nodes
  • Improved error handling when reading/writing to NATS. This also addressed an Engine Configuration issue where it got corrupted under heavy load spikes

Updates

  • Stability improvement: Reduce inter-process message sizes using compression
  • Remove all @debug nodes on the Execution Debugger
  • Improved logging of payload sizes on NATS errors

Updates

  • Allow body to be specified at Connection level for Universal API Connectors
  • Bug fix which caused incorrect format for body while Content-Type was x-www-form-urlencoded

Updates

  • Improved error handling for listeners
  • preserveEnvironmentVariables flag added while importing engine config
  • Allow envVariable function to be used in Components, Mappers, Elastic Components.
  • Improved error handling when trying to query non-existent engine config
  • Improved persistent store reconnection handling

Updates

  • Fixed permission issue while calling GET /environments
  • Added test coverage