Compare commits

...

5 Commits
master ... 11.0

Author SHA1 Message Date
Supertokens Bot 1d8541d616 adding dev-v11.0.6 tag to this commit to ensure building 2025-09-03 08:30:43 +00:00
Sattvik Chakravarthy 60ee56e9ad fix: test 2025-09-03 13:57:51 +05:30
Supertokens Bot 265a443cec adding dev-v11.0.6 tag to this commit to ensure building 2025-09-03 06:37:07 +00:00
Sattvik Chakravarthy d27e13f6c2 fix: root repo for backport release 2025-09-03 12:03:46 +05:30
Tamas Soltesz 3247882f56
fix: add version bump for backport (#1186) 2025-09-03 11:52:58 +05:30
10 changed files with 12 additions and 5 deletions

View File

@ -54,7 +54,7 @@ jobs:
with:
repository: supertokens/supertokens-root
path: ./supertokens-root
ref: master
ref: for_jdk_21_backport_releases
- name: Checkout supertokens-core
run: |
cd supertokens-root

View File

@ -90,7 +90,7 @@ jobs:
with:
repository: supertokens/supertokens-root
path: ./supertokens-root
ref: master
ref: for_jdk_21_backport_releases
- name: Checkout supertokens-core
run: |
cd supertokens-root

View File

@ -43,7 +43,7 @@ jobs:
with:
repository: supertokens/supertokens-root
path: ./supertokens-root
ref: master
ref: for_jdk_21_backport_releases
- uses: actions/checkout@v2
with:
path: ./supertokens-root/supertokens-core

View File

@ -41,7 +41,7 @@ jobs:
with:
repository: supertokens/supertokens-root
path: ./supertokens-root
ref: master
ref: for_jdk_21_backport_releases
- uses: actions/checkout@v2
with:
path: ./supertokens-root/supertokens-core
@ -70,6 +70,9 @@ jobs:
- name: Start ${{ matrix.plugin }} server
if: matrix.plugin != 'sqlite'
run: cd supertokens-root/supertokens-${{ matrix.plugin }}-plugin && ./startDb.sh
- name: Start otel collector
run: |
docker run --name otel --rm -p 4317:4317 -d otel/opentelemetry-collector-contrib:0.127.0
- name: Run tests
env:
ST_PLUGIN_NAME: ${{ matrix.plugin }}

View File

@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [11.0.6]
- This is a placeholder for the backport release.
## [11.0.5]
- Adds all logs to telemetry which were logged with `io/supertokens/output/Logging.java`

View File

@ -26,7 +26,7 @@ java {
}
}
version = "11.0.5"
version = "11.0.6"
repositories {
mavenCentral()

Binary file not shown.

Binary file not shown.

Binary file not shown.