Versioning Policy

UOF SDK versioning supports the evolution of our services without impacting our current clients' integrations.

The packages are available via standard package repositories (Maven Centralarrow-up-right and nuget.orgarrow-up-right)

Release Schedule

Once a year new major release is planned.

The major release may include:

  • updated libraries

  • removed obsolete methods or properties

  • may include breaking interface changes

circle-exclamation
circle-exclamation
circle-check

Version Number

major.minor.patch (i.e. 3.1.0)

We consider the following to classify the changes

  • Major release - includes breaking changes and new product features

  • Minor release critical bug fixes and/or new product features

  • Patch release - other bug fixes

Last updated

Was this helpful?