Kim Gustyr

Results 69 comments of Kim Gustyr

This is released: - NodeJS SDK [3.3.0](https://github.com/Flagsmith/flagsmith-nodejs-client/releases/tag/v3.3.0) - Java SDK [7.3.0](https://github.com/Flagsmith/flagsmith-java-client/releases/tag/v7.3.0) - .Net SDK [5.3.0](https://github.com/Flagsmith/flagsmith-dotnet-client/releases/tag/v5.3.0) - Python SDK [3.6.0](https://github.com/Flagsmith/flagsmith-python-client/releases/tag/v3.6.0) - PHP SDK [4.3.0](https://github.com/Flagsmith/flagsmith-php-client/releases/tag/v4.3.0) - Ruby [4.1.0](https://github.com/Flagsmith/flagsmith-ruby-client/releases/tag/v4.1.0) - Rust SDK [1.5.0](https://github.com/Flagsmith/flagsmith-rust-client/releases/tag/v1.5.0)...

I'm in favour of 2. FWIW it's an API change + 3 SDKs vs 6 SDKs so simplicity of Option (1) isn't that apparent for me?

Golang PR: https://github.com/Flagsmith/flagsmith-go-client/pull/88

.NET PR: https://github.com/Flagsmith/flagsmith-dotnet-client/pull/69

Java PR: https://github.com/Flagsmith/flagsmith-java-client/pull/122

Hello there! We bumped a bunch of dependencies, including `flat`, in our [fork](https://github.com/Flagsmith/serverless-plugin-canary-deployments) and published it to npm. You can try `npm i @flagsmith/serverless-plugin-canary-deployments` and tell us what you think!

@matthewelwell This is now ready for review.

Currently, the way to fix this is to add the following to `api/conftest.py`: ```python def pytest_sessionstart(session): from environments.sdk.schemas import SDKEnvironmentDocumentModel ``` A less hacky way to avoid the error would...

https://github.com/quay/clair-action looks good too

trivy is pretty good — found vulns both from claire's (Quay) and Docker Scout outputs