Skip to content

Latest commit

 

History

History
345 lines (258 loc) · 34 KB

File metadata and controls

345 lines (258 loc) · 34 KB

2.9.0 (2025-10-07)

🐛 Bug Fix

  • #1087 fix(java): 🐛 fixed issue with the Locator class (@WasiqB)
  • #1071 fix(workflow): 🐛 fixing android test with appium v3 (@WasiqB)
  • #1069 fix(java): ⬆️ upgraded outdated dependencies (@WasiqB)
  • #1050 fix(java): 🐛 fix issue with latest OkHttp version upgrade (@WasiqB)

🏠 Internal

Committers: 1

2.8.0 (2025-06-28)

🚀 New Feature

  • #1030 feat(java): ✨ added support for MacOS platform application (@WasiqB)

🐛 Bug Fix

  • #1042 fix(java): 🐛 fixed issue with the recent logging changes (@WasiqB)
  • #1028 fix(java): 🐛 fixed failing web test (@WasiqB)

🏠 Internal

Committers: 1

2.7.0 (2025-05-14)

🚀 New Feature

  • #1012 feat(java): ✨ added log file config to boyka config (@WasiqB)
  • #1008 feat(java): ✨ added support for i18n applications (@WasiqB)

🐛 Bug Fix

  • #1002 fix(java): 🐛 handled get api request with body (@WasiqB)

📝 Documentation

  • #1018 docs(website): 📝 updating docs in progress with tutorials and guides (@WasiqB)

🏠 Internal

Committers: 1

2.6.1 (2025-02-16)

🐛 Bug Fix

  • #993 fix(java): 🐛 fixed api credential interpolation issue (@WasiqB)

Committers: 1

2.6.0 (2025-02-09)

🚀 New Feature

  • #988 feat(java): ✨ allow using placeholders in the boyka config file (@WasiqB)
  • #982 feat(java): ✨ added logging for browser and experimental options (@WasiqB)

🏠 Internal

  • #984 build(deps): bump com.google.code.gson:gson from 2.11.0 to 2.12.1 in /core-java in the dependencies group (@dependabot[bot])
  • #989 build(deps-dev): bump the dependencies group across 1 directory with 4 updates (@dependabot[bot])
  • #978 build(deps): bump the dependencies group in /core-java with 3 updates (@dependabot[bot])

Committers: 1

2.5.0 (2025-01-22)

🚀 New Feature

  • #975 feat(java): ✨ added android specific critical actions (@WasiqB)
  • #971 feat(java): ✨ added shadow root support (@WasiqB)
  • #969 feat(java): ✨ added executeScript method for element (@WasiqB)
  • #968 feat(java): ✨ added support to draw diagrams using points (@WasiqB)

🏠 Internal

Committers: 1

2.4.2 (2025-01-01)

🚀 New Feature

  • #962 feat(java): ✨ updated waitUntil method with timeout param (@WasiqB)
  • #959 feat(java): ⚡ updated mouse related actions (@WasiqB)

📝 Documentation

  • #958 docs(website): 📝 updated the sample file in configuration document (@mfaisalkhatri)

🏠 Internal

  • #960 build(deps): bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.1 in /core-java in the dependencies group (@dependabot[bot])

Committers: 2

2.4.1 (2024-12-23)

🚀 New Feature

  • #954 feat(java): ✨ added longPress and doubleTap support for mobile (@WasiqB)

🐛 Bug Fix

  • #950 fix(java): 🐛 added support for permissions related capabilities (@WasiqB)

🏠 Internal

🏃‍♀️ Performance

  • #946 test(java): ✅ added swipeTill method test (@WasiqB)

Committers: 1

2.4.0 (2024-12-12)

🚀 New Feature

  • #940 feat(java): ✨ added element list and dom property support (@WasiqB)

🏠 Internal

Committers: 1

2.3.1 (2024-11-19)

🐛 Bug Fix

  • #930 fix(java): 🐛 fixed issues in api form data request (@WasiqB)

