Skip to content

Releases: smartmobilefactory/SMF-Fastlane-Commons

v2.0.0 - Remove deprecated upload services

01 Jul 14:45

Choose a tag to compare

🚨 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_appcenter lanes for iOS and Android
  • Removed smf_appcenter_api.rb and upload precheck functionality
  • Removed smf_create_appcenter_push lane
  • Removed related environment variables and constants

HockeyApp Upload (Discontinued 2019)

  • Removed smf_android_upload_to_hockey and smf_ios_upload_to_hockey lanes
  • Removed related environment variables and constants

Google Spreadsheets Integration (No longer used)

  • Removed smf_google_spread_sheet_api.rb and all related functionality
  • Removed Google Sheets API authentication and data upload methods
  • Removed all related constants

MetaDB Integration

  • Removed smf_get_meta_db_project_name function
  • Updated smf_report_metrics calls to remove meta_db_project_name parameter

🔄 Service Updates

JIRA URL Update

  • Updated JIRA base URL from smartmobilefactory.atlassian.net to sosimple.atlassian.net

📚 Documentation

Added Project Documentation

  • Added CLAUDE.md with 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 changes

Or 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