Deprecation * `tamp_compressor_compress_poll` has been renamed to `tamp_compressor_poll`. The old name has been `define` to the old name. Please update your code to directly use `tamp_compressor_poll`.
Features * New ESP32 Optimizations from BitsForPeople. Results in 2~20x faster compression on ESP32 devices. https://github.com/BrianPugh/tamp/pull/144 * Tamp is now available on the [official ESP-IDF Component Registry](https://components.espressif.com/components/brianpugh/tamp).
Bug Fixes * Fixed esp32 micropython native module from not working. by BrianPugh in https://github.com/BrianPugh/tamp/pull/147
Features * New pre-compiled MicroPython Native Modules for easy usage, small file size, and high performance. BrianPugh in https://github.com/BrianPugh/tamp/pull/128