Skip to content

Releases: nullplatform/services-dynamo-db

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 23 Sep 16:24
96298a5

0.4.1 (2026-09-23)

Bug Fixes

  • install the pinned tofu when the cached one is older (e779caf)
  • reject pre-1.10 tofu so a stale /tmp cache cannot break init (cb042f3)
  • require the pinned tofu version instead of a 1.10 floor (f8715e2)

Artifact

Image public.ecr.aws/nullplatform/services/dynamo-db:v0.4.1
Digest sha256:4990eb694fafbb2a89f383c929285117a3cf2dde4b29b9949413b3243a4f9ec5
Pinned reference public.ecr.aws/nullplatform/services/dynamo-db@sha256:4990eb694fafbb2a89f383c929285117a3cf2dde4b29b9949413b3243a4f9ec5
Artifact ID 20b41b7f-36e9-4382-ade3-227312341cad

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 18 Sep 17:41
93eae39

0.4.0 (2026-09-18)

Features

  • dependabot for base image bumps (d22c31e)
  • dependabot for base image bumps (b95fa98)

Bug Fixes

  • ci: auto-merge the release PR from workflow_run; Dependabot commits as fix(deps) (5f3d40e)
  • deps: bump nullplatform/scopes/worker-bridge from 1.0.0 to 1.1.1 (fb59d46)

Artifact

Image public.ecr.aws/nullplatform/services/dynamo-db:v0.4.0
Digest sha256:96a37437f9ba85864e6caf27e856877d596c03840d916dd8b4a08979020fb865
Pinned reference public.ecr.aws/nullplatform/services/dynamo-db@sha256:96a37437f9ba85864e6caf27e856877d596c03840d916dd8b4a08979020fb865
Artifact ID 20b41b7f-36e9-4382-ade3-227312341cad

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 20:03
d043321

0.3.1 (2026-09-14)

Bug Fixes

  • deps: bump OpenTofu to 1.12.6 (#7) (7f3461c)

Artifact

Image public.ecr.aws/nullplatform/services/dynamo-db:v0.3.1
Digest sha256:9ca26f893d5f5210afb8bc192ebb0c2d8f5abb03604156a9c29fe2bccd461049
Pinned reference public.ecr.aws/nullplatform/services/dynamo-db@sha256:9ca26f893d5f5210afb8bc192ebb0c2d8f5abb03604156a9c29fe2bccd461049
Artifact ID 20b41b7f-36e9-4382-ade3-227312341cad

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 16:56
7331d51

0.3.0 (2026-09-09)

Features

  • ci: build+push the worker image and register its artifact on release (#5) (add027e)

Artifact

Image public.ecr.aws/nullplatform/services/dynamo-db:v0.3.0
Digest sha256:b6e7887d2443bb195eb6c1fab99e9e5fee4dbab276ce5abca9fe4f07ef3b4561
Pinned reference public.ecr.aws/nullplatform/services/dynamo-db@sha256:b6e7887d2443bb195eb6c1fab99e9e5fee4dbab276ce5abca9fe4f07ef3b4561
Artifact ID 20b41b7f-36e9-4382-ade3-227312341cad

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 19:47
9e9f312

0.2.0 (2026-08-07)

Features

  • trigger: restrict the link to scopes (#3) (91beb15)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:20
ba08beb

0.1.0 (2026-07-31)

Features

  • agent permissions role (9407b61)
  • assume role from identity-access-control provider (2374e90)
  • dynamodb table with streams, ttl, gsi and deletion protection (3d18f36)
  • entrypoints and tofu execution (d4fa693)
  • per-link iam user with access levels (480102d)
  • service and connect link specs (60d6416)
  • service and link workflows (bbfaeef)
  • service context building and output persistence (b519c34)
  • trigger link wiring table streams to lambda (f048150)

Bug Fixes

  • allow tag reads on the mapping and point it at the alias (7ec3728)
  • allow the reads the lambda data source actually performs (5c84c68)
  • fail with a clear message when the trigger target has no alias (20aeca1)
  • isolate link workspaces so a link cannot destroy the table (b0316ab)
  • read the linked scope from the context tags (9539879)
  • reject a sort key equal to the partition key with a readable error (00d307c)
  • resolve the service name from the api when the context omits it (eda4986)
  • stop the connect link from exporting what the service already exports (f7da500)