All Versions
54
Latest Version
Avg Release Cycle
184 days
Latest Release
-

Changelog History
Page 1

  • v6.3.0 Changes

    • โœ‚ Remove Bing's deprecated sitemap submission #400.
    • ๐Ÿ”ง SitemapGenerator::AwsSdkAdapter: Support configuring ACL and caching on the uploaded files #409.
    • ๐Ÿ”ง SitemapGenerator::GoogleStorageAdapter: Support configuring ACL on the uploaded files #410.
    • ๐Ÿ›  Fix CircleCI specs for Ruby 3 #407.
  • v6.2.1 Changes

    • ๐Ÿ›  Bugfix: Improve handling of deprecated options in AwsSdkAdapter. Fixes bug where :region was being set to nil. #390.
  • v6.2.0 Changes

    • ๐Ÿ‘ Raise LoadError when an adapter's dependency is missing to better support Sorbet #387.
    • โšก๏ธ Update the Bing notification URL #386.
    • โœ… Setup integration testing against a matrix of Ruby and Rails versions; test against Ruby 3.1 and Rails 7.
    • ๐Ÿ”„ Change default changefreq of the root URL from always to weekly #376.
    • ๐Ÿ’Ž SitemapGenerator::GoogleStorageAdapter: Support ruby 3 kwarg changes #375.
    • ๐Ÿ”ง SitemapGenerator::S3Adapter: Allow Fog public option to be Configurable #359.
  • v6.1.2 Changes

    June 03, 2020
    • ๐Ÿ’Ž Resolve NoMethodError using URI#open for Ruby less than 2.5.0 #353
  • v6.1.1 Changes

    May 26, 2020
    • ๐Ÿ—„ Resolve deprecation warning on using Kernel#open in Ruby 2.7 (use URI.open instead) #342
    • ๐Ÿ‘Œ Support S3 Endpoints for S3 Compliant Providers like DigitalOcean Spaces #325
  • v6.1.0 Changes

    December 26, 2019
    • Support uploading files to Google Cloud Storage #326 and #340
  • v6.0.2 Changes

    January 10, 2019
    • ๐Ÿ—„ Resolve BigDecimal.new is deprecated warnings in Ruby 2.5 #305.
    • โš  Resolve instance variable not initialized, File.exists? is deprecated and '*' interpreted as argument prefix warnings #304.
  • v6.0.1 Changes

    January 13, 2018
    • ๐Ÿท Use yaml_tag instead of yaml_as, which was deprecated in Ruby 2.4, and removed in 2.5 #298.
  • v6.0.0 Changes

    October 11, 2017

    Backwards incompatible changes

    • Adapters (AWS SDK, S3, Fog & Wave) no longer load their dependencies. It is up to the user to require the appropriate libraries for the adapter to work.
    • ๐Ÿ›  AwsSdkAdapter: Fixed #279 where sitemaps were incorrectly nested under a sitemaps/ directory in S3
    • โœ… Stop supporting Ruby < 2.0, test with Ruby 2.4.

    Other changes

    • ๐Ÿš… If Rails is defined but the application is not loaded, don't include the URL helpers.
  • v5.3.1 Changes

    February 27, 2017
    • ๐Ÿ— Ensure files have 644 permissions when building to try to address issue #264
    • ๐Ÿ‘‰ Use HTTPS in the Gemfile (PR ##263)