Releases: smartmobilefactory/SMF-Fastlane-Commons
Releases · smartmobilefactory/SMF-Fastlane-Commons
v2.0.0 - Remove deprecated upload services
🚨 Breaking Changes Release
This release removes several deprecated and discontinued services from SMF-Fastlane-Commons.
🗑️ Removed Services
AppCenter Upload (Service Discontinued)
- Removed
smf_upload_to_appcenterlanes for iOS and Android - Removed
smf_appcenter_api.rband upload precheck functionality - Removed
smf_create_appcenter_pushlane - Removed related environment variables and constants
HockeyApp Upload (Discontinued 2019)
- Removed
smf_android_upload_to_hockeyandsmf_ios_upload_to_hockeylanes - Removed related environment variables and constants
Google Spreadsheets Integration (No longer used)
- Removed
smf_google_spread_sheet_api.rband all related functionality - Removed Google Sheets API authentication and data upload methods
- Removed all related constants
MetaDB Integration
- Removed
smf_get_meta_db_project_namefunction - Updated
smf_report_metricscalls to remove meta_db_project_name parameter
🔄 Service Updates
JIRA URL Update
- Updated JIRA base URL from
smartmobilefactory.atlassian.nettososimple.atlassian.net
📚 Documentation
Added Project Documentation
- Added
CLAUDE.mdwith comprehensive project overview and development guidelines
📊 Impact Analysis
✅ No active projects affected - Comprehensive repository analysis confirmed that:
- No critical projects use the removed lanes
- AppCenter SDK integrations in projects remain unaffected (separate from upload lanes)
- All removed services were either discontinued or no longer in use
🔙 Rollback Instructions
If you need to rollback to the previous version:
git checkout 269ef61 # Previous commit before breaking changesOr use the previous release tag if you need to stay on an older version.
📈 Statistics
- 28 files changed
- 267 lines added (documentation)
- 936 lines removed (deprecated code)
- 8 files completely deleted