Releases: Tracardi/tracardi
Releases · Tracardi/tracardi
Version 1.1.0
Version: 1.1.0
- Internal process refactored (allows spreading of the server load for collector, and workflow on different nodes)
- Queueing of the tracker payloads (Now the API can be configured only to queue the payload)
- Bulk event payloads collection.
- APM Selective auto merging (Merge only with selected PII data)
- Merged APM with Identification Points.
- Standardizing the forms in GUI
- Referer web page visible in data/events
- Overall performance boost form 50%-600%
- Monitoring profile properties for changes
- Removed inject event plugin from workflow
- New Tracardi Destination (Chaining Tracardi Instances)
Version 1.0.0
Version: 1.0.0
- Versio 1.0.0 does not require migration from version 0.9.0.x
- Refactored merging mechanism for commercial version
- New APM
- News feed
- Bug fixes
- Fully compatible with 0.9.0
- With this version we will start using semantic version version 2
- New manual and documentation
Version 0.8.1
Version: 0.8.1
- New Dashboard
- New Profile Details Page
- Extended analytics
- Multi-tenant setup available (pro)
- Debugging in context of event
- Static Profile ID generator
- Passing Profile ID between owned domains
- Predefined events
- New Data Schema
- Customer journey mapping
- Better Production/Testing switching
- Tracardi now can handle coping event data to profiles and event indexing on historical data (pro)
- Better autocomplete of event properties
- Session open, Session close, Internal events
- Device fingerprinting (pro)
- New bridge for Javascript integration with the web page (pro)
- New workflow triggers (pro)
- Updated documentation
- Added or Modified Plugins
- Weaviate (Vector store for AI) (pro)
- Add
- Read
- Delete
- Exists
- Twilio plugin (pro)
- Rating Widget (pro)
- Youtube widget (pro)
- Demo widget (pro)
- Custom Javascript Widget (pro)
- Send tweet
- Google UA Events
- Event aggregator (pro)
- Event counter (pro)
- ChatGPT prompt (pro)
- Weaviate (Vector store for AI) (pro)
- Misc
- Upgrade to python 3.10
- Performance tweaks
- More configuration flags for better configuration
v0.7.1
This release includes over 100 changes and bug fixes. Most important are:
- New join action - that joins payloads from any number of input edges in the workflow
- New role - maintainer with access to ES index mappings
- Corrected installer
- Auto system upgrade in case of docker version change
- Events can be discarded - that means it will not be saved if the user decides so in workflow
- New foundation for bridges that allow event collection from different sources such as queues, etc.
More on the changes can be found here
v0.7.0
This is a release version 0.7.0 of Tracardi core.
Tracardi core is part of tracardi-api.
The easiest way to run tracardi-api is with docker.
docker run -p 8686:80 -e ELASTIC_HOST=http://<your-laptop-ip>:9200 -e REDIS_HOST=redis://<your-laptop-ip>:6379 tracardi/tracardi-api:0.7.0