Skip to content
roesekoSICKAG edited this page Dec 16, 2024 · 7 revisions

IO-Link C4/PG52 - JSON Integration

Next Release Q1/2025 Q3/2025

  • general fixes and improvements
  • MQTT extensions
  • Async API specification for MQTT
  • Wireless additions

Workflow

image

More information

Git Naming Convention / Branch Naming

  • Must:

    • Include a short descriptive summary in imperative present tense
    • Use Hyphens for separating words
  • May:

    • Include the work type: feature, refactor, bugfix, hotfix, etc.
    • Include corresponding ticket/story id (e.g. from Jira, GitHub issue, etc.)
    • Suggested Forma: {work type e.g.}/{2-3 word summary}/{story or ticket id}_

Example: git checkout -b feature/oauth-migration/ATL-244

Review process