From f508bd7e923f17a3a125a21d52df977ce39fe971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 28 Jun 2022 12:59:26 +0200 Subject: [PATCH] FEATURES.md: add idea for versioning API --- FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 929b6714..b3fdb49e 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -67,6 +67,8 @@ Note that list is **not** in any specific order. - [ ] Jobs - [ ] Tasks +- [ ] Add a version to the API URLs, so like `/api/v3/blabla`, to aid in later upgrades. + - [ ] Worker sleep schedule - [ ] CLI option to write built-in job compiler scripts to disk - [ ] Support pausing jobs.