Added
- Set Content-Security-Policy and
X-Content-Type-Options
headers #1293 - Ability to customize log keys/format #1295
- Additional OpenTelemetry annotations for
GetFlag
andEvaluate
calls #1306 - UI: Visual indicator on submitting + success message ui #52
Changed
- Dependency updates
- UI: Clear session on logout, change session storage format ui #64
Fixed
- ListX calls could potentially lock the DB if running in SQLite. Also a nice performance boost #1297
- UI: Bug where editing constraint values did not pre-populate with existing values ui #67
- UI: Regression where we weren't showing help text when creating rule with no variants ui #58
What's Changed
- chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in #1286
- chore(deps): bump github.com/fatih/color from 1.13.0 to 1.14.1 by @dependabot in #1288
- chore: fix triggering workflows via dispatch by @markphelps in #1289
- chore: auth example refactor + dex by @markphelps in #1283
- chore: remove tag/push latest for now by @markphelps in #1290
- chore: Push latest manifest by @markphelps in #1291
- chore: add oidc logo/mention to README; fix misspellings by @markphelps in #1292
- chore: add public roadmap links/badge by @markphelps in #1294
- feat: set csp and content-type-options headers by @markphelps in #1293
- chore(deps): bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #1298
- chore(deps): bump go.opentelemetry.io/otel from 1.11.2 to 1.12.0 by @dependabot in #1301
- fix: get linter running correctly locally by @markphelps in #1296
- feat(logging): support custom time, level and message keys by @GeorgeMac in #1295
- chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.52.3 by @dependabot in #1303
- chore(deps): bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.2 to 1.12.0 by @dependabot in #1299
- fix: disable csp headers in non-release mode for ui dev by @markphelps in #1304
- Otel improvements by @markphelps in #1306
- chore: bump prom verison by @markphelps in #1305
- chore: add benchmark tests for list flags/segments by @markphelps in #1307
- fix/feat: use joins instead of n+1/opening multiple connections by @markphelps in #1297
Full Changelog: v1.18.0...v1.18.1