Skip to content

v1.2.1

Choose a tag to compare

@leonardofurnielis leonardofurnielis released this 04 Jun 19:21
· 52 commits to main since this release
4792295

1.2.1 (2026-06-04)

novastack-core [1.2.1]

  • feat: Added bridge to utils, workflows and instrumentation.
  • fix: Loaders issue with signature inconsistency causes runtime errors. (#29).
  • chore: Edit PayloadRecord observability type to set default values.
  • chore: Moved all 'API Keys' to pydantic SecrectStr.

novastack-utils [1.0.0]

  • new: New package to support across novastack.

novastack-instrumentation [1.0.0]

  • new: New package to support telemetry into novastack.

novastack-observability-watsonx [1.3.4]

  • feat: moved to native IBM autheticator.
  • feat: Added new parameter.
  • fix: Fix enums issues
  • chore: Removed duplicated functions.
  • chore: Updated enums usage to keep it simple.
  • chore: Replace methods.

BREAKING CHANGES
- added: parameter authenticator added to replace api_key and cpd_creds from WatsonxCustomMetricsManager, WatsonxExternalPromptMonitor, WatsonxPromptMonitor.
- renamed: parameter detached_model_provider to model_provider in the create_prompt_monitor() method of the WatsonxExternalPromptMonitor class.
- renamed: parameter detached_model_name to model_name in the create_prompt_monitor() method of the WatsonxExternalPromptMonitor class.
- renamed: parameter detached_model_url to model_url in the create_prompt_monitor() method of the WatsonxExternalPromptMonitor class.
- renamed: parameter detached_prompt_id to prompt_id in the create_prompt_monitor() method of the WatsonxExternalPromptMonitor class.
- renamed: parameter detached_prompt_url to prompt_url in the create_prompt_monitor() method of the WatsonxExternalPromptMonitor class.
- renamed: parameter detached_prompt_additional_info to prompt_additional_info in the create_prompt_monitor().
- removed: parameter api_key removed from WatsonxCustomMetricsManager, WatsonxExternalPromptMonitor, WatsonxPromptMonitor.
- removed: parameter cpd_creds removed from WatsonxCustomMetricsManager, WatsonxExternalPromptMonitor, WatsonxPromptMonitor. Now uses native IBM authenticator.