Skip to content

Latest commit

 

History

History
85 lines (37 loc) · 4.8 KB

CHANGELOG.markdown

File metadata and controls

85 lines (37 loc) · 4.8 KB

1.5.1 (2022-06-23)

Bug Fixes

  • file: fix arguments of pp.Errorf (55c5988)

1.5.0 (2022-06-18)

Bug Fixes

  • file: accept absolute paths (#173) (79bcd9b)
  • always ping "starting" before "exiting" (c05082a)

BREAKING CHANGES

  • rename IP4/6_POLICY to IP4/6_PROVIDER (#167) (1dcd4e4)

1.4.0 (2022-05-09)

Bug Fixes

  • api: revise the token verification message (#104) (209afdc)
  • updating was wrongly restricted by detection timeout (#159) (b3fc809)

Features

1.3.0 (2021-11-15)

Bug Fixes

  • api: keep leading dots after the beginning * is removed (#97) (bb2da38)

Features

  • detector: re-implement the cdn-cgi/trace parser and make it the new default policy; deprecate “cloudflare” in favor of “cloudflare.doh” or “cloudflare.trace” (#102) (ebf0639)

1.2.0 (2021-10-18)

Bug Fixes

Features

1.1.0 (2021-08-23)

Bug Fixes

  • api: always use ASCII forms of domains (#61) (befb0a9) (#58) (55da36f)
  • api: cache results of ListRecords (8680b4b)
  • api: more robust splitter for domains (#42) (12648db)
  • cmd: actually display version (d619c02)
  • config: fix indentation in ReadEnv (7c615a7)
  • config: redo parsing (#36) (0801a45)
  • pp: use less angry emojis for non-fatal errors (020d326)

Features