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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.550] - 2026-06-25
9
+
10
+
### Added
11
+
12
+
-**RustAPI Cloud (v0.1.1)** vendored under `RustAPI-Cloud/`: deploy pipeline, GitHub OAuth, public HTTPS URLs for user apps (`https://{project}-{user8}.rustapi.{domain}`), nginx wildcard routing, and production `install.sh`.
13
+
-**`cargo rustapi deploy status`**: poll deploy job progress from the CLI.
14
+
-**`RUSTAPI_CONFIG_PATH`**: isolate CLI cloud credentials during tests and multi-profile setups.
15
+
-**`Multipart` / `Headers``OperationModifier`**: OpenAPI-aware handler metadata for deploy and upload routes.
16
+
17
+
### Fixed
18
+
19
+
- Binary-safe multipart parsing in `rustapi-core`.
20
+
- CLI deploy status HTTP client timeout.
21
+
- Domain spelling and production defaults for `tunayinbayramharcligi.com` deploy host.
22
+
23
+
### Changed
24
+
25
+
-`RustAPI-Cloud` stays in the monorepo but **excluded** from the published workspace (not on crates.io).
26
+
- Cloud default port `3002`; Postgres bound to `127.0.0.1:5435` in docker-compose.
27
+
8
28
## [0.1.537] - 2026-06-23
9
29
10
30
### Changed
@@ -550,7 +570,8 @@ This release delivers a **12x performance improvement**, bringing RustAPI from ~
550
570
-`extras` meta-feature for common optional features
0 commit comments