Skip to content

Releases: ExpediaGroup/rapid-java-sdk

5.1.0

15 Oct 14:29
1f340ba
Compare
Choose a tag to compare

What's Changed

  • SDK-1321 add readme file with instructions to run the examples by @dtayeh in #78
  • feat(deps): update kotlin monorepo from v1.9.24 to v2 (major) by @renovate in #66
  • fix(deps): update import io.ktor:ktor-bom from v2.3.11 to v2.3.12 by @renovate in #82
  • fix(deps): update build org.apache.maven.plugins:maven-jar-plugin from v3.4.1 to v3.4.2 by @renovate in #81
  • feat(deps): update build org.apache.maven.plugins:maven-surefire-plugin from v3.2.5 to v3.3.0 by @renovate in #80
  • feat(deps): update build org.apache.maven.plugins:maven-dependency-plugin from v3.6.1 to v3.7.1 by @renovate in #79
  • feat(deps): update compile org.jetbrains.kotlinx:atomicfu-jvm from v0.24.0 to v0.25.0 by @renovate in #83
  • feat: [SDK-1313] Update Reference Docs to Use Dokka Versioning Plugin by @Mohammad-Dwairi in #92
  • chore: update code to v4.1.3 by @anssari1 in #94
  • chore: update code to v4.2.0 by @anssari1 in #96
  • fix(deps): update import com.fasterxml.jackson:jackson-bom from v2.17.1 to v2.17.2 by @renovate in #100
  • fix(deps): update compile com.fasterxml.jackson.core:jackson-annotations from v2.17.1 to v2.17.2 by @renovate in #99
  • fix(deps): update build org.apache.maven.plugins:maven-surefire-plugin from v3.3.0 to v3.3.1 by @renovate in #101
  • SDK-1354 update example scenarios to use the new links feature by @dtayeh in #85
  • chore: update code to v4.3.0 by @anssari1 in #102
  • SDK-1389 Add an example on using async execution to shop-book a room by @dtayeh in #104
  • chore: update docs link in readme file by @mohnoor94 in #106
  • feat: add cli execution plugin and workflow by @OmarAlJarrah in #105
  • chore: delete unused resources by @mohnoor94 in #108
  • SDK-1399 accommodate running scenarios as tests by throwing exception… by @dtayeh in #109
  • chore: Configure Dokka and Release Action to Include Customised Styles by @Mohammad-Dwairi in #113
  • chore: remove pom extraction and overwrite steps by @OmarAlJarrah in #115
  • chore: remove jar install step from run examples action by @OmarAlJarrah in #116
  • fix(deps): update compile org.slf4j:slf4j-api from v2.0.13 to v2.0.16 by @renovate in #117
  • fix(deps): update kotlin monorepo from v2.0.0 to v2.0.10 by @renovate in #118
  • chore: migrate run examples action to new self serve changes by @OmarAlJarrah in #119
  • feat(deps): update build org.apache.maven.plugins:maven-surefire-plugin from v3.3.1 to v3.4.0 by @renovate in #122
  • feat: SDK-1233 use self-serve full workflow action by @mohnoor94 in #121
  • chore: create dependabot.yml by @mohnoor94 in #125
  • chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 in /code by @dependabot in #127
  • chore(deps): bump kotlin.version from 2.0.10 to 2.0.20 in /code by @dependabot in #128
  • chore: send secrets to the called full workflow to generate SDK by @mohnoor94 in #133
  • fix: update examples by @anssari1 in #135
  • chore: run examples from main branch by @anssari1 in #136
  • Update generate-and-publish-sdk.yaml by @anssari1 in #137
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 in /code by @dependabot in #140
  • chore: Publish v5.0.0 by @github-actions in #139
  • fix: incorrect pom path for docs by @anssari1 in #141
  • feat(deps): update compile org.apache.commons:commons-lang3 from v3.14.0 to v3.17.0 by @renovate in #151
  • feat(deps): update build org.apache.maven.plugins:maven-dependency-plugin from v3.7.1 to v3.8.0 by @renovate in #150
  • fix(deps): update kotlin monorepo from v2.0.0 to v2.0.20 by @renovate in #149
  • fix(deps): update compile org.slf4j:slf4j-api from v2.0.13 to v2.0.16 by @renovate in #148
  • chore(deps): bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 in /code by @dependabot in #147
  • chore(deps): bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 in /code by @dependabot in #146
  • chore(deps): bump com.github.gantsign.maven:ktlint-maven-plugin from 3.2.0 to 3.3.0 in /code by @dependabot in #152
  • chore(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in #153
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6 in /code by @dependabot in #159
  • chore(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-bom from 1.8.1 to 1.9.0 in /code by @dependabot in #158
  • fix(deps): update compile com.squareup.okio:okio-jvm from v3.9.0 to v3.9.1 by @renovate in #156
  • fix: add source input in run examples command by @OmarAlJarrah in #120
  • SDK-1385 add examples on links by @dtayeh in #176
  • feat: customize SDK generation by @anssari1 in #174
  • chore: fix method and classes naming by @OmarAlJarrah in #179
  • chore: update and split actions for SDK generation and release by @mohnoor94 in #180
  • chore: update generation customizations to use latest generator tag by @anssari1 in #181
  • chore: remove unused ProductFamily import and property by @OmarAlJarrah in #185
  • chore: update post-processor by @anssari1 in #186
  • chore: update generator version by @anssari1 in #187
  • Clean up unused examples that require frontend interaction by @dtayeh in #193
  • chore: update template to use custom return types by @OmarAlJarrah in #195
  • chore: Publish v5.1.0 by @github-actions in #196

Full Changelog: 4.1.2...5.1.0

4.1.2

03 Jun 08:20
6d1b72c
Compare
Choose a tag to compare

What's Changed

  • SDK-1257 Update the SDK examples to use the new SDK operations by @dtayeh in #63
  • SDK-1183 create example scenarios for geography apis by @dtayeh in #64
  • SDK-1319 update geography api calls to the latest SDK methods by @dtayeh in #74
  • chore: update code to v4.1.2 by @anssari1 in #73
  • feat(deps): update build org.apache.maven.plugins:maven-enforcer-plugin from v3.4.1 to v3.5.0 by @renovate in #75
  • feat(deps): update build org.apache.maven.plugins:maven-shade-plugin from v3.5.3 to v3.6.0 by @renovate in #76

Full Changelog: 4.1.1...4.1.2

4.1.1

29 May 15:12
d9a8c2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1
Reference Docs: https://opensource.expediagroup.com/rapid-java-sdk/4.1.1

4.1.0

29 May 14:43
1b9b757
Compare
Choose a tag to compare

What's Changed

  • Create CODEOWNERS by @mohnoor94 in #1
  • chore: Configure Renovate by @renovate in #2
  • feat: add publish docs action by @mohnoor94 in #4
  • fix: move publish docs action to correct path by @mohnoor94 in #5
  • feat: add publish docs action by @mohnoor94 in #6
  • chore: run docs generation manually by @mohnoor94 in #7
  • chore(deps): update actions/configure-pages action from vv4 to v5 by @renovate in #29
  • chore: add rapid pom file by @mohnoor94 in #32
  • chore: add source code by @mohnoor94 in #33
  • fix(deps): update import io.ktor:ktor-bom from v2.3.9 to v2.3.10 by @renovate in #49
  • fix(deps): update build org.jacoco:jacoco-maven-plugin from v0.8.11 to v0.8.12 by @renovate in #48
  • fix(deps): update build org.apache.maven.plugins:maven-source-plugin from v3.3.0 to v3.3.1 by @renovate in #47
  • fix(deps): update build org.apache.maven.plugins:maven-jar-plugin from v3.4.0 to v3.4.1 by @renovate in #45
  • fix(deps): update build org.apache.maven.plugins:maven-shade-plugin from v3.5.1 to v3.5.2 by @renovate in #46
  • feat: support generating reference docs site by @mohnoor94 in #44
  • fix(deps): update build org.apache.maven.plugins:maven-shade-plugin from v3.5.2 to v3.5.3 by @renovate in #51
  • feat(deps): update build org.codehaus.mojo:flatten-maven-plugin from v1.5.0 to v1.6.0 by @renovate in #52
  • feat(deps): update compile org.jetbrains.kotlinx:atomicfu-jvm from v0.23.2 to v0.24.0 by @renovate in #53
  • SDK-1181 create profiles and use them in scenarios, separate scenario… by @dtayeh in #50
  • fix(deps): update import com.fasterxml.jackson:jackson-bom from v2.17.0 to v2.17.1 by @renovate in #57
  • fix(deps): update compile com.fasterxml.jackson.core:jackson-annotations from v2.17.0 to v2.17.1 by @renovate in #56
  • chore: update README with more details about Rapid by @mohnoor94 in #55
  • SDK-1182 add a new scenario that presents how to book multiple rooms… by @dtayeh in #58
  • fix(deps): update kotlin monorepo from v1.9.23 to v1.9.24 by @renovate in #61
  • feat(deps): update build com.mycila:license-maven-plugin from v4.3 to v4.5 by @renovate in #62
  • fix(deps): update import org.jetbrains.kotlinx:kotlinx-coroutines-bom from v1.8.0 to v1.8.1 by @renovate in #60
  • fix(deps): update import io.ktor:ktor-bom from v2.3.10 to v2.3.11 by @renovate in #59
  • feat(deps): update build org.codehaus.mojo:build-helper-maven-plugin from v3.5.0 to v3.6.0 by @renovate in #65
  • feat: update code to v4.1.0 by @anssari1 in #67

Full Changelog: https://github.com/ExpediaGroup/rapid-java-sdk/commits/4.1.0
Reference Docs: https://opensource.expediagroup.com/rapid-java-sdk/4.1.0