- Fixed compilation when
ex_aws_s3
orgoogle_api_storage
dependencies aren't available - you can now use Sitemapper without these dependencies in your project
- Add support for storing sitemaps on GCP Storage, with
Sitmapper.GCPStorageStore
- Remove support for
Sitemapper.ping
as neither Google nor Bing support pinging sitemaps any more.
- Always return files as binaries - previously, when gzip was disabled, file
content was in the form of IO data, which
Sitemapper.S3Store
would choke on. If you have your own implementation ofSitemapper.Store
, this may be a breaking change for you.