Skip to content

Releases: dragonfruitnetwork/onionfruit-web

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.

2022.712

12 Jul 16:18
Compare
Choose a tag to compare

Updates dependencies and removes the docker image, as it's no longer being used

2021.1219.2

19 Dec 08:35
Compare
Choose a tag to compare

Improves consistency of property naming against the previous version

2021.1219.1

19 Dec 08:34
bed71ae
Compare
Choose a tag to compare

Bug fixes from previous release

2021.1219

19 Dec 08:08
Compare
Choose a tag to compare

This update has completely rewritten the basis for the api, now following the pattern set by the newer APIs, such as Link and Orbit. As a result, the package name has changed to DragonFruit.OnionFruit.Api and the previous package will be depreciated.

See the new readme for instructions on how to use the next iteration of the library, with more features and async support.

2021.1218

17 Dec 20:35
Compare
Choose a tag to compare
update packages

2021.1216

16 Dec 20:14
Compare
Choose a tag to compare
2021.1216 Pre-release
Pre-release
update to support new DragonFruit.Data library