This release fixes a bug in the `squeeze.squeeze_table()` function, which can now cause data corruption. The problem can occur if other clients run DDL statements or squeeze other tables around the time the function starts its execution.
Squeezing launched by the scheduler worker (as described in the "Register table for regular processing" section of [README](https://github.com/cybertec-postgresql/pg_squeeze/blob/REL1_8/README.md)) is not affected. The bug is only present in pg_squeeze 1.7. Please upgrade to version 1.8 as soon as possible. Source code is available [here](https://github.com/cybertec-postgresql/pg_squeeze/releases/tag/REL1_8_0). Binaries should be available in the [PostgreSQL repositories](https://www.postgresql.org/download/) pretty soon.