Releases: getappbox/install-helper
Releases · getappbox/install-helper
Release list
2.1.0
New
- Validates Dropbox response
- Filter unused upstream response header
- Add test step in github action pipeline
Full Changelog: 2.0.1...2.1.0
2.0.1
2.0.0
New
/api/v1client API onapi.getappbox.com. Moves the mailgun, short urls, webhooks to the middleware./api/v1/latest-versionmerges the GitHub release and Homebrew cask APIs behind a shared cache./api/v1/notifyowns the Slack/Teams webhook payload format server-side, so the payload can change without a new app release.
Security & hardening
- Per-IP rate limiting on every route.
- All
/api/v1routes require a static client token.shorten,mail/sendandnotifyadditionally verify the caller's Dropbox access token upstream, so only logged-in AppBox users can use the short links, send mail or fire webhooks to reduce spam and abuse.
Full Changelog: 1.0.2...2.0.0
1.0.2
- Send 423 if response type is html and title contains link temporarily disabled
Full Changelog: 1.0.1...1.0.2
1.0.1
- Replace PropertyListSerialization with Codable
Full Changelog: 1.0.0...1.0.1
1.0.0
/appinfo/s/*and/appinfo/scl/*– Proxies Dropbox share links, forces direct download, basic deleted-file detection./install/*– Fetches & rewrites iOS manifest (.plist) to ensure direct Dropbox asset delivery (adds dl=1, normalizes host)./cors?url=…– Simple passthrough fetch (CORS helper).