Releases: dragonfruitnetwork/onionfruit-web
2023.1016.1
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
What's changed
- Added Sentry support (via
Worker:Dsn
andDsn
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
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
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
Updates dependencies and removes the docker image, as it's no longer being used
2021.1219.2
Improves consistency of property naming against the previous version
2021.1219.1
Bug fixes from previous release
2021.1219
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
update packages
2021.1216
update to support new DragonFruit.Data library