From 5610bfd83a7d5e909e6e4f337d6f5d7f2a503943 Mon Sep 17 00:00:00 2001 From: Roman Onishchenko Date: Wed, 18 Mar 2026 15:13:48 +0100 Subject: [PATCH] update roadmap --- ROADMAP.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 4661144..50e8e3a 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -6,7 +6,17 @@ This document outlines the planned direction for **dfsync** and its packages. A lightweight HTTP client for reliable service-to-service communication. -### 0.4.x — Request lifecycle +### 0.4.x - 0.5.x — API completeness + +Focus: method surface and developer experience. + +Delivered / planned improvements: + +- PATCH method support +- improved method typing +- better examples and documentation + +### 0.6.x — Request lifecycle **Focus**: request control and lifecycle management. @@ -19,7 +29,7 @@ Planned features: --- -### 0.5.x — Observability +### 0.7.x — Observability **Focus**: logging, monitoring, and request insights. @@ -32,7 +42,7 @@ Planned features: --- -### 0.6.x — Integration safety +### 0.8.x — Integration safety **Focus**: safer and more predictable integrations.