github Tairesh/rustormy v0.3.0

latest releases: v0.5.0, v0.4.4, v0.4.3...
8 months ago

Added

  • Now rustormy will try to get data from other providers if the first one fails.
  • Added providers option to config file to specify a list of providers in order of preference.
  • Added -v/--verbose option to show error details when a provider fails.
  • Implemented simple file cache for getting coordinates from city names to reduce API calls.
  • Added use_geocoding_cache option to config file to enable/disable caching (disabled for default).
  • Added --no-cache CLI option to disable caching for current run (overrides config file).
  • Added --clear-cache CLI option to clear cache directory and exit.

Changed

  • Deprecated config file option provider in favor of providers which accepts a list of providers in order of
    preference. Old name is still supported for backward compatibility. Also --provider CLI option is still supported
    and will override config file providers list with a single provider.

Fixed

  • Improved code quality and maintainability.

Don't miss a new rustormy release

NewReleases is sending notifications on new releases.