Skip to main content

Deprecations

All good things must come to an end. Over time (parts of) services may become deprecated on the EVA backend. If your application is using deprecated features you will start receiving EVA-Warning headers in your responses.

If you are using the TypeScript SDK these will automatically be logged as warnings to your console. You will want to keep an eye on these.

The EVA API exposes a route to retrieve which features will be deprecated and when. It will also detail in which release the deprecation was added and at which release the deprecation will go into effect.

A more human friendly way to browse and search the deprecations is the Deprecator 2000.

EVA Typings#

Our various SDKs provide schemas and declarations that can greatly benefit in helping to track down where you might be using deprecated features.

More information#

Some deprecations are more involved then others. In general the deprecation message should provide enough information to get started. If needed a guide will be made available for specific deprecations either through our partner channels, Slack or a blog post here on the dev hub.