Skip to content

0.6.0 - Noodle API collection, Python 3.14 target, dependency updates

Latest

Choose a tag to compare

@wilfredinni wilfredinni released this 25 Aug 23:51
· 3 commits to main since this release

Added

  • Noodle API collection (api-collection/) — ready-to-run requests for every v1 endpoint, organized by resource:
    • auth/: Create User, Login, Logout, Logout All Sessions
    • profile/: Get Profile, Update Profile (PUT), Patch Profile (PATCH)
    • core/: Ping
  • Local environment for the collection (base_url, seeded credentials, Knox token as a secret)
  • API Collection docs (docs/noodle.md) with CLI installation, usage, and token authentication guide; Noodle section added to README.md and project structure docs

Changed

  • ruff target-version and mypy python_version bumped from py313 to py314
  • AGENTS.md cleaned up and streamlined
  • Updated dependencies to their latest versions

Full Changelog: 0.5.3...0.6.0