Qcache

Latest version: v0.9.3

Safety actively analyzes 682487 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.7.2

------------------
* Fix 10 & 11, minor statistics improvements

0.7.1

------------------
* Fix 9, df overwritten by mistake

0.7.0

------------------
* Compression using LZ4 or GZIP in requests and responses (3)
* Sub queries in "in" filter (7)
* Enum type based on Pandas category type (6)
* Support for stand in columns in queries (5)
* Additional metrics/statistics for complete request duration for stores and queries
* Update size estimates to do deep inspection of objects contained in dataframe. This should
be more accurate than the previous shallow inspection.
* Update Pandas to 0.19.1
* Update Tornado to 4.4.2

0.6.1

------------------
* Fix packaging, the new qcache.qframe package was missing from the submitted package.

0.6.0

------------------
* New filter engine based on Pandas rather than Numexpr. This enables new types of filters in the where
clause (see below). By default the old engine is still used but the new one can be enabled either
by default on server startup or on a per-query basis by setting the new 'X-QCache-filter-engine' header
to 'pandas'.
* New bitwise filters in the 'pandas' filter engine, 'all_bits' and 'any_bits'.
* New string filters, 'like' and 'ilike' which corresponds roughly to LIKE in SQL with the addition
of regex support. 'like' is case sensitive while 'ilike' is case insensitive.

0.5.0

------------------
* Support TLS client certificate verification

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.