Skip to content

amplet2-0.11.0

Compare
Choose a tag to compare
@brendonj brendonj released this 19 Nov 01:30
· 143 commits to develop since this release

This release has two major changes - destinations that don't resolve are now included in the result set, and large portions of the code will now build/run under Windows. Windows packages are being built for testing purposes but won't be generally available at this stage.

Breaking changes:

  • all tests: keep destinations that don't resolve (#4). Tests will now report an empty result with no address for names that don't resolve, when previously they were not present in the result set. Code that processes result data will need to deal appropriately with missing values in many result fields.

Changes:

  • amplet2: use libunbound to manage the nametable (#45). Old style nametable will continue to work for now, though will
    generate deprecation warnings when used.
  • amplet2: count empty files as missing, so certificates will be fetched.
  • amplet2: experimental Windows build with icmp, dns, http tests, running both standalone and as a service.

Bugfixes:

  • amplet2: add trailing ':' when setting interface using ub_ctx_set_option.