-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/release-please-artifact-upload
- Loading branch information
Showing
11 changed files
with
63 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "0.1.0" | ||
".": "0.1.1" | ||
} |
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,9 @@ | ||
# Changelog | ||
|
||
## [0.1.1](https://github.com/open-feature/flagd/compare/v0.1.0...v0.1.1) (2022-09-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* bubbles up unclean error exits ([#170](https://github.com/open-feature/flagd/issues/170)) ([9f7db02](https://github.com/open-feature/flagd/commit/9f7db0259d2d24cb880eeddaebd3b8f48758248a)) | ||
* upgrade package containing vulnerability ([#162](https://github.com/open-feature/flagd/issues/162)) ([82278c7](https://github.com/open-feature/flagd/commit/82278c7cf08cc6b50f49ab500caf6f9003fc0823)) |
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
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
Oops, something went wrong.
8a9849c
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.
Possible performance regression was detected for benchmark 'Go Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.30
.BenchmarkGRPCService_ResolveBoolean/eval_returns_error
10167
ns/op 1192 B/op 37 allocs/op6441
ns/op 1192 B/op 37 allocs/op1.58
BenchmarkGRPCService_ResolveBoolean/happy_path
3088
ns/op 240 B/op 5 allocs/op2219
ns/op 240 B/op 5 allocs/op1.39
BenchmarkGRPCService_ResolveString/happy_path
3045
ns/op 256 B/op 5 allocs/op2221
ns/op 256 B/op 5 allocs/op1.37
BenchmarkGRPCService_ResolveString/eval_returns_error
9866
ns/op 1208 B/op 37 allocs/op6478
ns/op 1208 B/op 37 allocs/op1.52
BenchmarkGRPCService_ResolveFloat/happy_path
3033
ns/op 240 B/op 5 allocs/op2214
ns/op 240 B/op 5 allocs/op1.37
BenchmarkGRPCService_ResolveFloat/eval_returns_error
10009
ns/op 1192 B/op 37 allocs/op6423
ns/op 1192 B/op 37 allocs/op1.56
BenchmarkGRPCService_ResolveInt/happy_path
2895
ns/op 240 B/op 5 allocs/op2216
ns/op 240 B/op 5 allocs/op1.31
BenchmarkGRPCService_ResolveInt/eval_returns_error
9761
ns/op 1192 B/op 37 allocs/op6415
ns/op 1192 B/op 37 allocs/op1.52
BenchmarkGRPCService_ResolveObject/happy_path
4731
ns/op 1400 B/op 20 allocs/op3485
ns/op 1400 B/op 20 allocs/op1.36
BenchmarkGRPCService_ResolveObject/eval_returns_error
9605
ns/op 1288 B/op 39 allocs/op6213
ns/op 1288 B/op 39 allocs/op1.55
This comment was automatically generated by workflow using github-action-benchmark.