API Versioning

The PubSub+ Messaging APIs have implemented a semantic versioning system that uses a numbering pattern of MAJOR.MINOR.PATCH. With this system, increments to each of these numbers has a specific meaning:

  • MAJOR
  • Incompatible API changes were made

  • MINOR
  • Backwards-compatible functionality was added

  • PATCH
  • Backwards-compatible bug fixes were made