Skip to content

Commit

Permalink
Merge pull request #1957 from hung-nguyen-hoang/DC-3240
Browse files Browse the repository at this point in the history
DC-3240: Bump SDK version to 2.3.0

Reviewed-by: https://github.com/danh-ung
  • Loading branch information
gdgate authored Mar 7, 2024
2 parents 8a155e0 + 8816ce6 commit ffe854e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ jobs:
jruby-gem-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: jruby-9.1.17
ruby-version: jruby-9.4.1
bundler-cache: true
- uses: actions/setup-java@v2
with:
Expand All @@ -30,12 +30,12 @@ jobs:
rubygems-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.3
ruby-version: 3.2.1
bundler-cache: true
- name: Run gem release
run: |
Expand All @@ -47,20 +47,15 @@ jobs:
needs: [jruby-gem-release, rubygems-release]
strategy:
matrix:
ruby-version: [2.3, jruby-9.1.17]
ruby-version: [3.2.1, jruby-9.4.1]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- uses: actions/setup-java@v2
if: ${{ matrix.ruby-version == 'jruby-9.1.17' }}
with:
java-version: '8'
distribution: 'adopt'
- run: |
gem install gooddata
ruby -e "require 'gooddata';GoodData.version"
10 changes: 2 additions & 8 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7.6, 3.2.1, jruby-9.1.17, jruby-9.4.1]
ruby-version: [2.5, 2.6, 2.7.6, 3.2.1, jruby-9.2.21, jruby-9.3.14, jruby-9.4.1]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -19,19 +19,13 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle exec rake test:unit
if: ${{ matrix.ruby-version != 'jruby-9.1.17' }}
- run: bundle exec rake test:unit
if: ${{ matrix.ruby-version == 'jruby-9.1.17' }}
continue-on-error: true
unit-tests-OSX:
runs-on: macos-latest
strategy:
matrix:
include:
- ruby-version: 2.3
xcode-version: 7.3
- ruby-version: 2.4.3
xcode-version: 9.4
- ruby-version: 2.5
xcode-version: 9
- ruby-version: 2.6
Expand All @@ -40,7 +34,7 @@ jobs:
xcode-version: 9
- ruby-version: 3.2.1
xcode-version: 9
- ruby-version: jruby-9.1.17
- ruby-version: jruby-9.2.9
xcode-version: latest
- ruby-version: jruby-9.4.1
xcode-version: latest
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# GoodData Ruby SDK Changelog

## 2.3.0
- BUGFIX: MSF-25800 Add SSLErrorWaitReadable error to retry error list
- MSF-24148: Upgrade LCM image to run with JRuby latest version 9.4.1
- BUGFIX: MSF-23944 Change log level of rest API call to DEBUG
- BUGFIX: TMA-1744 Store domain users to cache to avoid calling API multiple times
- FEATURE: MSF-23266 support mongo BI mysql
- BUGFIX: MSF-22958 - Lookup user in domain if not found in project
- FEATURE: MSF-23033 change to gooddata_platform snowflake connection

## 2.2.0
- FEATURE: MSF-23003 Supports Ruby 2.7, remove salesforce_bulk_query dependency
- FEATURE:TMA-1737, TMA-1738 - Change to propagate dateFilterConfig and dashboardPlugin during LCM release and rollout.
Expand Down
2 changes: 1 addition & 1 deletion SDK_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0

0 comments on commit ffe854e

Please sign in to comment.