Skip to content

Commit f49c7ba

Browse files
authored
Update note on durable storage
1 parent 6a4121f commit f49c7ba

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@ mechanism of the host JavaScript environment.
2121
This implementation's major.minor version number corresponds to the version of
2222
the Transit specification it supports.
2323

24-
_NOTE: Transit is a work in progress and may evolve based on feedback.
25-
As a result, while Transit is a great option for transferring data
26-
between applications, it should not yet be used for storing data
27-
durably over time. This recommendation will change when the
28-
specification is complete._
24+
_NOTE: Transit is intended primarily as a wire protocol for transferring data between applications. If storing Transit data durably, readers and writers are expected to use the same version of Transit and you are responsible for migrating/transforming/re-storing that data when and if the transit format changes._
2925

3026
## Releases and Dependency Information
3127

0 commit comments

Comments
 (0)