Flussonic Release Notes Full 〈PREMIUM ✯〉
💡 Full release notes include every patch release (e.g., 22.04 → 22.04.1 → 22.04.2), not just major versions.
To stay updated without manually SSH-ing, use this cron job: flussonic release notes full
0 9 * * 1 /usr/bin/curl -s http://localhost:8080/docs/en/changelog/ | grep -A5 "NEW" | mail -s "Flussonic weekly release notes" admin@example.com
Or for Docker/Kubernetes:
apiVersion: batch/v1
kind: CronJob
metadata:
name: flussonic-changelog-fetch
spec:
schedule: "0 0 * * 0"
jobTemplate:
spec:
template:
spec:
containers:
- name: curl
image: curlimages/curl
args: ["http://flussonic-service:8080/docs/en/changelog/"]
End-of-Life for 21 series: December 31, 2023. 💡 Full release notes include every patch release (e
| Keyword | Meaning |
|---------|---------|
| sqlite schema changed | Backup and migrate database BEFORE starting new version. |
| removed directive | Old config will throw error on startup. |
| default value changed | Stream behaviour may alter (e.g., latency, caching). |
| license format | Manual license update required. |
| API v1 removed | Scripts using deprecated endpoints will break. | To stay updated without manually SSH-ing, use this
Flussonic release notes are typically concise and technical. They are generally categorized into three sections:
The "Full" release notes function as an operational manual for upgrade paths.