Releases: BrianPugh/tamp
Releases · BrianPugh/tamp
v1.8.0
Features
- Add micropython v1.24.1 to the build list by @BrianPugh in #210
- Add micropython v1.25.0 to the build list. by @BrianPugh in #215
Full Changelog: v1.7.0...v1.8.0
v1.7.0
C Features
- add
tamp_compressor_full
to the C api. by @BrianPugh in #209
Docs
- Add more documentation about the C compressor maximum output buffer for flush. by @BrianPugh in #202
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add micropython v1.23.0 native modules to build CI. by @BrianPugh in #163
Full Changelog: v1.5.0...v1.6.0
v1.5.0
Deprecation
tamp_compressor_compress_poll
has been renamed totamp_compressor_poll
. The old name has been#define
to the old name. Please update your code to directly usetamp_compressor_poll
.
Features
- New ESP32 Optimizations from @BitsForPeople. Results in 2~20x faster compression on ESP32 devices. #144
- Tamp is now available on the official ESP-IDF Component Registry.
Bug Fixes
- Fixed esp32 micropython native module from not working. by @BrianPugh in #147
Full Changelog: v1.4.1...v1.5.0
v1.4.1
Fix stray tamp.decompressor
import in micropython native modules.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
Features
- New pre-compiled MicroPython Native Modules for easy usage, small file size, and high performance. @BrianPugh in #128
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Security & Dependency updates for the desktop-CLI. No C/micropython-code change.
Full Changelog: v1.3.0...v1.3.1