Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@ Note: This top-level changelog is maintained for the historical single-package `
Since the monorepo split and independent package versioning, release notes live in per-package
changelogs under `packages/*/CHANGELOG.md` and in GitHub releases.

## Roadmap

- Support more platforms than Node.js https://github.com/transloadit/node-sdk/issues/153
- Other improvements, see https://github.com/transloadit/node-sdk/issues/89
- Add JSON Schema export for v4 (`@transloadit/jsonschema` or subpath) once zod v4 tooling is stable.
- Consider promoting alphalib into its own workspace package if/when all consuming repos are v4‑ready.
See [ROADMAP.md](./ROADMAP.md) for planned work.

## Unreleased

Expand Down
10 changes: 10 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Roadmap

- Support more platforms than Node.js https://github.com/transloadit/node-sdk/issues/153
- Other improvements, see https://github.com/transloadit/node-sdk/issues/89
- Add JSON Schema export for v4 (`@transloadit/jsonschema` or subpath) once zod v4 tooling is
stable.
- Consider promoting alphalib into its own workspace package if/when all consuming repos are
v4-ready.
- Revisit `got@15+` once we can raise the Node.js support floor to Node.js 22+ and replace
`form-data` request bodies with native `FormData` plus `Blob`/`File` inputs.