Skip to content

Commit 57507c8

Browse files
committed
chore: release v0.1.550 (RustAPI) + RustAPI Cloud v0.1.1
1 parent fc74049 commit 57507c8

15 files changed

Lines changed: 215 additions & 302 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ docs/PRODUCTION_CHECKLIST.md
4141
tasks.md
4242
/mcps
4343
/agent-tools
44+
/apps

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
828
## [0.1.537] - 2026-06-23
929

1030
### Changed
@@ -550,7 +570,8 @@ This release delivers a **12x performance improvement**, bringing RustAPI from ~
550570
- `extras` meta-feature for common optional features
551571
- `full` feature for all optional features
552572

553-
[Unreleased]: https://github.com/Tuntii/RustAPI/compare/v0.1.537...HEAD
573+
[Unreleased]: https://github.com/Tuntii/RustAPI/compare/v0.1.550...HEAD
574+
[0.1.550]: https://github.com/Tuntii/RustAPI/compare/v0.1.537...v0.1.550
554575
[0.1.537]: https://github.com/Tuntii/RustAPI/compare/v0.1.528...v0.1.537
555576
[0.1.528]: https://github.com/Tuntii/RustAPI/compare/v0.1.508...v0.1.528
556577
[0.1.397]: https://github.com/Tuntii/RustAPI/compare/v0.1.335...v0.1.397

0 commit comments

Comments
 (0)