Skip to content

Latest commit

 

History

History
74 lines (49 loc) · 1.88 KB

File metadata and controls

74 lines (49 loc) · 1.88 KB

Changelog

[integrations/amazon_sagemaker-v1.0.0] - 2026-01-09

📚 Documentation

  • Add pydoc configurations for Docusaurus (#2411)

⚙️ CI

  • Change pytest command (#2475)

🧹 Chores

  • Standardize readmes - part 1 (#2202)
  • Standardize readmes - part 2 (#2205)
  • Remove Readme API CI workflow and configs (#2573)
  • Make fmt command more forgiving (#2671)
  • [breaking] Amazon_sagemaker - drop Python 3.9 and use X|Y typing (#2687)

🌀 Miscellaneous

  • Chore: Fix linting in Amazon Sagemaker (#2250)
  • Enhancement: Adopt PEP 585 type hinting (part 6) (#2532)

[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)