[Automated] Sync main after 1.16.3 release#1171
Conversation
|
No actionable comments were generated in the recent review. 🎉 📝 WalkthroughWalkthroughUpdates mssql native dependencies from SNAPSHOT to released versions (1.16.3) in Ballerina and compiler plugin configuration files, and bumps the Gradle script version to 1.16.4-SNAPSHOT in gradle.properties. No functional or control flow changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1171 +/- ##
============================================
- Coverage 82.46% 82.25% -0.22%
+ Complexity 193 192 -1
============================================
Files 19 19
Lines 924 924
Branches 159 159
============================================
- Hits 762 760 -2
- Misses 89 90 +1
- Partials 73 74 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sync main after 1.16.3 release
Overview
This pull request synchronizes the main branch following the 1.16.3 release. It updates dependencies to use finalized release versions and prepares the repository for the next development iteration.
Changes
ballerina/Ballerina.tomlandballerina/CompilerPlugin.tomlfrom snapshot builds to the stable 1.16.3 release versionsgradle.propertiesfrom 1.16.3-SNAPSHOT to 1.16.4-SNAPSHOT to establish the next development cycleImpact
These changes establish the released state of the 1.16.3 version and prepare the codebase for ongoing development toward the next release.