Skip to content

Releases: BoykaFramework/boyka-framework

Release Candidate Version 0.8.2-rc.0

29 Aug 08:31
5660d97
Compare
Choose a tag to compare
Pre-release

v0.8.2-rc.0 (2022-08-29)

🐛 Bug Fix

  • #183 fix(java): 🐛 fixed errors when browser key is missing or empty in config (@WasiqB)
  • #182 fix(java): 🐛 fixed error handling when config key is not found (@WasiqB)
  • #181 fix(java): 🐛 fixed error when cloud host and credentials is null (@WasiqB)
  • #180 fix(Internal): 🐛 fixed readme as per suggestions from Eddie (@WasiqB)
  • #178 fix(java): 🐛 updated the log4j2 xml to display info level logs in console (@mfaisalkhatri)
  • #176 fix(java): 🐛 fixed error while parsing non json response (@mfaisalkhatri)
  • #174 fix(Internal): 🐛 replaced version dropdown to textbox in issue template (@WasiqB)

Committers: 2

Version 0.8.1

16 Aug 06:07
47aff09
Compare
Choose a tag to compare

v0.8.1 (2022-08-16)

🚀 New Feature

  • #149 feat(workflow): 👷 created and pushed change log file when releasing main version (@WasiqB)

🐛 Bug Fix

  • #165 fix(workflow): 🐛 fixed miscellaneous issues in workflows (@WasiqB)
  • #162 fix(workflow): 🐛 fixed issue creating tags in pre-release workflow (@WasiqB)
  • #160 fix(workflow): 🐛 fixed issue creating tags in pre-release workflow (@WasiqB)
  • #157 fix(workflow): 🐛 fixed issue of empty version while releasing pre-release version (@WasiqB)
  • #154 fix(workflow): 🐛 fixed Error while preparing pre-release (@WasiqB)
  • #152 fix(workflow): 🐛 fixed Error while creating PR (@WasiqB)
  • #147 fix: 🐛 cleaned up pom and updated dependencies version (@mfaisalkhatri)
  • #137 fix(java): ✅ added tests for few mouse actions (@WasiqB)
  • #131 fix(Internal): 🐛 fixed pre-commit lint bug (@mfaisalkhatri)

🏠 Internal

  • #146 ci(workflow): 📈 updated job to add test summary on github ui (@WasiqB)
  • #132 ci(workflow): ✨ automated release process (@WasiqB)

🏃‍♀️ Performance

  • #108 test(java): ✅ added sample tests project to run api and web using boyka dependency (@mfaisalkhatri)

Committers: 2

Release Candidate Version 0.8.1-rc.4

15 Aug 17:01
fb362f8
Compare
Choose a tag to compare
Pre-release

v0.8.1-rc.4 (2022-08-15)

🚀 New Feature

  • #149 feat(workflow): 👷 created and pushed change log file when releasing main version (@WasiqB)

🐛 Bug Fix

  • #165 fix(workflow): 🐛 fixed miscellaneous issues in workflows (@WasiqB)
  • #162 fix(workflow): 🐛 fixed issue creating tags in pre-release workflow (@WasiqB)
  • #160 fix(workflow): 🐛 fixed issue creating tags in pre-release workflow (@WasiqB)
  • #157 fix(workflow): 🐛 fixed issue of empty version while releasing pre-release version (@WasiqB)
  • #154 fix(workflow): 🐛 fixed Error while preparing pre-release (@WasiqB)
  • #152 fix(workflow): 🐛 fixed Error while creating PR (@WasiqB)
  • #147 fix: 🐛 cleaned up pom and updated dependencies version (@mfaisalkhatri)
  • #137 fix(java): ✅ added tests for few mouse actions (@WasiqB)
  • #131 fix(Internal): 🐛 fixed pre-commit lint bug (@mfaisalkhatri)

🏠 Internal

  • #146 ci(workflow): 📈 updated job to add test summary on github ui (@WasiqB)
  • #132 ci(workflow): ✨ automated release process (@WasiqB)

🏃‍♀️ Performance

  • #108 test(java): ✅ added sample tests project to run api and web using boyka dependency (@mfaisalkhatri)

Committers: 2

Version 0.8.0

01 Aug 12:53
fb362f8
Compare
Choose a tag to compare

v0.8.0 (2022-08-01)

