forked from openxpki/openxpki.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroadmap.html
More file actions
32 lines (25 loc) · 926 Bytes
/
Copy pathroadmap.html
File metadata and controls
32 lines (25 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
---
<div class="well">
<h1>Roadmap / Releases</h1>
<h2>Release Cycle</h2>
<p>We do not have an official release cycle but we plan to publish
new releases whenever we add new functionality or in case we find any
severe bugs.</p>
<h2>Versioning</h2>
<p>We follow the <a href="http://semver.org">semantic versioning
guidelines</a>, so you are able to update within the 1.x branch at any
time without touching your config.</p>
<h2>Roadmap / Version 1.x</h2>
<ul>
<li>REST API for request/renewal of certificates</li>
<li>Extend SOAP API for request/renewal of certificates</li>
<li>Dedicated renewal workflow</li>
<li>....</li>
</ul>
<h2>Roadmap / Version 2.x</h2>
<p>Those features are considered to require some more heavy lifting in
the core and might break APIs, so they are scheduled for a 2.x
release.</p>
</div>