v0.4.0 - JS Filtering + Redis Destination
Pre-release
Pre-release
What's new
JS Filtering at source
Write a simple JavaScript function to filter or drop
events before they leave your server. Save bandwidth
and downstream processing costs.
Example:
function filter(event) {
if (event.data.plan !== 'enterprise') return false
return true
}
Redis destination
Stream changes to Redis via pub/sub channels and
maintain a rolling list of recent events per table.
Destinations now supported
- Webhook ✅
- HTTP ✅
- Postgres ✅
- Redis ✅
What's next
v0.5.0 - DDL schema tracking
v1.0.0 - production ready release