🚀 New Feature

  • #121 feat(java): ✨ added support to dropdown and multi select elements (@WasiqB)
  • #119 feat(java): 📈 added code coverage check before commit (@WasiqB)
  • #106 feat(java): ✨ adding missing driver actions (@WasiqB)
  • #116 feat(java): ✨ added mouse actions and added test cases (@MakodeAjay)

🐛 Bug Fix

  • #123 fix(workflow): 💚 updated publish workflow and created release tweet workflow (@WasiqB)
  • #114 fix(java): 🐛 fixed missing error handling (@WasiqB)
  • #113 fix(java): 🐛 fixed null pointer error when path method is skipped (@WasiqB)
  • #112 fix(java): 🐛 fixed issue when base_path is null in config (@WasiqB)

📝 Documentation

  • #107 docs(website): 🎨 Docs updated for Contributing, Commit check and Machine setup pages (@mfaisalkhatri)

Committers: 3

Version 0.7.0

07 Jul 12:51
c030395
Compare
Choose a tag to compare

v0.7.0 (2022-07-07)

💥 Breaking Change

  • #96 fix!(Internal): 🚀 miscellaneous changes before release (@WasiqB)
  • #40 feat!(Internal): 💣 moving towards monorepo (@WasiqB)
  • #24 refactor!(Internal): 🔥 Removed unused variable (@WasiqB)
  • #32 feat(java): ✨ Added Opera browser support (@WasiqB)
  • #27 feat(java): ✨ Introduced Builder pattern in API (@WasiqB)

🚀 New Feature

  • #92 feat(java): ✨ add feature for api response json schema validation (@SahilPuri2020)
  • #91 feat(Internal): ✨ added missing query param implementation (@WasiqB)
  • #89 feat(java): ✨ add method to verify header and update documentation (@MakodeAjay)
  • #85 feat(java): ✨ add curl request in logging for better debugging and correcting enum message typo (@SahilPuri2020)
  • #72 feat(java): 🚩 added window specifc methods (@WasiqB)
  • #58 feat(java): 👔 adding missing keyboard actions (@WasiqB)
  • #56 feat(java): ✨ added LambdaTest support (@WasiqB)
  • #35 feat(java): ✨ Add Element specific action methods and add more tests (@WasiqB)
  • #39 feat(Locator): Added example test (@WasiqB)
  • #28 feat(java): ✨ Added Auto-wait feature for UI (@WasiqB)
  • #15 feat(java): ✨ Added Web automation support (@WasiqB)

🐛 Bug Fix

  • #100 fix(workflow): ♻️ refactored publish workflow to fix failing job (@WasiqB)

💅 Polish

  • #75 chore: Update CodeQL Action v2 (@diogormendes)
  • #69 chore(Internal): 🐛 fixed site theme inconsistency (@WasiqB)
  • #65 chore(Internal): 🔖 changes made to auto generate changelogs (@WasiqB)
  • #17 refactor(Internal): ♻️ Code clean up done for Web (@WasiqB)

📝 Documentation

  • #78 docs(website): 💄 added site search option (@WasiqB)
  • #71 docs(website): 📝 adding support section on site (@WasiqB)
  • #67 docs(website): 📝 Create contributing documentations (@WasiqB)
  • #62 docs(website): 📝 adding api section for all exposed methods (@WasiqB)
  • #63 docs(readme): 📝 updated README and PR template (@WasiqB)
  • #54 docs(website): 📝 started adding documentations for boyka (@WasiqB)
  • #49 docs(website): 💄 updated features on home page (@WasiqB)
  • #48 docs(website): 🎉 Created framework website (@WasiqB)
  • #38 docs(Internal): 📝 added community files (@WasiqB)

🏠 Internal

  • #98 ci(workflow): 💚 updated publish workflow to generate proper changelog (@WasiqB)
  • #84 ci(workflow): 💚 added permissions to fix test results job… (@WasiqB)
  • #81 ci(workflow): 💚 updated tests for PR to skip cloud execution (@WasiqB)
  • #66 ci(workflow): 🚀 added publish workflow to deploy to Maven central (@WasiqB)
  • #50 build(deps): bump jackson-databind from 2.13.1 to 2.13.2.1 in /core-java (@dependabot[bot])
  • #33: ci(Internal): 🔧 Updated test workflow (@WasiqB)
  • #25 ci(Internal): 👷 Added CodeQL code security workflow (@WasiqB)

Committers: 4