X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CHANGELOG.md;h=9a7d9427dc16e3b226afb26fa368870555981285;hb=401c5b67e7e795d87a59f5d8a1b4da6e97837cd5;hp=02624b45619c05a14917e0d3aa1fadc5e716d53c;hpb=777b7824df53fc7a599e6d7bc2f1f917f6193f0d;p=poolifier.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 02624b45..9a7d9427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,11 @@ But you should always prefer just using const { DynamicThreadPool } = require('poolifier') ``` +#### New type definitions for input data and response + +For cluster and thread pools, you can now only send and receive serializable `JSON` data. +_This is not a limitation by poolifier but NodeJS._ + #### Internal (protected) methods renaming Those methods are not intended to be used from final users