Skip to content

v0.0.1-alpha.19

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Jul 10:37
f509ed5

Overcast v0.0.1-alpha.19

Docker Images

Full image with the web management console:

  • Pull: ghcr.io/neaox/overcast:0.0.1-alpha.19
  • Channel tag: ghcr.io/neaox/overcast:alpha
  • Registry: overcast package

Headless slim image for CI pipelines:

  • Pull: ghcr.io/neaox/overcast-slim:0.0.1-alpha.19
  • Channel tag: ghcr.io/neaox/overcast-slim:alpha
  • Registry: overcast-slim package
docker run --rm -p 4566:4566 -p 4567:4567 ghcr.io/neaox/overcast:0.0.1-alpha.19
docker run --rm -p 4566:4566 ghcr.io/neaox/overcast-slim:0.0.1-alpha.19

Native Binaries

Download a binary for your platform from the assets below and verify it with SHA256SUMS.

Asset SHA256
overcast-darwin-amd64 3e3b852bacb8e5da14835029cebda94fbecd7b2659b82112afd06cdc92484e3b
overcast-darwin-arm64 54fa9723a39005663c82b67a58e18597173e96384ffc966d69215103efae8331
overcast-linux-amd64 d229352ff66c7383e7ee9f5e85b2aa312226991a4060e7ff8978fcef559199e9
overcast-linux-arm64 7e1fc4b5f44971e15391f6b88113b17dff0e2e68123c083b7949c3ba2b1bbe0c
overcast-windows-amd64.exe d0ec57c468d60946eb7b703af7b074e1a398d055c163f8a7290518dcc055cfdd
overcastd-darwin-amd64 a5f9c5630d71f9922c9ba91f740816264b6ce1baf290e687f13c09ee96d6f6d8
overcastd-darwin-arm64 9cb23a44b8637b8d71e54cce7578c0735660f0d86dc23125758b3773331c8764
overcastd-linux-amd64 a8f69de4a18fc2c835ac32df875a5e4ee01f51b842e2d10682c698d35d42ac99
overcastd-linux-arm64 793f7b5493f2fb93b2da3a3f5c382923340d47ac81368111a9eae20521b01ca8
overcastd-windows-amd64.exe 1644aeea619768b69557fb76127048e495b59a9891dd306a4d6a3fe6469d00a9

Release Notes

Fixed

  • AppSync/CloudFormationAWS::AppSync::GraphQLApi now accepts CDK/CloudFormation tag arrays, provisions environment variables, exposes GraphQLEndpointArn, supports S3-backed schema/resolver/function/channel namespace assets, provisions domain names, domain associations, API caches, source API associations, Events APIs, and channel namespaces, routes AppSync tag APIs without colliding with MSK, and validates CreateGraphqlApi/UpdateGraphqlApi consistently across REST and typed protocol paths.
  • SQSReceiveMessage replay with ReceiveRequestAttemptId is invalidated after deletes or visibility changes, CreateQueue rejects FIFO-only attributes on standard queues and returns QueueNameExists on idempotent conflicts, and SendMessage validates delay, FIFO delay, and body size constraints.
  • Web UI — debug sidebar navigation and raw-state links now stay hidden unless OVERCAST_DEBUG is enabled for the connected emulator.

Release: https://github.com/Neaox/overcast/releases/tag/v0.0.1-alpha.19