view Sphinx/source/faq/versioning.rst @ 235:17f8eda5fccb TomasZubiri/documented-some-parameter-types-expected-1553029141048

Documented some parameter types, expected string formatting and added samples.
author Tomas Zubiri <me@tomaszubiri.com>
date Tue, 19 Mar 2019 20:59:05 +0000
parents 901e8961f46e
children 546a6fc47aa2
line wrap: on
line source

Orthanc versioning
==================

Each release of Orthanc is identified by a version that is made of three parts: ``API.MAJOR.MINOR`` (e.g. 0.5.1).

* API (currently, 0) changes when the REST API is refactored.
* MAJOR changes when a new major feature is introduced (either in the REST API or in the DICOM support), when an incompatibility in the database schema is introduced, or when an important refactoring is achieved.
* MINOR changes after each introduction of a minor feature, after a bugfix, or after a speed or GUI improvement. It also changes when an experimental feature is introduced.