v2.2.0 De-/Compressor Auto Close - Easier Multithreading!
This new feature update introduces Compressors/Decompressors which are closed automatically through the Go Garbage Collection.
This facilitates Multithreading. It enables, for example, the easy use of sync.Pool
. Furthermore, you don't have to think about manually closing these De-/Compressors anymore.