🏠 Internal

  • #928 build(deps): bump org.projectlombok:lombok from 1.18.34 to 1.18.36 in /core-java in the dependencies group (@dependabot[bot])
  • #927 build(deps-dev): bump the dependencies group with 6 updates (@dependabot[bot])
  • #926 build(deps-dev): bump nx from 20.0.11 to 20.0.12 in the dependencies group (@dependabot[bot])

Committers: 1

2.3.0 (2024-11-09)

🚀 New Feature

  • #923 feat(java): ✨ allowed using default instance for api request and locators (@WasiqB)

🏠 Internal

Committers: 1

2.2.0 (2024-10-17)

🚀 New Feature

  • #914 feat(java): ✨ added new screenshot method to get content (@WasiqB)
  • #912 feat(java): ✨ boolean values handled as test data in excel s… (@mfaisalkhatri)
  • #909 feat(java): ✨ added experimental options support for web (@WasiqB)

🏠 Internal

Committers: 2

2.1.1 (2024-10-03)

🐛 Bug Fix

  • #902 fix(website): 🐛 fixing issues in the documentations (@WasiqB)
  • #903 fix(java): 🐛 fixed issue when clicking hovered element (@WasiqB)

🏠 Internal

Committers: 1

2.1.0 (2024-09-08)

🚀 New Feature

  • #892 feat(website): 📝 updated docs for missing features (@WasiqB)

🐛 Bug Fix

  • #884 fix(workflow): 🐛 fixed failing grid workflow (@WasiqB)
  • #875 fix(workflow): 🐛 fixed issue with maven publish timed out (@WasiqB)

🏠 Internal

Committers: 1

2.0.0 (2024-07-29)

💥 Breaking Change

  • #837 feat!(java): ✨ moved common api settings to main block (@WasiqB)

🚀 New Feature

  • #857 feat(java): ✨ added feature to get input value from textbox (@WasiqB)
  • #855 feat(java): ✨ added new method to focus on input element (@WasiqB)
  • #837 feat!(java): ✨ moved common api settings to main block (@WasiqB)

🐛 Bug Fix

  • #873 fix(workflow): 🐛 fix error when publishing release (@WasiqB)
  • #870 fix(workflow): 🐛 updated release workflow (@WasiqB)
  • #869 fix(workflow): 🐛 fixed issue with lerna version bump (@WasiqB)
  • #866 fix(workflow): 🐛 fixed issue with release command in package.json (@WasiqB)

🏠 Internal

Committers: 1

v1.2.0 (2024-05-30)

🐛 Bug Fix

  • #827 fix(workflow): 🐛 fixed failing test workflow (@WasiqB)

📝 Documentation

  • #818 docs(Internal): 📝 added discussion template (@WasiqB)

🏠 Internal

  • [#840](#840) build(deps): bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 in /core-java in the dependencies group (@dependabot[bot])
  • #839 build(deps-dev): bump the dependencies group with 4 updates (@dependabot[bot])
  • #838 build(deps): bump Eomm/why-don-t-you-tweet from 1 to 2 in the dependencies group (@dependabot[bot])
  • #836 build(deps): bump com.google.code.gson:gson from 2.10.1 to 2.11.0 in /core-java in the dependencies group (@dependabot[bot])
  • #832 build(deps): bump pnpm/action-setup from 3 to 4 in the dependencies group (@dependabot[bot])
  • #835 build(deps): bump the dependencies group across 1 directory with 6 updates (@dependabot[bot])
  • #821 build(deps-dev): bump org.testng:testng from 7.10.1 to 7.10.2 in /core-java (@dependabot[bot])
  • #812 build(deps-dev): bump org.testng:testng from 7.9.0 to 7.10.1 in /core-java (@dependabot[bot])
  • #815 build(deps): bump the dependencies group in /core-java with 3 updates (@dependabot[bot])
  • #813 build(deps): bump peaceiris/actions-gh-pages from 3 to 4 in the dependencies group (@dependabot[bot])
  • #811 build(deps-dev): bump io.qameta.allure:allure-testng from 2.26.0 to 2.27.0 in /core-java (@dependabot[bot])
  • #810 build(deps): bump the dependencies group in /core-java with 3 updates (@dependabot[bot])
  • #814 build(deps-dev): bump the dependencies group with 8 updates (@dependabot[bot])

Committers: 1