1.1.15
What's Changed
-
FFM-7363 - Adds a list of codes which are logged for each lifecycle of the SDK:
- Initialization
- Authentication
- Polling
- Streaming
- Evaluation
- Metrics
- Close
- For the full list of codes see https://developer.harness.io/docs/feature-flags/ff-sdks/server-sdks/python-sdk-reference/#troubleshooting
-
FFM-7363 - Previously the SDK would crash if
client.close()was called if at any point before a stream event was sent to SDK. The SDK now closes all threads correctly.
Full Changelog: 1.1.14...1.1.15