Commit ebb6c37
authored
chore(main): release js-sdk 0.5.0 (#247)
🤖 I have created a release *beep* *boop*
---
##
[0.5.0](js-sdk-v0.4.0...js-sdk-v0.5.0)
(2022-10-03)
This release makes some change to `errors` and `reasons`. Errors are now
an enumeration, and reasons are a free-form string. The
`EvaluationDetails` and `ResolutionDetails` structures also now include
an optional `errorMessage` which, in the case of abnormal execution,
corresponds to the `message` property of an underlying error that might
have occurred during flag evaluation.
This release also included **experimental** web support and
**experimental** transaction context propagation.
### ⚠ BREAKING CHANGES
* errorCode as enum, reason as string (#244)
### Features
* add transaction propagation
([#212](#212))
([1d251ff](1d251ff))
* errorCode as enum, reason as string
([#244](#244))
([ce7c4ad](ce7c4ad))
* experimental web support
([#200](#200))
([fd144bb](fd144bb))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 1d251ff commit ebb6c37
File tree
4 files changed
+17
-4
lines changed4 files changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
3 | 16 | | |
4 | 17 | | |
5 | 18 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments