Skip to content

Releases: restatedev/examples

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>

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:07
394792f
Bump ts sdk to 1.11.1, python sdk to 0.16.0 (#379)

v1.6.1

Choose a tag to compare

@github-actions github-actions released this 12 Mar 17:24
e879453
Bump ts sdk to 1.11.0 (#378)

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 13:46
23fb664
Other bumps (#375)

v1.5.24

Choose a tag to compare

@github-actions github-actions released this 15 Jan 15:56
Update to python 0.14.2

v1.5.23

Choose a tag to compare

@github-actions github-actions released this 15 Jan 13:53
2407bc6
Update to python 0.14.1 (#373)

v1.5.22

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:43
964efa1
Jetbrains AI assistant/Junie files (#371)

* Jetbrains AI assistant/Junie files

* Remove mention to annotation processor

v1.5.21

Choose a tag to compare

@github-actions github-actions released this 14 Jan 10:30
Add automation for new java/kotlin/go template repos

v1.5.20

Choose a tag to compare

@github-actions github-actions released this 13 Jan 18:16
b7caab3
Add new java templates using the new API (#370)

* Add new java templates using the new API

* Records exposed in public api should be public too

v1.5.19

Choose a tag to compare

@github-actions github-actions released this 08 Jan 11:44
69b06f0
Bump python SDK (#368)