Releases: jitsucom/jitsu
Releases · jitsucom/jitsu
Jitsu 1.40.0
Check out release post on our website.
Jitsu 1.39.3
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
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
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
Check out release post on our website.
Jitsu 1.38.6
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
This release fixes #738: maximum request body size for nginx in @jitsucom/jitsu
image is set to 200Mb
Jitsu 1.38.4
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
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
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