Skip to content

Commit

Permalink
Update temporaltest backwards compatability policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Mar 22, 2023
1 parent a23fd7c commit 9c62b51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion temporaltest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ The `temporaltest` package provides helpers for writing end to end tests against

## Backwards Compatability

This package must not break backwards compatability in accordance with semantic versioning.
This package must not break Go API backwards compatability in accordance with semantic versioning. One exception to this policy is the `WithBaseServerOptions` function, which may have breaking changes in any Temporal server release.

The base configuration (eg. dynamic config values) and behavior of `TestServer` may also be modified in any release. Such changes should be for the purposes of improving performance or stability for testing scenarios.

0 comments on commit 9c62b51

Please sign in to comment.