Skip to content

Releases: Origens-Dev/gobeyond

v0.1.0-alpha.18

v0.1.0-alpha.18 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 04:49
455f454

0.1.0-alpha.18

  • Breaking: reject root workers/durables.go. Authored durables must live under workers/<id>/durables.go (migrate with mkdir workers/default && mv workers/durables.go workers/default/). Keep package durables for the default worker folder — default is a Go keyword.
  • adapters/temporal supports mTLS via GOBEYOND_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" in dist/deploy/workers.json (v1 default).

v0.1.0-alpha.17

v0.1.0-alpha.17 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 03:03
a4bd7b2

0.1.0-alpha.17

  • Rename @go-beyond/workflows surface from World jargon to WorkflowClient.
    Configure with workflows.use(createClient()) from @origens-dev/temporal.

v0.1.0-alpha.16

v0.1.0-alpha.16 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 02:35
48894cf

0.1.0-alpha.16

  • Keep create-gobeyond scaffold dependency pins aligned with the release version.

v0.1.0-alpha.15

v0.1.0-alpha.15 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 02:30
b34248c

0.1.0-alpha.15

  • Skip Metadata materialization when the site has no app/ Metadata files, so builds do not require the alpha.14 materialize-metadata compiler subcommand unless those files are present.

v0.1.0-alpha.14

v0.1.0-alpha.14 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 02:20
c8a76f7

0.1.0-alpha.14

  • Drop required internal/site hook surface. internal/ is for app code.
  • Optional website-root middleware.go exporting Middleware(); omit when unused.
  • Generated registry opens cache via openfromenv; loaders use ctx.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/compiler into dist/static.
  • public/ remains a generic static escape hatch; same URL from app/ and public/ is a hard error.
  • Add @go-beyond/react/og (ImageResponse) for build-time metadata images.

v0.1.0-alpha.13

v0.1.0-alpha.13 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 01:07
df3793b

0.1.0-alpha.13

  • Breaking: gobeyond-owned projections move from .generated/ to generated/.
    Go ignores directories whose names start with ., which broke site builds with
    import paths like module/.generated/routes.
  • gobeyond generate removes legacy .generated/ / internal/gobeyondgen/ and
    rewrites authored import paths.

Studio / app migration

  1. Upgrade to this release
  2. Run gobeyond generate
  3. 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

v0.1.0-alpha.12 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 00:48
1bc4c76

0.1.0-alpha.12

  • Publish @go-beyond/workflows via 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

v0.1.0-alpha.9 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 29 Jul 05:54
717e79c

What's Changed

New Contributors

Full Changelog: https://github.com/Origens-Dev/gobeyond/commits/v0.1.0-alpha.9

v0.1.0-alpha.11

v0.1.0-alpha.11 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 29 Jul 23:57
040e600

0.1.0-alpha.11

  • Workers/durables authoring under workers/, Temporal adapter, gobeyond.builds/v3 worker binaries
  • Generated site/worker mains under .generated/ (no author server/ tree)
  • @go-beyond/workflows portable 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

v0.1.0-alpha.10 Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 29 Jul 13:21
b9418ba

What's Changed

New Contributors

Full Changelog: https://github.com/Origens-Dev/gobeyond/commits/v0.1.0-alpha.10