Opik Dashboard:
- Added a new 
created_bycolumn for each table to indicate who created the record - Mask the API key in the user menu
 
SDK:
- Implement background batch sending of traces to speed up processing of trace creation requests
 - Updated OpenAI integration to track cost of LLM calls
 - Updated 
prompt.formatmethod to raise an error when it is called with the wrong arguments - Updated the 
Opikmethod so it accepts theapi_keyparameter as a positional argument - Improved the prompt template for the 
hallucinationmetric - Introduced a new 
opik_check_tls_certificateconfiguration option to disable the TLS certificate check.