Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 2.39 KB

File metadata and controls

28 lines (20 loc) · 2.39 KB

Changelog

v0.1.0 (2026-02-05)

Feature

  • Add HTTP transport support and CI/CD pipeline (#1) (0336e85)
  • Add schedule update functionality (4df5aa6)
  • Register create_schedule tool (2e27485)
  • Add create_schedule tool function (064c416)
  • Add schedule creation models (dd93c97)
  • Added support for injecting a new client using contextvars (5904124)

Fix

  • Remove unused variables in get_layer_differences (296ba6b)
  • Ensure start_day_of_week is always provided for PagerDuty schedule restrictions (e55273d)
  • Update schedule creation test assertions (b30069f)
  • Resolve type errors and update model exports (277cbc4)
  • Update PyPI publish URL to use the correct endpoint (2db592e)

Documentation

  • Add create_schedule to README.md tools table (f18bdd1)
  • Remove outdated VS Code badge from README (cc72c46)
  • Add installation and VS Code integration badges to README (f000dc3)