Skip to content

Releases: jitsucom/jitsu

Jitsu 1.40.0

25 Feb 10:02
Compare
Choose a tag to compare

Jitsu 1.39.3

10 Feb 16:31
Compare
Choose a tag to compare

This release includes the following fixes:

  • Goroutine leaks when destination initialization was failed
  • Error when Jitsu tried to create primary key with empty name in destination table
  • Limit max size of received event with server.max_event_size variable
  • Limit max length token in consuming Airbyte connector response
  • Added PUT endpoint in v2/objects API
  • Added configurable connection parameters for Postgres destination into Jitsu UI. In the case of using PgBouncer it's required to add binary_pameters=yes connection parameter.
  • Added check of mounted volumes for correct Airbyte bridge initialization

Jitsu 1.39.2

07 Feb 14:28
79a022c
Compare
Choose a tag to compare

This release includes the following fixes:

  • User Recognition caused excessive memory consumption and memory leaks on setups with significant amount of traffic.
  • General memory usage optimizations

Jitsu 1.39.1

04 Feb 15:41
Compare
Choose a tag to compare

This release includes the following fixes:

  • MySQL adapter now uses varchar type for the primary key. It allows working correctly with MySQL version 8.0.13 and older
  • Goroutine leak when Jitsu receives an error after MySQL database creation
  • UI: API keys haven't been deleted from a destination on API key deletion

Jitsu 1.39.0

02 Feb 18:28
Compare
Choose a tag to compare

Jitsu 1.38.6

11 Jan 09:47
Compare
Choose a tag to compare

This release includes the following fixes:

  • Removed the misleading "Custom Domains" option from the self-hosted configurator UI menu
  • Fixed patch table retry after any manual table changed that led to patch table failing
  • Fixed error in firebase driver when Firestore collection doesn't exist

Jitsu 1.38.5

05 Jan 19:39
Compare
Choose a tag to compare

This release fixes #738: maximum request body size for nginx in @jitsucom/jitsu image is set to 200Mb

Jitsu 1.38.4

28 Dec 15:54
Compare
Choose a tag to compare

This release brings following fixes:

  • Fixed Geo data resolver not working properly with Maxmind GeoLite2 databases
  • Mysql destination now retries processing batches when connection suddenly dropped by remote side. That makes syncing Sources data to Mysql much more reliable

Jitsu 1.38.3

13 Mar 14:21
Compare
Choose a tag to compare

This release fixes error in IP detection introduced in Jitsu 1.38.2.
Jitsu Server 1.38.3 replaces usage of X-Real-IP header with X-Forwarded-For for IP detection behind load balancers and proxies.

Jitsu 1.38.2

23 Dec 14:30
Compare
Choose a tag to compare

This small release bring fix for following issue:
Jitsu deployed with joint docker image incorrectly detected IP address of incoming events as 127.0.0.1