Skip to content

Releases: rudderlabs/rudder-server

v0.1.7

02 Mar 13:10
Compare
Choose a tag to compare

Changelog

ENHANCEMENTS:

  • Snowflake support
  • OSS Config file support

FIXES:

  • Bug fixes
  • Improved logging

v0.1.6

12 Feb 09:47
0de04e1
Compare
Choose a tag to compare

Changelog

ENHANCEMENTS:

  • Processing latencies improved by 50%
  • Go 1.13 update

FIXES:

  • Warehouse load error crash
  • Live events tab missing events

v0.1.5

07 Feb 13:18
Compare
Choose a tag to compare

Changelog

ENHANCEMENTS:

  • RudderStack can route events to Redshift and BigQuery warehouses in a single node mode

  • Support for Rate-limiting events via configuration

  • Support for object storage destinations Azure Cloud Storage and Google Cloud Storage

  • New stats to profile the processor module and JobsDB

  • JobsDB table size can be configured by size or number of rows

  • Table dumps file name changes to support faster replays

  • Flexible API format between the backend and the transformer. Support added more HTTP methods and content-types to send data to destinations

  • Improved user transformations memory management

  • Kubernetes support for enterprise edition

BUG FIXES:

  • OOM crash during table dumps

  • Postgres invalid JSON content crash

  • Multiple alerts issue when the server enters the degraded mode

  • Multiple maintenance databases

  • Recommendations for production deployments

  • Gateway latency fix

  • Created_at timestamp is generated at Postgres now

BREAKING CHANGES:

  • Events disk format hasn't changed. To handle the inflight changes, bring down both the services and bring them up back with the latest releases in the following order the transformer and then the backend. This can be a rolling update node by node.

v0.1.4

03 Jan 12:33
Compare
Choose a tag to compare

Changelog

cf4daa1 postgres unicode fix

v0.1.3

25 Nov 09:08
Compare
Choose a tag to compare

Changelog

ca1ceeb Send empty array if properties is empty

v0.1.2

12 Nov 10:43
Compare
Choose a tag to compare

Changelog

010e133 Add instanceName as a tag to all stats.
115d7bb Changes to ginkgo tests for segment compatability
cf9c89f Merge branch 'master' of github.com:rudderlabs/rudder-server
da78c05 Update README.md
0562f7b Update correctness.go
dd8d032 Update correctness.go

v0.1.1

06 Nov 10:04
Compare
Choose a tag to compare

Changelog

250ef45 Add enterprise edition of docker compose file which includes grafana dashboard.
333dce5 Add sourceID to customval in empty cache for batch router on job status update
7e30d9f Add timestamp to filename for s3 dumps
e624d01 Change recovery mode metric. Fix for cloudwatch.
2c65c90 Cleaning up config toml
3578f36 Dedup s3 destination events on crash (#82)
d0958f1 Fix bug with sourceIDFilters for batchrouter
bc6e3d7 Fix dashboard repo path.
1e40de0 Fix jobsdb empty cache (#86)
a8b2a2f Fix ops dashboard path.
630147a Fixing alert if-else
14ceef2 Merge pull request #81 from rudderlabs/batch-timeout-fix
27824b0 Merge pull request #83 from rudderlabs/batchsession-on-eventts-fix
3120ba5 Release script and Source debugger assert only in dev
fcceb76 Removing debug log
995e9ca Sort fetched s3 files in correctness test
e662e64 Support for VictorOps and Pagerduty (#87)
053b928 Test to verify correctness of s3 dest router
e1b61e7 Update recovery mode metric and add anon id to genload event.
05f814b Uploading event schemas in a separate goroutine
7548573 Webbatcher timeout fix
576315d batching session based on event received timestamp
6537ae9 originalTimeStamp in event schema updated
81d14f7 use sourceIDFilters also in setting ds empty result cache
d03c597 v0.1.1

v0.1.0

24 Oct 12:45
Compare
Choose a tag to compare

Changelog

-Stable Backend server release v0.1.0
-Event delivery order
-Event schema uploads
-Batch routers