From 1a2a6056c9599a784228e242632ffbcc4cf7b459 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:15:48 +0530 Subject: [PATCH 1/8] Updated dependency gem to latest vesrsion Upgraded activesupport gem to latest version. Rails 7 requires activesupport V7.0 and greater. --- contentstack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentstack.gemspec b/contentstack.gemspec index 669a7dd..718cdf7 100644 --- a/contentstack.gemspec +++ b/contentstack.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] - s.add_dependency 'activesupport', '>= 3.2', '< 6.2' + s.add_dependency 'activesupport', '>= 3.2', '< 7.0.4.2' s.add_dependency "contentstack_utils", '~> 1.0', '>= 1.0.1' s.add_development_dependency 'rspec', '~> 3.10.0' From b32467dcb02f7fa6249b785c1eabcf3c06a96d72 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 24 Feb 2023 11:48:00 +0530 Subject: [PATCH 2/8] Changed the activesupport version --- contentstack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentstack.gemspec b/contentstack.gemspec index 718cdf7..a4208f6 100644 --- a/contentstack.gemspec +++ b/contentstack.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.files = `git ls-files`.split("\n") s.require_paths = ["lib"] - s.add_dependency 'activesupport', '>= 3.2', '< 7.0.4.2' + s.add_dependency 'activesupport', '>= 3.2', '< 7.0.4' s.add_dependency "contentstack_utils", '~> 1.0', '>= 1.0.1' s.add_development_dependency 'rspec', '~> 3.10.0' From 4b599966c63392d1ab6ca41bdbdddf55ec81cf27 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:02:23 +0530 Subject: [PATCH 3/8] Updated License year --- LICENSE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.txt b/LICENSE.txt index d75b6ac..2cc5317 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2012-2022 Contentstack. All Rights Reserved +Copyright (c) 2012-2023 Contentstack. All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 085549afb001e128db9fc86055c20dacd60eb599 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:04:40 +0530 Subject: [PATCH 4/8] Updated contentstack_utils gem version --- contentstack.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contentstack.gemspec b/contentstack.gemspec index a4208f6..87d36e1 100644 --- a/contentstack.gemspec +++ b/contentstack.gemspec @@ -21,7 +21,7 @@ Gem::Specification.new do |s| s.require_paths = ["lib"] s.add_dependency 'activesupport', '>= 3.2', '< 7.0.4' - s.add_dependency "contentstack_utils", '~> 1.0', '>= 1.0.1' + s.add_dependency "contentstack_utils", '~> 1.0', '>= 1.1.1' s.add_development_dependency 'rspec', '~> 3.10.0' s.add_development_dependency 'webmock', '~> 3.11.0' From 96c7987e2708e66b2edab6d2264dacf324ff6430 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:28:53 +0530 Subject: [PATCH 5/8] Updated Gemfile.lock --- Gemfile.lock | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 75d4407..c85b9b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,13 +2,13 @@ PATH remote: . specs: contentstack (0.6.1) - activesupport (>= 3.2, < 6.2) - contentstack_utils (~> 1.0, >= 1.0.1) + activesupport (>= 3.2, < 7.0.4) + contentstack_utils (~> 1.0, >= 1.1.1) GEM remote: https://rubygems.org/ specs: - activesupport (6.1.7) + activesupport (6.1.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -16,7 +16,7 @@ GEM zeitwerk (~> 2.3) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) contentstack_utils (1.1.1) activesupport (>= 3.2, < 6.2) nokogiri (~> 1.11, >= 1.11.0) @@ -27,13 +27,15 @@ GEM hashdiff (1.0.1) i18n (1.12.0) concurrent-ruby (~> 1.0) - mini_portile2 (2.8.0) - minitest (5.16.3) - nokogiri (1.13.9) + mini_portile2 (2.8.1) + minitest (5.17.0) + nokogiri (1.13.10) mini_portile2 (~> 2.8.0) racc (~> 1.4) - public_suffix (5.0.0) - racc (1.6.0) + nokogiri (1.13.10-x64-mingw32) + racc (~> 1.4) + public_suffix (5.0.1) + racc (1.6.2) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -54,7 +56,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) webmock (3.11.3) addressable (>= 2.3.6) @@ -63,10 +65,11 @@ GEM webrick (1.7.0) yard (0.9.28) webrick (~> 1.7.0) - zeitwerk (2.6.6) + zeitwerk (2.6.7) PLATFORMS ruby + x64-mingw32 DEPENDENCIES contentstack! @@ -76,4 +79,4 @@ DEPENDENCIES yard (~> 0.9.26) BUNDLED WITH - 2.1.4 + 2.3.13 From 13cd9d44f114cae389115c288c04e62eda231450 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 24 Feb 2023 12:52:23 +0530 Subject: [PATCH 6/8] Updated Ruby SDK version --- lib/contentstack/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/contentstack/version.rb b/lib/contentstack/version.rb index f82aac0..2829c4f 100644 --- a/lib/contentstack/version.rb +++ b/lib/contentstack/version.rb @@ -1,3 +1,3 @@ module Contentstack - VERSION = "0.6.1" + VERSION = "0.6.2" end \ No newline at end of file From 6cacb0a0428daefa049e1f9af5712fe54df83343 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:00:59 +0530 Subject: [PATCH 7/8] Added SDK version info in Changelog file --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b5712..5ef778a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,28 @@ ## CHANGELOG + +## Version 0.6.1 +### Date: 9th-Sept-2022 + ### Bug + - Live Preview feature for entry with reference update. + +------------------------------------------------ +## Version 0.6.0 +### Date: 17th-Aug-2022 + ### New Features + - Proxy and Retry functionality support added. + +------------------------------------------------ +## Version 0.5.1 +### Date: 21st-Apr-2022 + ### Package Update + - API request with URI.OPEN issue resolved. + +------------------------------------------------ +## Version 0.5.0 +### Date: 8th-Dec-2021 + ### New Feature + - Live Preview feature support added. + ------------------------------------------------ ## Version 0.4.3 ### Date: 17th-Sept-2021 From ae44b4e528314ced93995f8f477c6e1135aa0175 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:22:53 +0530 Subject: [PATCH 8/8] Updated changelog file --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef778a..b457c32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## CHANGELOG +## Version 0.6.2 +### Date: 27th-Feb-2023 + ### Package Update + - Dependency gem update. + +------------------------------------------------ ## Version 0.6.1 ### Date: 9th-Sept-2022 ### Bug