Skip to content

Releases: restatedev/examples

v1.7.5

Choose a tag to compare

@github-actions github-actions released this 16 Jul 10:05
7f018ab
Bump Java to 2.9.2 (#404)

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 14 Jul 12:41
bf4591e
[GithubActions] Update SDK-Java 2.9.1 (#403)

Co-authored-by: slinkydeveloper <6706544+slinkydeveloper@users.noreply.github.com>

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 08 Jul 16:06
9b1e283
Bump ts sdk to 1.16.0 (#399)

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 10:28
b9af259
chore: sync java-api-and-pitfalls.md from docs-restate (#398)

Co-authored-by: slinkydeveloper <6706544+slinkydeveloper@users.noreply.github.com>

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:48
fc5d5b1
Updating go sdk to 1.0.0 (#396)

* Updating go sdk to 0.25.0

* Updating go sdk to 1.0.0

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 13:54
f907b6f
Python and TS SDKs updates (#395)

* Python and TS SDKs updates

* Node version

* More stuff around updating ts sdk

v1.6.6

Choose a tag to compare

@github-actions github-actions released this 24 Apr 11:34

Full Changelog: v1.6.5...v1.6.6

v1.6.5

Choose a tag to compare

@github-actions github-actions released this 24 Apr 11:09

What's Changed

  • Fix icons by @gvdongen in #384
  • Add Restate plugin for AI code assistants to all templates by @gvdongen in #385
  • chore: sync java-api-and-pitfalls.md from docs-restate by @github-actions[bot] in #386
  • Add to coding agent plugin to readme by @gvdongen in #387
  • fix stripe paymentintent parsing by @gvdongen in #388

Full Changelog: v1.6.4...v1.6.5

v1.6.4

Choose a tag to compare

@github-actions github-actions released this 13 Apr 20:21
c19ca09
[GithubActions] Update SDK-Typescript 1.13.0  false false false false…

v1.6.3

Choose a tag to compare

@github-actions github-actions released this 10 Apr 13:33
8b4a646
Add TypeScript OTEL e2e tracing example (#376)

* Add TypeScript e2e OTEL tracing example

- Use TextMapGetter in extractTraceContext so all propagator formats (W3C, B3, Jaeger) work without hardcoding header names
- Explain in README why Node.js auto-instrumentation can't substitute for manual extraction: Restate wraps the HTTP transport layer and handlers replay, so one span per logical invocation requires extracting from ctx.request().attemptHeaders
- Remove committed screenshot (trace.png); add *.png to .gitignore

* Use the new hook api

* Move around + update readme

* Fix

---------

Co-authored-by: slinkydeveloper <me@slinkydeveloper.com>