Releases: ExpediaGroup/expediagroup-java-sdk
Releases · ExpediaGroup/expediagroup-java-sdk
0.8.0
What's Changed
- build(deps): bump assertj-core from 3.24.1 to 3.24.2 by @dependabot in #105
- chore(version): Upgrade Version by @osama-salman99 in #106
- feat(logging): Mask Tokens in Logs by @osama-salman99 in #108
- Fix singleton issues by @osama-salman99 in #104
- Full Changelog: 0.7.0...0.8.0
- Maven Release: https://central.sonatype.dev/artifact/com.expediagroup.openworld.sdk/openworld-java-sdk-core/0.8.0
0.7.0
What's Changed
- build(deps): bump error_prone_annotations from 2.17.0 to 2.18.0 by @dependabot in #98
- build(deps): bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #99
- build(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 by @dependabot in #100
- build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #101
- Update core version by @mohnoor94 in #102
- build(deps-dev): bump mockito.version from 4.11.0 to 5.0.0 by @dependabot in #103
Full Changelog: 0.6.0...0.7.0
Maven release: https://central.sonatype.dev/artifact/com.expediagroup.openworld.sdk/openworld-java-sdk-core/0.7.0
0.6.0
What's Changed
- chore(release): Upgrade Core Version by @mohnoor94 in #88
- build(deps): bump ktor-bom from 2.2.1 to 2.2.2 by @dependabot in #90
- Increase logging information by @osama-salman99 in #85
- chore(build): Upgrade to Kotlin 1.8 by @mohnoor94 in #93
- build(deps): bump checker-qual from 3.28.0 to 3.29.0 by @dependabot in #92
- build(deps): bump assertj-core from 3.23.1 to 3.24.0 by @dependabot in #91
- build(deps): bump atomicfu-jvm from 0.18.5 to 0.19.0 by @dependabot in #89
- build(deps): bump swagger.core.version from 2.2.7 to 2.2.8 by @dependabot in #94
- build(deps): bump gson from 2.10 to 2.10.1 by @dependabot in #96
- build(deps): bump assertj-core from 3.24.0 to 3.24.1 by @dependabot in #95
- build(deps): bump detekt-cli from 1.21.0 to 1.22.0 by @dependabot in #75
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- build(deps): bump slf4j-api from 2.0.3 to 2.0.6 by @dependabot in #78
- feat(error-handling): Expose Error Object In OpenWorldServiceException by @osama-salman99 in #79
- build(deps-dev): bump mockito.version from 4.9.0 to 4.10.0 by @dependabot in #80
- build(deps-dev): bump mockito.version from 4.10.0 to 4.11.0 by @dependabot in #83
- build(deps): bump error_prone_annotations from 2.16 to 2.17.0 by @dependabot in #84
- Rename packages by @osama-salman99 in #86
Full Changelog: mohnoor94/2022-12-13-release...0.5.0
0.4.0
What's Changed
- chore(codequality): Add Static-Method Builder Creation For ClientConf… by @osama-salman99 in #61
- chore(release): Remove BoM Logic from Core by @mohnoor94 in #62
- chore(validation): Unseal OpenWorldClientException Class by @osama-salman99 in #64
- chore(deps): Separate Core from Parent POM by @mohnoor94 in #65
- feat(logging): Prepend Logging Messages With A Custom Prefix by @osama-salman99 in #63
- build(deps): bump kotlin.version from 1.7.21 to 1.7.22 by @dependabot in #66
- build(deps-dev): bump mockito.version from 4.8.1 to 4.9.0 by @dependabot in #67
- feat(contract): Support Contracts and Fix Trailing Slash Issue by @mohnoor94 in #76
- build(deps): bump jackson-bom from 2.14.0 to 2.14.1 by @dependabot in #68
- build(deps): bump checker-qual from 3.27.0 to 3.28.0 by @dependabot in #69
- build(deps-dev): bump mockk.version from 1.13.2 to 1.13.3 by @dependabot in #70
- build(deps): bump joda-time from 2.12.1 to 2.12.2 by @dependabot in #71
- build(deps): bump swagger.core.version from 2.2.6 to 2.2.7 by @dependabot in #72
- build(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0 by @dependabot in #73
- build(deps): bump ktor-bom from 2.1.3 to 2.2.1 by @dependabot in #74
Full Changelog: 0.2.0...0.4.0
0.3.0
What's Changed
- chore(codequality): Add Static-Method Builder Creation For ClientConf… by @osama-salman99 in #61
Full Changelog: 0.2.0...0.3.0-RELEASE
0.2.0
What's Changed
- build(deps): bump project-pom from 0.0.2-alpha.1 to 0.1.0 and the core project version by @mohnoor94 in #60
Full Changelog: 0.1.0...0.2.0
Maven Release: https://repo1.maven.org/maven2/com/expediagroup/openworld/sdk/openworld-java-sdk-core/0.2.0
0.1.0
What's Changed
- added support for configuration definitions by @ayansen in #10
- refactor(configurations)!: Rename BaseURL and AuthURL by @mohnoor94 in #14
- feat(configurations): Support Configuration Providers by @mohnoor94 in #15
- refactor(configurations): Drop the ClientConfiguration Class and Replace Java Tests with Kotlin by @mohnoor94 in #16
- feat(configurations): Add ClientConfiguration Class by @mohnoor94 in #17
- feat(configurations): Accept and Use ClientConfiguration from our SDK Users by @mohnoor94 in #18
- refactor: Fix a typo: collecter -> collector by @mohnoor94 in #19
- refactor(configurations): Move Entities to Configuration Package by @mohnoor94 in #20
- refactor(configurations): Use a unified name "Configuration" for all the Configuration Entities by @mohnoor94 in #21
- refactor(constants): Split Constant Files by @mohnoor94 in #22
- refactor(test): Remove a Problematic Test by @mohnoor94 in #23
- build: Increase core version to 0.0.2-alpha by @Hamzanael in #25
- build: Adding new github build stage action by @Hamzanael in #27
- refactor(model): Refactor Errors and Exceptions to a Model Package by @mohnoor94 in #26
- feat: Adding Ktlint plugin to force code format by @Hamzanael in #28
- build: adding a new job to update BOM when a new core version is deployed by @Hamzanael in #29
- ci: Add Dependabot Config by @anssari1 in #30
- refactor(CodeQuality): Improve Code Quality (1) by @mohnoor94 in #31
- refactor(CodeQuality): Improve Code Quality (2) by @mohnoor94 in #32
- refactor(CodeQuality): Improve Code Quality (3) by @mohnoor94 in #33
- chore: renew expired token by @osama-salman99 in #35
- Add Logging Statements by @osama-salman99 in #36
- refactor(CodeQuality): Improve Code Quality (4) by @mohnoor94 in #37
- refactor(CodeQuality): Improve Code Quality (5) by @mohnoor94 in #38
- feat(CodeQuality): Add Code Quality Rules by @mohnoor94 in #39
- Update dependabot.yml by @mohnoor94 in #40
- fix(configurations): Fix Endpoint Write Logic by @osama-salman99 in #41
- Update Dependabot Labels by @mohnoor94 in #42
- build(deps): Bump the parent version & use the JVM version of mockk by @mohnoor94 in #43
- fix: switch JSON processor from Gson to Jackson by @osama-salman99 in #46
- feat: support gzip encoding by @osama-salman99 in #45
- feat(codequality): ClientConfiguration Constructor by @osama-salman99 in #47
- feat(rapid): Implement Rapid Error Models by @osama-salman99 in #48
- Code cleanup by @osama-salman99 in #49
- chore(Error-Handling): Externalize Exceptions by @mohnoor94 in #51
- chore(logic): Enhance Auth Token Failure Detection by @osama-salman99 in #52
- Support rapid authentication by @osama-salman99 in #57
- refactor(error-handling): Reorganize Exceptions by @mohnoor94 in #58
- Update the core version to 0.1.0 by @mohnoor94 in #59
Breaking Changes
- Exceptions have been reorganized. You need to use the new OpenWorld Exceptions. More details in (refactor(error-handling): Reorganize Exceptions by @mohnoor94 in #58)
Full Changelog: 0.0.1-alpha.5...0.1.0
0.0.1-alpha.5
Initial Release.
Full Changelog: https://github.com/ExpediaGroup/openworld-sdk-java-core/commits/0.0.1-alpha.5