MessagePack v3.3.0 Release Notes
Release Date: 2020-06-05 // almost 2 years ago-
2020-06-05 version 3.3.0
- ➕ Add json example for C (#870)
- ➕ Add both header and body packing functions for C (#870)
- Set default ref_size and chunk_size to vrefbuffer (#865)
- ➕ Add examples (#861)
- 👌 Improve build system (#839, #842)
- 👌 Improve tests (#829)
- 👌 Improve documents (#828)
- ✂ Remove some warnings (#827, #851, #871)
- 👌 Improve CI environment (#824, #831, #833, #834, #846, #860, 874)
Previous changes from v3.2.1
-
2019-12-10 version 3.2.1
- 🛠 Fix snprintf return value checking (#821)
- ✂ Remove some warnings (#819)
- 🛠 Fix fbuffer result checking (#812)
- 🛠 Fix temporary object handling (#807)
- 👌 Improve cmake support (#804)
- 🛠 Fix invalid
int main
parameter (#800) - 👌 Improve supporting platform (#797, #817)
- 🛠 Fix ZLIB error handling (#795)
- ✂ Remove unused variable (#793)
- 👌 Improve integer overflow checking (#792)