2.0.7
Changes
All issues and pull requests are here.
Features
Fixed
- [public] [both] [fixed] fix: JSON truncation caused by escaped zero byte (#1594) (#1596)
- [public] [both] [fixed] fix core caused by concurrent use of non-thread-safe gethostbyname (#1611)
- [public] [both] [fixed] Fix issue that guage metric miss labels (#1618)
- [public] [both] [fixed] recover readers exactly from checkpoint (#1620) (#1635)
- [public] [both] [fixed] fix checkpoint dump idx in reader array (#1638)
- [public] [both] [fixed] fix: GTID Truncation Issue and Improve Consistency in Checkpoint Management (#1648)
- [public] [both] [fixed] suicide immediately when resource hard limit is met (#1649)
Doc
Download
Filename | OS | Arch | SHA256 Checksum |
---|---|---|---|
ilogtail-2.0.7.linux-amd64.tar.gz | Linux | x86-64 | ilogtail-2.0.7.linux-amd64.tar.gz.sha256 |
ilogtail-2.0.7.linux-arm64.tar.gz | Linux | arm64 | ilogtail-2.0.7.linux-arm64.tar.gz.sha256 |
Docker Image
Docker Pull Command
docker pull sls-opensource-registry.cn-shanghai.cr.aliyuncs.com/ilogtail-community-edition/ilogtail:2.0.7
What's Changed
- 2.0 hotfix: Resolve intermittent crash due to zero-byte reads in log reading by @Abingcbc in #1501
- add timeout warning by @Abingcbc in #1506
- fix: Fixed the issue of missing Profile data when the Pipeline contains a Golang plugin. by @linrunqi08 in #1521
- fix timeout force read when still can read by @Abingcbc in #1551
- backport some feature from main to 2.0 by @linrunqi08 in #1553
- [backport] fix: disable nanosecond timestamp when only EnableTimestampNanosecond is enabled (#1528) by @henryzhx8 in #1552
- [backport] fix: JSON truncation caused by escaped zero byte (#1594) by @yyuuttaaoo in #1596
- [backport] recover readers exactly from checkpoint by @Abingcbc in #1635
- [backport] fix checkpoint dump idx in reader array by @Abingcbc in #1638
- [backport 2.0] fix: GTID Truncation Issue and Improve Consistency in Checkpoint Management by @yyuuttaaoo in #1648
Full Changelog: v2.0.4...v2.0.7