Skip to content

Commit 387c6eb

Browse files
author
gdgate
authored
Merge pull request #1671 from phong-nguyen-duy/DC-1277
DC-1277: Bump SDK version to 2.1.12 Reviewed-by: https://github.com/danh-ung
2 parents ef6689b + 79e1ac0 commit 387c6eb

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# GoodData Ruby SDK Changelog
2+
## 2.1.12
3+
- FEATURE: MSF-17621 Apply patched version for activesupport to fix vulnerable issue
4+
- CONFIG: SETI-4379 Add gdc-fossa configuration for gooddata-ruby
5+
- CONFIG: MSF-17345 Set umask 0002 for lcm brick
6+
- BUGFIX: TMA-1015 check case sensitivity for group name
7+
- BUGFIX: MSF-17219 Fixed incorrect client used in domain.users
8+
- BUGFIX: TMA-1022 Add more logs for case roll out without LDM change in master
9+
- FEATURE: TMA-1640 Add alert for CPU limit hit
10+
211
## 2.1.11
312
- FEATURE: TMA-1647 Set VCR version to 5.0.0 due to incompatible license of the latest version
413

SDK_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.11
1+
2.1.12

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.19
1+
3.7.20

gooddata.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Gem::Specification.new do |s|
5555
s.add_development_dependency 'sqlite3' if RUBY_PLATFORM != 'java'
5656

5757
if RUBY_VERSION >= '2.5'
58-
s.add_dependency 'activesupport', '> 4.2.9', '< 6.1'
58+
s.add_dependency 'activesupport', '>= 6.0.3.1', '< 6.1'
5959
else
60-
s.add_dependency 'activesupport', '> 4.2.9', '< 6.0'
60+
s.add_dependency 'activesupport', '>= 5.2.4.3', '< 6.0'
6161
end
6262

6363
s.add_dependency 'aws-sdk-s3', '~> 1.16'

0 commit comments

Comments
 (0)