Skip to content

Commit 708feb3

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5
2 parents 58d58d7 + 4059093 commit 708feb3

File tree

17 files changed

+46
-24
lines changed

17 files changed

+46
-24
lines changed

.github/workflows/danger.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ on:
66

77
jobs:
88
danger:
9-
uses: getsentry/github-workflows/.github/workflows/danger.yml@v2
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: getsentry/github-workflows/danger@v3

.github/workflows/kotlin-multiplatform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Lib: sentry-kotlin-multiplatform"
1+
name: 'Lib: sentry-kotlin-multiplatform'
22
on:
33
push:
44
branches:
@@ -9,7 +9,7 @@ on:
99
- '.github/workflows/kotlin-multiplatform.yml'
1010
- 'kotlin-multiplatform/**'
1111
- 'sentry-samples/**'
12-
- 'buildSrc/src/'
12+
- 'buildSrc/src/**'
1313
- '!**/*.md'
1414

1515
concurrency:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Get auth token
1919
id: token
20-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
20+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2121
with:
2222
app-id: ${{ vars.SENTRY_RELEASE_BOT_CLIENT_ID }}
2323
private-key: ${{ secrets.SENTRY_RELEASE_BOT_PRIVATE_KEY }}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Java SDK from v8.21.1 to v8.24.0 ([#472](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/472))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8240)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.24.0)
10+
11+
## 0.19.0
12+
13+
### Dependencies
14+
15+
- Bump Java SDK from v8.17.0 to v8.21.0 ([#454](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/454), [#457](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/457))
16+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8210)
17+
- [diff](https://github.com/getsentry/sentry-java/compare/8.17.0...8.21.0)
18+
- Bump Cocoa SDK from v8.53.2 to v8.55.1 ([#455](https://github.com/getsentry/sentry-kotlin-multiplatform/pull/455))
19+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8551)
20+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.53.2...8.55.1)
21+
322
## 0.18.0
423

524
### Features

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Use the Kotlin Multiplatform and Cocoa SDK combinations listed in the table belo
6262
| 0.13.0 | 8.49.1 |
6363
| 0.14.0 | 8.53.1 |
6464
| 0.15.0, 0.16.0, 0.17.0, 0.17.1, 0.18.0 | 8.53.2 |
65+
| 0.19.0 | 8.55.1 |
6566

6667
## Usage
6768

buildSrc/src/main/java/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ object Config {
3333
object Libs {
3434
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"
3535

36-
val sentryJavaVersion = "8.17.0"
36+
val sentryJavaVersion = "8.24.0"
3737
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
3838
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
3939

40-
val sentryCocoaVersion = "8.53.2"
40+
val sentryCocoaVersion = "8.55.1"
4141
val sentryCocoa = "Sentry"
4242

4343
object Samples {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android.useAndroidX=true
88
compose.version=1.3.1-rc01
99

1010
# Release information
11-
versionName=0.18.0
11+
versionName=0.19.0
1212

1313
# Increase memory for in-process compiler execution.
1414
org.gradle.jvmargs=-Xmx6g

sentry-kotlin-multiplatform-gradle-plugin/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
id=io.sentry.kotlin.multiplatform.gradle
22
implementationClass=io.sentry.kotlin.multiplatform.gradle.SentryPlugin
3-
versionName=0.18.0
3+
versionName=0.19.0
44
group=io.sentry
5-
sentryCocoaVersion=8.53.2
5+
sentryCocoaVersion=8.55.1
66

77
# publication pom properties
88
POM_NAME=Sentry Kotlin Multiplatform Gradle Plugin

sentry-kotlin-multiplatform/sentry_kotlin_multiplatform.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |spec|
1212
spec.osx.deployment_target = '10.13'
1313
spec.tvos.deployment_target = '11.0'
1414
spec.watchos.deployment_target = '4.0'
15-
spec.dependency 'Sentry', '8.53.2'
15+
spec.dependency 'Sentry', '8.55.1'
1616

1717
if !Dir.exist?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework') || Dir.empty?('build/cocoapods/framework/sentry_kotlin_multiplatform.framework')
1818
raise "

sentry-kotlin-multiplatform/src/appleMain/kotlin/io/sentry/kotlin/multiplatform/nsexception/SentryUnhandledExceptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import platform.Foundation.NSException
2020
import platform.Foundation.NSNumber
2121

2222
private typealias InternalSentryEvent = Internal.Sentry.SentryEvent
23-
private typealias InternalSentrySDK = Internal.Sentry.SentrySDK
23+
private typealias InternalSentrySDK = Internal.Sentry.SentrySDKInternal
2424
private typealias InternalSentryEnvelope = Internal.Sentry.SentryEnvelope
2525
private typealias InternalSentryDependencyContainer = Internal.Sentry.SentryDependencyContainer
2626
private typealias InternalSentryEnvelopeHeader = Internal.Sentry.SentryEnvelopeHeader

0 commit comments

Comments
 (0)