Versions

The Android PoqSDK has a single version for all its modules with the format {YYYY}.{SS/AW}-{ReleaseNumber}.{Patch} where:

  • {YYYY}: it is the year where that version was released.
  • {SS/AW}: it is the season identifier, where SS is spring-summer and AW is autumn-winter.
  • {ReleaseNumber}: it is a sequential number that indicates the number of releases in that season.
  • {Patch}: it is a sequential number that indicates the number of hotfixes in that release.

You should expect that seasonal releases (transitioning from SS to AW or vice versa) includes more features, changes and breaking changes than releases inside the same season. Also, patch releases should include only bug fixes with minimal changes and breaking changes. It is important to note that this is a general guideline, not a strict rule. Always refer to the release notes and migration guides for each specific version to understand the exact changes and potential breaking changes.