-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2581 from didier-wenzek/docs/add-legacy-section
Add a legacy documentation section
- Loading branch information
Showing
9 changed files
with
291 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: Legacy | ||
tags: [Legacy] | ||
sidebar_position: 9 | ||
--- | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
Thin-edge 1.0 introduced a set of breaking changes that might affect plugins and extensions implemented on previous versions. | ||
|
||
In most cases, a compatibility layer has been introduced to smooth the transition. | ||
For instance, any measurement published by an extension on the former topic `tedge/measurement` | ||
is republished by the **tedge-agent** to the topic `te/device/main///m/` | ||
which is dedicated to untyped measurements for the main device. | ||
|
||
However, the compatibility layers don't address all the breaking changes and, in any case, they will be deprecated medium-term. | ||
Here are the developer guides to port a legacy extension to the new thin-edge API. | ||
|
||
<DocCardList /> |
Oops, something went wrong.
ed98b31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Robot Results