What's Changed
- perf(compress.writer): allow creating a compress.writer with custom supported methods by @pablomatiasgomez in #1039
- perf(compressor): reduce memory by using new compression code by @SpencerTorres in #1040
- fix(compressor): fixing an overflow that could potentially smuggle query in from data by @santrancisco in #1041
Breaking change if you were manually using the Writer
from the compress
package.
New Contributors
- @pablomatiasgomez made their first contribution in #1039
- @santrancisco made their first contribution in #1041
Full Changelog: v0.64.1...v0.65.0