Skip to content

Conversation

@TheMeinerLP
Copy link
Contributor

Proposed changes

Add semversion parser into translation service to correctly handle versions like "1.21.3" to improve legacy translation detection as a result.

This pr fixes #206.

Types of changes

What types of changes does your code introduce to this project?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of
them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before
merging your code.

  • I have read the CONTRIBUTING.md
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you
did and what alternatives you considered, etc...

@TheMeinerLP TheMeinerLP requested a review from a team as a code owner November 21, 2025 21:34
@github-actions
Copy link

github-actions bot commented Nov 21, 2025

Unit Test Results

10 tests   10 ✅  1s ⏱️
 3 suites   0 💤
 3 files     0 ❌

Results for commit 8e843ac.

♻️ This comment has been updated with latest results.

@TheMeinerLP TheMeinerLP merged commit ae1396c into main Nov 21, 2025
9 checks passed
@TheMeinerLP TheMeinerLP deleted the themeinerlp/hotfix/GH-206_fix_dection_for_legacy_translation branch November 21, 2025 21:40
github-actions bot pushed a commit that referenced this pull request Nov 21, 2025
## [2.7.2](v2.7.1...v2.7.2) (2025-11-21)

### Bug Fixes

* improve legacy version detection for translation service ([2108329](2108329))
* improve legacy version detection for translation service ([#207](#207)) ([ae1396c](ae1396c))
* suppress deprecation warning in translation service provider ([8e843ac](8e843ac))
@github-actions
Copy link

🎉 This PR is included in version 2.7.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Translation is broken on Paper 1.21.1

2 participants