Gastón Fournier
Gastón Fournier
## About the changes To improve OpenAPI documentation, we'd like to document the required permissions. In order to do that, we need to be able to get the project and...
This logs all query times into console. The idea is to discuss whether this can be used to have all execution times as metrics in a way that's valuable for...
## About the changes Closes # ### Important files ## Discussion points
## About the changes Use `WithTransactional` as a drop-in replacement of `FeatureToggleService`
Path types in our openapi are inferred as string (which is a sensible default). But we can be more specific and provide the right type for each parameter. This is...
## About the changes EdgeService is the only place where we use active tokens validation in bulk. By switching to validating from the cache, we no longer need a method...
Relying on tags to trigger workflows makes it hard to trace what's happening after a release, currently: 1. We manually trigger a release workflow 2. The release workflow executes and...
**Is your feature request related to a problem? Please describe.** Depending on a [Json serialization](https://github.com/Unleash/unleash-client-dotnet?tab=readme-ov-file#json-serialization) library that requires a custom implementation, can lead to errors. In particular, when defining a...
## About the changes This aligns us with the requirement of having ip in all events. After tackling the enterprise part we will be able to make the ip field...
# Description Impression data should have always been camelCase in unleash-edge. It was not by accident, and the php sdk is using the snake_case version which prevents users from upgrading...