Skip to content

Releases: cptn-io/el-cptn

Belmont

02 Jun 21:36
Compare
Choose a tag to compare

Belmont is now available. This release is mainly towards establishing standardized tools for improving the code quality and also delivering new features and apps.

New features available part of this release:

  • Batch event ingestion API. Just append /batch to the ingestion url to send an array of events. All the events are still processed individually.
  • Ability to see failed events. New filters are now available in Inbound and Outbound events page and you can also apply filters on Pipelines and Sources to identify Pipelines/Sources with failed events.
  • Configuration support for Transformation. You can now associate configuration as key-value pairs with support for storing encrypted secrets. Previously only Destinations had this support. Please note, you must upgrade your instance to Belmont release for using newly available transformations that use configuration params.

Newly available apps since the last release:

  • OpenAI - Extract keywords
  • OpenAI - TD;DR Summary
  • OpenAI - Analyze Incident
  • Twilio - Send Whatsapp message
  • ServiceNow - Add work notes to Incident
  • MySQL - Write to table
  • MongoDB - Write to Collection (thanks to @aruld for contributing the App)
  • Webhooks - Send event to URL

Code maintenance:

  • SonarSource scans are now setup and code is refactored to fix all the code smells.
  • Upgraded multiple dependent libraries to the latest versions
  • Improved test coverage for Processor. I am striving to increase the coverage as quickly as possible.

What's Changed

Full Changelog: v0.1.0...v0.2.0

Alameda

17 May 19:54
Compare
Choose a tag to compare

Alameda is now available. Here are the list of new features available in this release:

App releases available this week:

Ready to use Apps that you can use in pipelines.

  • ServiceNow - Create Incident (Destination)
  • AWS - Write to S3 bucket (Destination)
  • Snowflake - Write to Table (Destination)
  • Sample 5% events (Transformer)
  • Clear null props (Transformer)

Coming up next: Belmont

Full Changelog: v0.0.28...v0.1.0