You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move accumulated Unreleased notes into the [0.1.0] section with the
release date (2026-04-18) and reset [Unreleased] to empty. The v0.1.0
section captures the full surface of the initial public release:
core runtime, 96 AWS services scaffolded, 671/699 boto3 compatibility,
web dashboard, Docker packaging, open-source scaffolding, and the
MECE-organized documentation suite.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+62-9Lines changed: 62 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,70 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
7
7
## [Unreleased]
8
8
9
+
_Nothing yet._
10
+
11
+
## [0.1.0] - 2026-04-18
12
+
13
+
First public release of DevCloud — a local development companion for cloud-native apps. Positioned as an on-ramp to the cloud, not a replacement: iterate locally without cloud bills, then land cleanly on your target CSP.
14
+
9
15
### Added
10
-
-`LICENSE` file at repository root (MIT)
11
-
-`CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, `SECURITY.md` community health files
-`.github/release-drafter.yml` and `.github/labeler.yml` configuration
16
16
17
-
## [0.1.0] - TBD
17
+
**Core runtime**
18
+
- Single-binary HTTP gateway on port **4747** with multi-protocol support (REST-XML, JSON 1.0, JSON 1.1, REST-JSON, Query) and middleware chain (error recovery, body limit, CORS, request ID, structured logging).
19
+
- Plugin registry with deterministic service initialization order and graceful shutdown.
20
+
- Zero-config startup: server runs with embedded default configuration if `devcloud.yaml` is absent.
21
+
- Config loader with `Load()` (strict) and `LoadOrDefault()` (graceful fallback to embedded).
- SPDX-License-Identifier headers on all Go sources, enforced by `scripts/add-spdx-header.sh` via pre-commit hook; codegen templates emit the header automatically.
52
+
53
+
**Documentation**
54
+
-`README.md` with on-ramp positioning and Quick Start.
0 commit comments