File: api-stability.rst

package info (click to toggle)
txacme 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: python: 5,715; makefile: 189
file content (16 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
API stability
=============

txacme is versioned according to `SemVer 2.0.0`_. In addition, since SemVer
does not make this explicit, versions following txacme 1.0.0 will have a
"rolling compatibility" guarantee: new major versions will not break behaviour
that did not already emit a deprecation warning in the latest minor version of
the previous major version series.

The current version number of 0.9.x is intended to reflect the
not-quite-finalized nature of the API. While it is not expected that the API
will change drastically, the 0.9 version series is intended to allow space for
users to experiment and identify any issues obstructing their use cases so that
these can be corrected before the API is finalized in the 1.0.0 release.

.. _SemVer 2.0.0: http://semver.org/spec/v2.0.0.html