Skip to content

Releases: bigbrozer/ez-azure-devops

v0.4.0

19 Dec 08:31
0db3f65

Choose a tag to compare

0.4.0 - 2025-12-19

🚀 Features

  • client: Allow to set a global timeout and increase its default value from 5 to 30 secs

🐛 Bug Fixes

  • base: BaseCollection.count is now computed as an int

v0.3.1

16 Dec 22:15
5c9bf6e

Choose a tag to compare

0.3.1 - 2025-12-16

🐛 Bug Fixes

  • docs: Propose to install for uv or pip

v0.3.0

16 Dec 22:08
38facb7

Choose a tag to compare

0.3.0 - 2025-12-16

🚀 Features

  • ci: Publish on pypi after release

v0.2.0

15 Dec 14:46
a5a0cd4

Choose a tag to compare

0.2.0 - 2025-12-15

🚀 Features

  • docs: Add a quick start
  • servicehooks: New client to interact with hook subscriptions
    • Add support for creating subscriptions.
    • Add support for listing subscriptions.
    • Add support for deleting subscriptions.

v0.1.1

11 Dec 22:01
998e0c5

Choose a tag to compare

0.1.1 - 2025-12-11

🐛 Bug Fixes

  • python: Accept python versions >=3.12

v0.1.0

11 Dec 21:51

Choose a tag to compare

0.1.0 - 2025-12-11

🚀 Features

  • ci: Add CI/CD workflows
  • release: First public release
  • tests: Begin of unit tests

🐛 Bug Fixes

  • core: Do not use tenacity (user choice)