Releases: Origens-Dev/gobeyond
Releases · Origens-Dev/gobeyond
Release list
v0.1.0-alpha.18
0.1.0-alpha.18
- Breaking: reject root
workers/durables.go. Authored durables must live underworkers/<id>/durables.go(migrate withmkdir workers/default && mv workers/durables.go workers/default/). Keeppackage durablesfor the default worker folder —defaultis a Go keyword. adapters/temporalsupports mTLS viaGOBEYOND_TEMPORAL_TLS_CERT+GOBEYOND_TEMPORAL_TLS_KEY(tls.X509KeyPair, TLS 1.2+). Reject half-set PEMs and API key + mTLS together; plaintext / API-key dial unchanged when neither TLS pair is set.- Stamp
"adapter": "temporal"indist/deploy/workers.json(v1 default).
v0.1.0-alpha.17
0.1.0-alpha.17
- Rename
@go-beyond/workflowssurface from World jargon toWorkflowClient.
Configure withworkflows.use(createClient())from@origens-dev/temporal.
v0.1.0-alpha.16
0.1.0-alpha.16
- Keep
create-gobeyondscaffold dependency pins aligned with the release version.
v0.1.0-alpha.15
0.1.0-alpha.15
- Skip Metadata materialization when the site has no
app/Metadata files, so builds do not require the alpha.14materialize-metadatacompiler subcommand unless those files are present.
v0.1.0-alpha.14
0.1.0-alpha.14
- Drop required
internal/sitehook surface.internal/is for app code. - Optional website-root
middleware.goexportingMiddleware(); omit when unused. - Generated registry opens cache via
openfromenv; loaders usectx.PublicOrigin. - Mirror Next.js Metadata file conventions under
app/(robots,sitemap,manifest,favicon,icon,apple-icon,opengraph-image,twitter-image), materialized at build time by@go-beyond/compilerintodist/static. public/remains a generic static escape hatch; same URL fromapp/andpublic/is a hard error.- Add
@go-beyond/react/og(ImageResponse) for build-time metadata images.
v0.1.0-alpha.13
0.1.0-alpha.13
- Breaking: gobeyond-owned projections move from
.generated/togenerated/.
Go ignores directories whose names start with., which broke site builds with
import paths likemodule/.generated/routes. gobeyond generateremoves legacy.generated//internal/gobeyondgen/and
rewrites authored import paths.
Studio / app migration
- Upgrade to this release
- Run
gobeyond generate - Build entry is
generated/cmd/site
Go module: github.com/Origens-Dev/gobeyond@v0.1.0-alpha.13
npm packages under the next dist-tag.
v0.1.0-alpha.12
0.1.0-alpha.12
- Publish
@go-beyond/workflowsvia OIDC trusted publishing - Document Worlds as
@origens-dev/temporal
Go module: github.com/Origens-Dev/gobeyond@v0.1.0-alpha.12
npm packages published under the next dist-tag:
@go-beyond/schema@go-beyond/compiler@go-beyond/react@go-beyond/vite@go-beyond/workflows@go-beyond/create-gobeyond
v0.1.0-alpha.9
What's Changed
- Initial GoBeyond MVP by @holbrookab in #1
- Co-locate Go route code with React by @holbrookab in #2
- Expand protected React APIs (0.1.0-alpha.3) by @holbrookab in #3
- Persist nested layouts across soft navigation and ship 0.1.0-alpha.4 by @holbrookab in #4
- Reduce portable compiler memory with a shared TypeScript program by @holbrookab in #5
- Lazy route residency: pack-only plans and static entries by @holbrookab in #6
- Fix workload identity cache privacy by @holbrookab in #7
- Signal hosted readiness on accept and resume by @holbrookab in #8
- Default favicon when Metadata.Icons is omitted by @holbrookab in #9
- Generate page schemas from Go props by @holbrookab in #10
- Fix typed enum sample props by @holbrookab in #11
- Release 0.1.0-alpha.9 by @holbrookab in #12
New Contributors
- @holbrookab made their first contribution in #1
Full Changelog: https://github.com/Origens-Dev/gobeyond/commits/v0.1.0-alpha.9
v0.1.0-alpha.11
0.1.0-alpha.11
- Workers/durables authoring under
workers/, Temporal adapter,gobeyond.builds/v3worker binaries - Generated site/worker mains under
.generated/(no authorserver/tree) @go-beyond/workflowsportable client (requires a configured World)- create-gobeyond updated for generated site entry + site hooks
Go module: github.com/Origens-Dev/gobeyond@v0.1.0-alpha.11
npm packages published under the next dist-tag:
@go-beyond/schema@go-beyond/compiler@go-beyond/react@go-beyond/vite@go-beyond/workflows@go-beyond/create-gobeyond
v0.1.0-alpha.10
What's Changed
- Initial GoBeyond MVP by @holbrookab in #1
- Co-locate Go route code with React by @holbrookab in #2
- Expand protected React APIs (0.1.0-alpha.3) by @holbrookab in #3
- Persist nested layouts across soft navigation and ship 0.1.0-alpha.4 by @holbrookab in #4
- Reduce portable compiler memory with a shared TypeScript program by @holbrookab in #5
- Lazy route residency: pack-only plans and static entries by @holbrookab in #6
- Fix workload identity cache privacy by @holbrookab in #7
- Signal hosted readiness on accept and resume by @holbrookab in #8
- Default favicon when Metadata.Icons is omitted by @holbrookab in #9
- Generate page schemas from Go props by @holbrookab in #10
- Fix typed enum sample props by @holbrookab in #11
- Release 0.1.0-alpha.9 by @holbrookab in #12
- Fix generated page props projection by @holbrookab in #13
New Contributors
- @holbrookab made their first contribution in #1
Full Changelog: https://github.com/Origens-Dev/gobeyond/commits/v0.1.0-alpha.10