Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-10 | 1.1 kB | |
v1.50.0 -- Redact sensitive data _ other improvements source code.tar.gz | 2025-09-10 | 2.7 MB | |
v1.50.0 -- Redact sensitive data _ other improvements source code.zip | 2025-09-10 | 3.8 MB | |
Totals: 3 Items | 6.5 MB | 1 |
Redacting sensitive data in Encore.ts
When handling sensitive information like API keys, passwords, or personally identifiable information (PII), you may want to prevent these details from appearing in traces.
Encore.ts now allows you to mark an endpoint as sensitive to redact payloads and headers from traces for that endpoint. Read more in the docs
What's Changed
- runtimes/core: add support for pgvector type by @fredr in https://github.com/encoredev/encore/pull/2055
- runtimes/js: add tags to stream endpoints options by @fredr in https://github.com/encoredev/encore/pull/2056
- runtimes/core+js: add option to redact tracing details for endpoint by @fredr in https://github.com/encoredev/encore/pull/2057
- runtimes/go: fix custom http status on external service to service calls by @fredr in https://github.com/encoredev/encore/pull/2058
- docs/ts: sensitive api option by @fredr in https://github.com/encoredev/encore/pull/2059
Full Changelog: https://github.com/encoredev/encore/compare/v1.49.3...v1.50.0