Skip to content

Release v0.2.27

Latest

Choose a tag to compare

@jfrench9 jfrench9 released this 02 Feb 23:47

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_TOKEN requirement when pushing to protected repositories and branches
  • Implemented branch existence checks in workflow validation
  • Improved security by standardizing GITHUB_TOKEN usage 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


🤖 Generated with Claude Code