Skip to content

Releases: henrikwidlund/hostsparser

v3.6.2

10 Aug 12:58
5a4b387
Compare
Choose a tag to compare

Internal improvements to how Docker images are tagged and code cleanup.

v3.6.1

09 Aug 15:35
d2e5937
Compare
Choose a tag to compare

Internal improvements - Same as v3.6.1-pre

v3.6.1-pre

09 Aug 15:29
Compare
Choose a tag to compare
v3.6.1-pre Pre-release
Pre-release

Internal improvements.

v3.6.0

08 Aug 12:10
e09a78d
Compare
Choose a tag to compare

Publish Docker Images to Docker Hub.

v3.5.0

05 Aug 16:04
8457b9d
Compare
Choose a tag to compare
  • Better handling of short domains to remove more duplicates.
  • Version assemblies in releases to make it easier to report problems.

v3.4.0

04 Aug 13:28
e4a03a7
Compare
Choose a tag to compare
  • Fix so that releases contain all files needed to execute the binary.
  • Add support for macOS.

v3.3.0

03 Aug 14:36
2d8479c
Compare
Choose a tag to compare

No new functionality, but breaking changes in appsettings.json to facilitate better documentation. Please backup your current appsettings.json file before extracting the new files in this release and migrate any changes you've previously made to the file into the new appsettings.json file.

v3.2.0

01 Aug 15:55
901122b
Compare
Choose a tag to compare
  • Use low level APIs and avoid working with strings for performance gains.
  • Slice bytes instead of chars and remove www.-prefix from entries before adding them to source result.
  • Use PipeReader for processing results from external sources from Stream instead of byte[].
  • Use HashSet and hashes when possible to allocate less memory.
  • Restructure of repository to support multiple projects.
  • Add benchmark project.
  • Optimize findings from benchmarks.
  • Add more known second level top domains (mostly for Japan).
  • Fix timestamp format printed to console.

v3.1.0

25 Jul 15:48
79ebed8
Compare
Choose a tag to compare
  • Performance improvements.
  • New known bad hosts.
  • Better handling of known top level domains.
  • Ability to enable processing to remove any entries from result list that would be covered by the AdGuard DNS Filter. Set ExtraFiltering to true to enable. Note that this is a slow process.

v3.0.1

12 Jul 15:48
102bc35
Compare
Choose a tag to compare

Limit usage of Distinct to reduce allocations.