All Versions
53
Latest Version
Avg Release Cycle
184 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v6.2.1 Changes
- ๐ Bugfix: Improve handling of deprecated options in
AwsSdkAdapter
. Fixes bug where:region
was being set tonil
. #390.
- ๐ Bugfix: Improve handling of deprecated options in
-
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 fromalways
toweekly
#376. - ๐
SitemapGenerator::GoogleStorageAdapter
: Support ruby 3 kwarg changes #375. - ๐ง
SitemapGenerator::S3Adapter
: Allow Fogpublic
option to be Configurable #359.
- ๐ Raise
-
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 -
v6.1.0 Changes
December 26, 2019 -
v6.0.2 Changes
January 10, 2019 -
v6.0.1 Changes
January 13, 2018- ๐ท Use
yaml_tag
instead ofyaml_as
, which was deprecated in Ruby 2.4, and removed in 2.5 #298.
- ๐ท Use
-
v6.0.0 Changes
October 11, 2017Backwards 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.
- Adapters (AWS SDK, S3, Fog & Wave) no longer load their dependencies. It is up to the user
to
-
v5.3.1 Changes
February 27, 2017 -
v5.3.0 Changes
February 21, 2017- Add
max_sitemap_links
option support for limiting how many links each sitemap can hold. Issue #188 PR #262 - โฌ๏ธ Upgrade development dependencies
- Modernize Gemfile & gemspec
- Bring specs up to RSpec 3.5
- โ Remove Geo sitemap support. Google no longer supports them. Issue #246
- ๐ Use
sitemap
namespace for Capistrano tasks (rather thandeploy
). PR #241 - ๐
Use presence of
Rails::VERSION
to detect when running under Rails, rather than justRails
constant. PR #221 - โ Remove gem post-install message warning about incompatible changes in version 4
- Add