|
1 | 1 | # Atomic-Server status & Feature stability |
2 | 2 |
|
3 | | -If you're contemplating to use Atomic-Server in a production environment, you'll want to know to what extent you could rely on this project. |
| 3 | +If you're contemplating to use Atomic-Server in a production environment, you'll want to know to what extent you could rely on this project. |
4 | 4 | Some features are prone to change, whilst others are already fully working as intended. |
| 5 | +See [Changelog](../CHANGELOG.md) for a historical overview of (breaking) changes. |
5 | 6 | This document describes the current status of Atomic-Server, and specifically which features are stable, and which are not. |
6 | 7 |
|
7 | 8 | ## Stable |
8 | 9 |
|
9 | | -These features are very unlikely to be significantly altered until V1.0. They will also not be dropped. |
| 10 | +These features are very unlikely to be significantly altered until V1.0. They will also not be dropped. |
10 | 11 |
|
11 | 12 | - HTTP Resource fetching. |
12 | 13 | - JSON-AD serialization / parsing. |
13 | | -- TLS / HTTPS setup. |
| 14 | +- TLS / HTTPS setup. |
14 | 15 | - WebSockets. Some features may be added, but for most use cases the current implementation works great. |
15 | 16 | - Commits. There may be changes in the signature algorithm or the likes, but I don't expect much changes. |
16 | 17 | - Storage + migration system. Upgrading your Atomic-Server should not lead to data loss. Migrations are fully automated. |
17 | 18 |
|
18 | 19 | ## Likely to change |
19 | 20 |
|
20 | | -- Endpoint API. Currently only supports GET requests. |
| 21 | +- Endpoint API. Currently only supports GET requests. |
21 | 22 | - Collections / Queries. Relatively stable, but still lacks some important features (like having multiple filters in one Query). |
22 | | -- Cookie Authentication. |
| 23 | +- Cookie Authentication. |
23 | 24 | - Document editor, see [milestone](https://github.com/atomicdata-dev/atomic-data-browser/milestone/2). |
24 | 25 | - Table editor, see [milestone](https://github.com/atomicdata-dev/atomic-data-browser/milestone/3). |
25 | 26 | - URL requirements for new URLS, see [issue](https://github.com/atomicdata-dev/atomic-data-rust/issues/556) |
|
0 commit comments