2.2.2
Fixes a memory leak described here.
Fixes include:
- Buffer pooling to reduce the load on the GC.
- Write buffer can no longer overflow, preventing unnecessary allocations.
- Async stream operations when using the file concatenation extension.
Fixes a memory leak described here.
Fixes include: