Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.31 KB

File metadata and controls

51 lines (35 loc) · 1.31 KB

Changelog

[integrations/amazon_sagemaker-v0.3.0] - 2025-06-30

🚀 Features

  • Sagemaker integration: SagemakerGenerator (#276)

🐛 Bug Fixes

  • Fix order of API docs (#447)
  • Fix Sagemaker types + add py.typed (#2023)

📚 Documentation

  • Update category slug (#442)
  • Small consistency improvements (#536)
  • Review integrations sagemaker (#544)
  • Disable-class-def (#556)

🧪 Testing

  • Do not retry tests in hatch run test command (#954)

⚙️ CI

  • Retry tests to reduce flakyness (#836)
  • Adopt uv as installer (#1142)
  • Review testing workflows (#1541)

🧹 Chores

  • Update ruff invocation to include check parameter (#853)
  • Update ruff linting scripts and settings (#1105)
  • Remove Python 3.8 support (#1421)
  • Use Haystack logging across integrations (#1484)
  • Align core-integrations Hatch scripts (#1898)
  • Update md files for new hatch scripts (#1911)
  • Remove black (#1985)

🌀 Miscellaneous

  • Adopt Secret to AmazonSagemaker (#432)
  • Amazon Sagemaker - create API docs (#439)
  • Update docs for Amazon Sagemaker (#514)
  • Remove references to Python 3.7 (#601)
  • Chore: add license classifiers (#680)
  • Chore: change the pydoc renderer class (#718)
  • Ci: install pytest-rerunfailures where needed; add retry config to test-cov script (#845)