Skip to content

Commit 40e4857

Browse files
authored
Merge branch 'main' into VAPI-3164
2 parents 30ac5d0 + 09c93ff commit 40e4857

234 files changed

Lines changed: 2369 additions & 3146 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ jobs:
3737
run: echo "RELEASE_VERSION=${TAG#v}" >> $GITHUB_ENV
3838
env:
3939
TAG: ${{ github.event.release.tag_name }}
40-
40+
4141
- name: Checkout
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
- name: Set up Apache Maven Central
4545
uses: actions/setup-java@v5
4646
with:
47-
distribution: 'adopt'
47+
distribution: "adopt"
4848
java-version: 21
49-
server-id: 'ossrh'
49+
server-id: "ossrh"
5050
server-username: PUBLISHER_USERNAME
5151
server-password: PUBLISHER_PASSWORD
5252
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash
6060

6161
- name: Generate SDK with Updated Version
62-
uses: Bandwidth/generate-sdk-action@v4.0.0
62+
uses: Bandwidth/generate-sdk-action@v4.1.0
6363
with:
6464
openapi-generator-version: ${{ env.OPENAPI_GENERATOR_VERSION }}
6565
language: java

.github/workflows/test-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref }}
1010
cancel-in-progress: true
1111

12-
1312
env:
1413
BW_ACCOUNT_ID: ${{ secrets.BW_ACCOUNT_ID }}
1514
BW_PASSWORD: ${{ secrets.BW_PASSWORD }}
@@ -38,12 +37,12 @@ jobs:
3837
strategy:
3938
matrix:
4039
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
41-
java-version: ["11", "17", "21"]
40+
java-version: ["11", "17", "21", "25"]
4241
distribution: ["zulu", "temurin"]
4342
fail-fast: false
4443
steps:
4544
- name: Checkout
46-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4746

4847
- name: Set up JDK
4948
uses: actions/setup-java@v5

.github/workflows/test-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
MANTECA_APPLICATION_ID: ${{ secrets.MANTECA_APPLICATION_ID }}
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545

4646
- name: Set up JDK
4747
uses: actions/setup-java@v5

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.17.0
1+
7.24.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Bandwidth
44
- API version: 1.0.0
5-
- Generator version: 7.17.0
5+
- Generator version: 7.24.0
66

77
Bandwidth's Communication APIs
88

0 commit comments

Comments
 (0)