Skip to content

Releases: dragonfruitnetwork/onionfruit-web

2024.501

01 May 10:31
Compare
Choose a tag to compare

What's changed

  • Further allocation reduction with LocationDbSource
  • Improve performance of LocationDbSource by running post-sort operations in parallel

Full Changelog: 2024.129...2024.501

2024.129

29 Jan 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.1129...2024.129

2023.1129

29 Nov 15:37
Compare
Choose a tag to compare

What's changed

  • Improve country geolocation accuracy (when using Cloudflare)

Full Changelog: 2023.1125...2023.1129

2023.1125

25 Nov 18:36
Compare
Choose a tag to compare

What's Changed

  • Convert all country codes in legacy/countries.json to uppercase (to match expected OnionFruit client behaviour)

Full Changelog: 2023.1118...2023.1125

2023.1118

18 Nov 17:54
Compare
Choose a tag to compare

What's changed

  • Added full server support
  • Added basic deployment guide (wip)
  • Added server images and IIS deployment packages

Breaking changes

  • Worker Exports are now stored under Worker:Exports as opposed to Exports

Full Changelog: 2023.1016.2...2023.1118

2023.1016.2

16 Oct 20:27
Compare
Choose a tag to compare

What's changed

  • Changed worker system to reprocess all generators when any souce changes (to allow archives to have a complete set of data)

Full Changelog: 2023.1016.1...2023.1016.2

2023.1016.1

16 Oct 20:12
Compare
Choose a tag to compare

What's changed

  • Fixed a missing disposal preventing old files from being cleared up

Full Changelog: https://github.com/dragonfruitnetwork/onionfruit-web/compare/2023.1014.1...2023.1016.1###

2023.1016

16 Oct 12:41
Compare
Choose a tag to compare

What's changed

  • Added Sentry support (via Worker:Dsn and Dsn configuration keys (ordered in priority, if all null sentry is disabled)
  • Updated console logging to be more readable

Full Changelog: 2023.1014.1...2023.1016

2023.1014.1

14 Oct 18:25
Compare
Choose a tag to compare

Whats's changed

  • Changes redis database keys to onionfruit-web:nodes:{address}
  • Add ability to disable specific generators using the EnabledGenerators config section (see example below)

EnabledGenerators example

{
  "EnabledGenerators": {
    "RedisDbGenerator": "false"
  }
}

2023.1014

14 Oct 16:02
Compare
Choose a tag to compare

This releases the web-worker program, a utility that can be used to generate geoip, geoip6, countries.json, onion.db and onion.lite.db files.

The OnionFruit Onionoo API has been embedded into this program, and will no longer be distributed as a standalone NuGet package.