RoboSystems Python SDK v0.2.27
Summary
Infrastructure release focused on enhancing GitHub Actions workflows with improved authentication and security for protected repositories and branches.
🔧 Infrastructure Improvements
- Enhanced GitHub Actions workflows with improved token validation and authentication
- Added support for
ACTIONS_TOKENrequirement when pushing to protected repositories and branches - Implemented branch existence checks in workflow validation
- Improved security by standardizing
GITHUB_TOKENusage across workflows
🔒 Security Enhancements
- Strengthened authentication mechanisms for protected repository operations
- Updated token handling for enhanced security and functionality
Technical Changes
- Modified all GitHub Actions workflow files (
.github/workflows/create-pr.yml,create-release.yml,tag-release.yml) - Updated project configuration in
pyproject.toml - Workflows now properly handle protected branch scenarios with appropriate token requirements
This is primarily a maintenance release improving CI/CD infrastructure - no user-facing changes.
📊 Release Statistics
- Commits: 7
- Files Changed: 4
- Lines Added: 40
- Lines Deleted: 9
- Previous Release: v0.2.26
🔗 Links
- Full Changelog: v0.2.26...v0.2.27
- All Releases: View all releases
🤖 Generated with Claude Code