-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(java): ✨ added support for multi user session (#421)
- Loading branch information
Showing
69 changed files
with
2,199 additions
and
998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,23 @@ | ||
|
||
## v0.13.0 (2023-02-20) | ||
## v0.14.0 (2023-03-19) | ||
|
||
#### :rocket: New Feature | ||
* [#373](https://github.com/BoykaFramework/boyka-framework/pull/373) feat(java): :zap: simplified cloud configurations ([@WasiqB](https://github.com/WasiqB)) | ||
* [#411](https://github.com/BoykaFramework/boyka-framework/pull/411) feat(java): :sparkles: added hybrid app support ([@WasiqB](https://github.com/WasiqB)) | ||
* [#408](https://github.com/BoykaFramework/boyka-framework/pull/408) feat(java): :sparkles: added switch to frame using ID ([@WasiqB](https://github.com/WasiqB)) | ||
* [#410](https://github.com/BoykaFramework/boyka-framework/pull/410) feat(java): :sparkles: added form data body support ([@WasiqB](https://github.com/WasiqB)) | ||
|
||
#### :bug: Bug Fix | ||
* [#370](https://github.com/BoykaFramework/boyka-framework/pull/370) fix(Internal): 🐛 fixes miscellaneous issues in v0.12.0 ([@WasiqB](https://github.com/WasiqB)) | ||
* [#406](https://github.com/BoykaFramework/boyka-framework/pull/406) fix(java): :bug: fixed issues in web automation ([@WasiqB](https://github.com/WasiqB)) | ||
* [#386](https://github.com/BoykaFramework/boyka-framework/pull/386) fix(java): :bug: fixed error encountered in API ([@WasiqB](https://github.com/WasiqB)) | ||
* [#381](https://github.com/BoykaFramework/boyka-framework/pull/381) fix(Internal): :bug: fixed miscellaneous issues in last release ([@WasiqB](https://github.com/WasiqB)) | ||
|
||
#### :nail_care: Polish | ||
* [#374](https://github.com/BoykaFramework/boyka-framework/pull/374) refactor(java): :recycle: make framework intuitive ([@WasiqB](https://github.com/WasiqB)) | ||
#### :memo: Documentation | ||
* [#407](https://github.com/BoykaFramework/boyka-framework/pull/407) docs(Internal): :memo: updated missing docs ([@WasiqB](https://github.com/WasiqB)) | ||
|
||
#### :house: Internal | ||
* [#367](https://github.com/BoykaFramework/boyka-framework/pull/367) chore(Internal): install the CodeSee workflow. ([@codesee-maps[bot]](https://github.com/apps/codesee-maps)) | ||
* [#361](https://github.com/BoykaFramework/boyka-framework/pull/361) build(deps): bump jackson-dataformat-yaml from 2.14.1 to 2.14.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#363](https://github.com/BoykaFramework/boyka-framework/pull/363) build(deps): bump gson from 2.10 to 2.10.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#362](https://github.com/BoykaFramework/boyka-framework/pull/362) build(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#360](https://github.com/BoykaFramework/boyka-framework/pull/360) build(deps): bump jackson-databind from 2.14.1 to 2.14.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#359](https://github.com/BoykaFramework/boyka-framework/pull/359) build(deps): bump checkstyle from 10.6.0 to 10.7.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#356](https://github.com/BoykaFramework/boyka-framework/pull/356) build(deps): bump selenium-java from 4.7.2 to 4.8.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#355](https://github.com/BoykaFramework/boyka-framework/pull/355) build(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#354](https://github.com/BoykaFramework/boyka-framework/pull/354) build(deps): bump webdrivermanager from 5.3.1 to 5.3.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#353](https://github.com/BoykaFramework/boyka-framework/pull/353) build(deps): bump maven-checkstyle-plugin from 3.2.0 to 3.2.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#364](https://github.com/BoykaFramework/boyka-framework/pull/364) build(deps-dev): bump @typescript-eslint/parser from 5.49.0 to 5.50.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#366](https://github.com/BoykaFramework/boyka-framework/pull/366) build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#365](https://github.com/BoykaFramework/boyka-framework/pull/365) build(deps-dev): bump typescript from 4.9.4 to 4.9.5 ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#358](https://github.com/BoykaFramework/boyka-framework/pull/358) build(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M8 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#357](https://github.com/BoykaFramework/boyka-framework/pull/357) build(deps): bump boyka-framework from 0.11.0 to 0.12.0 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#398](https://github.com/BoykaFramework/boyka-framework/pull/398) build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#399](https://github.com/BoykaFramework/boyka-framework/pull/399) build(deps): bump lombok from 1.18.24 to 1.18.26 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
* [#401](https://github.com/BoykaFramework/boyka-framework/pull/401) build(deps): bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot)) | ||
|
||
#### Committers: 2 | ||
#### Committers: 1 | ||
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) | ||
- [@codesee-maps[bot]](https://github.com/apps/codesee-maps) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+29.3 MB
core-java/libs/selenium-server-4.8.0.jar → core-java/libs/selenium-server-4.8.2.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.