Skip to content

jetls-client: Prepare v0.2.0 release with migration support#318

Merged
aviatesk merged 1 commit intomasterfrom
avi/jetls-client-0.2
Nov 23, 2025
Merged

jetls-client: Prepare v0.2.0 release with migration support#318
aviatesk merged 1 commit intomasterfrom
avi/jetls-client-0.2

Conversation

@aviatesk
Copy link
Copy Markdown
Owner

Update jetls-client to v0.2.0 with enhanced update notification system that guides users through the breaking changes in JETLS installation method.

Changes:

  • Update CHANGELOG.md with v0.2.0 release notes including breaking changes and installation steps
  • Implement three-tier notification system in checkForUpdates():
    1. First-time installation: Welcome message with 'Install JETLS' button that runs the new installation command
    2. v0.1.x -> v0.2.0 upgrade: Warning message about breaking changes with 'Reinstall JETLS' button and link to migration guide (CHANGELOG.md#v020)
    3. Normal updates: Standard update notification with 'Update JETLS' button
  • All notifications provide direct terminal commands or documentation links for easy user action

The v0.2.0 release requires users to reinstall JETLS using the new jetls executable app method instead of the previous runserver.jl approach. The notification system ensures smooth migration for existing users while providing clear onboarding for new users.

Update jetls-client to v0.2.0 with enhanced update notification system that
guides users through the breaking changes in JETLS installation method.

Changes:
- Update CHANGELOG.md with v0.2.0 release notes including breaking changes
  and installation steps
- Implement three-tier notification system in checkForUpdates():
  1. First-time installation: Welcome message with 'Install JETLS' button
     that runs the new installation command
  2. v0.1.x -> v0.2.0 upgrade: Warning message about breaking changes with
     'Reinstall JETLS' button and link to migration guide (CHANGELOG.md#v020)
  3. Normal updates: Standard update notification with 'Update JETLS' button
- All notifications provide direct terminal commands or documentation links
  for easy user action

The v0.2.0 release requires users to reinstall JETLS using the new
`jetls` executable app method instead of the previous runserver.jl approach.
The notification system ensures smooth migration for existing users while
providing clear onboarding for new users.
@aviatesk aviatesk merged commit bd82e0c into master Nov 23, 2025
10 of 11 checks passed
@aviatesk aviatesk deleted the avi/jetls-client-0.2 branch November 23, 2025 18:07
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.23%. Comparing base (5475ec0) to head (69c6784).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   64.23%   64.23%           
=======================================
  Files          40       40           
  Lines        4214     4214           
=======================================
  Hits         2707     2707           
  Misses       1507     1507           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

aviatesk added a commit that referenced this pull request Nov 25, 2025
Update jetls-client to v0.2.0 with enhanced update notification system that
guides users through the breaking changes in JETLS installation method.

Changes:
- Update CHANGELOG.md with v0.2.0 release notes including breaking changes
  and installation steps
- Implement three-tier notification system in checkForUpdates():
  1. First-time installation: Welcome message with 'Install JETLS' button
     that runs the new installation command
  2. v0.1.x -> v0.2.0 upgrade: Warning message about breaking changes with
     'Reinstall JETLS' button and link to migration guide (CHANGELOG.md#v020)
  3. Normal updates: Standard update notification with 'Update JETLS' button
- All notifications provide direct terminal commands or documentation links
  for easy user action

The v0.2.0 release requires users to reinstall JETLS using the new
`jetls` executable app method instead of the previous runserver.jl approach.
The notification system ensures smooth migration for existing users while
providing clear onboarding for new users.
aviatesk added a commit that referenced this pull request Nov 25, 2025
Update jetls-client to v0.2.0 with enhanced update notification system that
guides users through the breaking changes in JETLS installation method.

Changes:
- Update CHANGELOG.md with v0.2.0 release notes including breaking changes
  and installation steps
- Implement three-tier notification system in checkForUpdates():
  1. First-time installation: Welcome message with 'Install JETLS' button
     that runs the new installation command
  2. v0.1.x -> v0.2.0 upgrade: Warning message about breaking changes with
     'Reinstall JETLS' button and link to migration guide (CHANGELOG.md#v020)
  3. Normal updates: Standard update notification with 'Update JETLS' button
- All notifications provide direct terminal commands or documentation links
  for easy user action

The v0.2.0 release requires users to reinstall JETLS using the new
`jetls` executable app method instead of the previous runserver.jl approach.
The notification system ensures smooth migration for existing users while
providing clear onboarding for new users.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant