Skip to content

0.3.0

Latest
Compare
Choose a tag to compare
@geospatial-jeff geospatial-jeff released this 03 Dec 01:56
· 3 commits to master since this release
f51f714

0.3.0 (2020-11-30)

  • Remove unnecessary calls to the thread pool (#89)
  • Add header cache (#90, #94)
    • Renames the ENABLE_CACHE environment variable to ENABLE_BLOCK_CACHE.
    • Adds the ENABLE_HEADER_CACHE environment variable.
  • Restructure test cases (#91)
  • Implement chunking and smarter tag reading to reduce number of requests sent when reading the header (#95)
    • Adds the HEADER_CHUNK_SIZE environment variable (defaults to 16KB).