Skip to content

v1.3

Latest

Choose a tag to compare

@zhangjiayin zhangjiayin released this 23 Jun 06:23
3675c6e

What's Changed

  • Auto-create GeoIP directories — the database directory and the lock file's parent directory are now created on startup if missing, instead of failing with "no such file or directory" (#17).
  • Fix data raceServeHTTP now reads the database readers under the state mutex, eliminating a race against the background loader/updater. Adds a ServeHTTP integration test using caddytest (#18).

Full Changelog: v1.2...v1.3