Skip to content

v70.1.0

Choose a tag to compare

@badboy badboy released this 18 Sep 09:13
· 15 commits to release since this release

Full changelog

  • General
    • Add back delay_ping_lifetime_io=true functionality by using an in-memory table (#3590)
    • Add mechanisms for storing and retrieving submitted pings (#3585).
      • Add new submitted_pings table to the SQLite database.
      • Add methods to store, retrieve, update, and clear stored submitted pings.
      • Update Ping and uploader implementations to store and update submitted pings as appropriate.
  • Python
    • Treat C as an undetermined locale (#3633)