Skip to content

Release 4.27 #2086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 29, 2024
Merged

Release 4.27 #2086

merged 4 commits into from
Nov 29, 2024

Conversation

diemol
Copy link
Member

@diemol diemol commented Nov 29, 2024

User description

Blog post for Selenium 4.27


PR Type

Documentation


Description

  • Introduced a new blog post to announce the release of Selenium 4.27.
  • The post includes significant updates and enhancements across various languages including Python, Ruby, Java, .NET, JavaScript, and Rust.
  • Detailed improvements in Selenium Grid, such as enhanced session handling and server shutdown processes.
  • Updated Docker Selenium with new features like FFmpeg v7.1 and GraphQL metrics exporter.
  • Acknowledged contributors and provided links to follow SeleniumHQ for updates.

Changes walkthrough 📝

Relevant files
Documentation
selenium-4-27-released.md
Add blog post for Selenium 4.27 release announcement         

website_and_docs/content/blog/2024/selenium-4-27-released.md

  • Added a new blog post announcing the release of Selenium 4.27.
  • Highlighted updates and deprecations across multiple languages.
  • Detailed improvements in Selenium Grid and Docker Selenium.
  • Acknowledged contributors to the release.
  • +190/-0 

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Content Validation
    Verify that all links (downloads, team, BiDi) are correctly configured and functional

    Date Accuracy
    Confirm if the release date (2024-11-27) is accurate since it's a future date

    Copy link
    Contributor

    qodo-merge-pro bot commented Nov 29, 2024

    PR Code Suggestions ✨

    Explore these optional code suggestions:

    CategorySuggestion                                                                                                                                    Score
    General
    Fix incorrect future date in blog post metadata to maintain content accuracy

    The date in the frontmatter (2024-11-27) appears to be incorrect since it's set in
    the future. Update it to reflect the actual release date.

    website_and_docs/content/blog/2024/selenium-4-27-released.md [1-5]

     ---
     title: "Selenium 4.27 Released!"
     linkTitle: "Selenium 4.27 Released!"
    -date: 2024-11-27
    +date: 2023-11-27
     tags: ["selenium"]
    • Apply this suggestion
    Suggestion importance[1-10]: 8

    Why: The date being set to 2024-11-27 is incorrect as it's in the future, which could cause confusion and indexing issues. Fixing it to 2023-11-27 is important for content accuracy and proper chronological ordering.

    8
    ✅ Fix truncated commit hash link to ensure proper navigation to the referenced change
    Suggestion Impact:The commit hash link was completed to ensure proper navigation to the referenced change.

    code diff:

    -- Improved retry logic for session creation in distributed grids. ([e4ab299ea4](https://github.com/SeleniumHQ/selenium/commit/e4ab299ea
    +- Improved retry logic for session creation in distributed grids. ([e4ab299ea4](https://github.com/SeleniumHQ/selenium/commit/e4ab299ea4d16943c18e8c31e9db1f7738ed9493))

    The commit hash link appears to be truncated mid-line, which will result in a broken
    link. Complete the full commit hash.

    website_and_docs/content/blog/2024/selenium-4-27-released.md [86]

    -- Improved retry logic for session creation in distributed grids. ([e4ab299ea4](https://github.com/SeleniumHQ/selenium/commit/e4ab299ea
    +- Improved retry logic for session creation in distributed grids. ([e4ab299ea4](https://github.com/SeleniumHQ/selenium/commit/e4ab299ea4))
    • Apply this suggestion
    Suggestion importance[1-10]: 7

    Why: The truncated commit hash link would result in a broken GitHub reference, preventing users from accessing the referenced change. Fixing it ensures proper documentation traceability.

    7

    💡 Need additional feedback ? start a PR chat

    Copy link

    netlify bot commented Nov 29, 2024

    Deploy Preview for selenium-dev ready!

    Name Link
    🔨 Latest commit 4549695
    🔍 Latest deploy log https://app.netlify.com/sites/selenium-dev/deploys/67499822c94c470008e831cd
    😎 Deploy Preview https://deploy-preview-2086--selenium-dev.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify site configuration.

    diemol and others added 2 commits November 29, 2024 11:12
    Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
    @VietND96 VietND96 merged commit 2c917d8 into trunk Nov 29, 2024
    7 checks passed
    @VietND96 VietND96 deleted the release-4-27 branch November 29, 2024 10:33
    selenium-ci added a commit that referenced this pull request Nov 29, 2024
    * Adding post for 4.27 release
    
    * Editing file name
    
    * Fixing truncated line
    
    * Updated for docker-selenium
    
    [deploy site]
    ---------
    
    Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
    Co-authored-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com> 2c917d8
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants