Skip to content

Commit

Permalink
Merge pull request #542 from splitio/release_2.25.1
Browse files Browse the repository at this point in the history
Release 2.25.1
  • Loading branch information
javrudsky authored Jun 3, 2024
2 parents 8fbf8d6 + 4abd25c commit d5bad83
Show file tree
Hide file tree
Showing 107 changed files with 1,992 additions and 893 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Build MacOS
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_tvos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Build tvOS
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_watchos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Build watchOS
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ios_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test iOS integration
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
39 changes: 39 additions & 0 deletions .github/workflows/test_ios_integration_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Build and iOS Integration Tests

on:
push:
branches:
- master
pull_request:
branches:
- master
- development

jobs:
build:
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test iOS integration
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
configuration: Debug
derived-data-path: "${{github.workspace}}/SplitApp"
destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'
project: Split.xcodeproj
scheme: Split
sdk: 'iphonesimulator'
test-plan: 'SplitiOSIntegration_1'
use-xcpretty: true
6 changes: 3 additions & 3 deletions .github/workflows/test_ios_streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test iOS Streaming integration
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ios_streaming_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test iOS Streaming integration
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ios_streaming_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Test iOS Streaming integration
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ios_ut_3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Build iOS and Test
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
39 changes: 39 additions & 0 deletions .github/workflows/test_semver.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Build and test SemVer

on:
push:
branches:
- master
pull_request:
branches:
- master
- development

jobs:
build:
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Test iOS integration
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
configuration: Debug
derived-data-path: "${{github.workspace}}/SplitApp"
destination: 'platform=iOS Simulator,OS=17.2,name=iPhone 15'
project: Split.xcodeproj
scheme: Split
sdk: 'iphonesimulator'
test-plan: 'SemVer'
use-xcpretty: true
6 changes: 3 additions & 3 deletions .github/workflows/test_ut_push_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Build iOS and Test Push notification manager
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_ut_streaming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
build:
runs-on: [macos-latest]
runs-on: [macos-14]

steps:
- name: Select Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 15.1.0
xcode-version: 15.4.0

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Build iOS and Test Streaming UT
uses: sersoft-gmbh/xcodebuild-action@v1
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build test
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=YES
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.25.1 (Jun 3, 2024)
- Updated impressions deduplication to apply across sessions.

2.25.0: (May 21, 2024)
- Added support for targeting rules based on semantic versions (https://semver.org/).
- Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
Expand Down
Loading

0 comments on commit d5bad83

Please sign in to comment.