Skip to content

Releases: rudderlabs/rudder-server

Release hotfix: v0.1.10-hotfix1

24 Jun 15:08
Compare
Choose a tag to compare
fix: properly start a new badgerdb transaction on ErrTxnTooBig (#2061)

Hotfix for v0.1.10

24 Jun 13:57
Compare
Choose a tag to compare
fix: kafka multiple hosts (#2103)

* add extra kafka node

* fix: ping addresses one by one

* fix: conn closing

* add docker_test for multiple hosts

* chore: invert assertions

* chore: addresses

* chore: typo

* chore: reformat

* chore: bad-host

* chore: shuffling bad hosts

* chore: more bad hosts

* fix: testutil.Client dialer

* fix: error contains

Co-authored-by: Francesco Casula <[email protected]>

v0.1.11

16 Jun 11:50
83a725f
Compare
Choose a tag to compare

0.1.11 (2022-06-16)

Features

Bug Fixes

  • jobsdb: use transaction instead of previous prepared statement for executing ANALYZE (#2054) (ef01b16)

v0.1.9-patch-02

20 Jun 11:13
Compare
Choose a tag to compare

Changelog

e6c6e62 Fix incorrect err arg to SetTableUploadError

v0.1.9-patch-1

16 Jun 06:44
Compare
Choose a tag to compare

Changelog

6d87db5 changed job_id column type to bigint

v0.1.7-patch-1

16 Jun 06:11
Compare
Choose a tag to compare

Changelog

a5c0c4c changed job_id column type to bigint

v0.1.9

30 Apr 15:59
e1bc77c
Compare
Choose a tag to compare

Changelog

ENHANCEMENTS:

  • Added Stats Telemetry that captures the metrics in the Data Plane and sends them to the RudderStack service for improving the product. This can be disabled with a config variable.
  • Support for scheduling warehouse loads that allows controlling when the data can be loaded into the warehouse
  • Storing the incoming data fields that are incompatible with their warehouse counterparts in a separate table, to avoid any errors arising due to conflict
  • Master-Slave architecture using Postgres triggers to optimize warehouse load times
  • Support for backing up router and batch router tables which can be helpful in debugging issues as well as used as historical logs
  • Introduced Ginkgo - the Golang BDD Testing Framework - for integration tests
  • Support for Live Destination Events Debugger which can be used to view live event streams on the Destination pages of the RudderStack Config Plane
  • Amazon Kinesis as a destination
  • Support for heartbeat statistics as an integral part of ongoing server telemetry/alerts
  • Support for changing Workspace Token to handle misconfigurations
  • Store errors reported by Destinations to help in debugging the issue/s
  • Support for aborting batch router jobs
  • Support to override config.toml values with ENV variables
  • Google Cloud/Azure object storage support for Snowflake staging file, in addition to the existing Amazon S3 support, to store the intermediate storage files in Google Cloud or Microsoft Azure
  • PostgreSQL version compatibility checks for RudderStack Server

FIXES:

  • Fixed issue in BigQuery data loading code
  • Fixed issue related to schema update for warehouses
  • Fixed issue that would cause a blocking job to crash the router
  • Fixed issue related to extraction of IP address from the request
  • Fixed readability issue for configuration exported from open-source configuration generator. Exported version is now “pretty printed”
  • Fixed issue with backoff time calculation for the processor loop
  • Fixed incorrect trimming of User-Agent string

v0.1.8

17 Apr 14:29
Compare
Choose a tag to compare

Changelog

e65a870 blockjob assert crash fix (#215)

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