0.29.1
Fixed
- Memory leak from
lru_cacheon instance methods (metadata, file readers, and tile-index lookups) keeping opened files alive for the lifetime of the process; these caches are now per-instance and released with the instance.
lru_cache on instance methods (metadata, file readers, and tile-index lookups) keeping opened files alive for the lifetime of the process; these caches are now per-instance and released with the instance.