What's Changed
🚀 Improvements
- Switch HTTP library from
requests
tohttpx
by @zliang-akamai in #26 - Wrap reusable components in
BaseMetadataClient
by @zliang-akamai in #27 - Add opt-in debug mode for MDS API requests by @yec-akamai in #29
- Implement asyncio and context manager support by @zliang-akamai in #32
- Implement sync and async watchers by @zliang-akamai in #35
📖 Documentation
- Add docs linter and add
.readthedoc
config file by @zliang-akamai in #38
✔️ Repository & CI Improvements
- Replace
echo
withprintf
in create-version target by @lgarber-akamai in #30 - Add TOD workflow by @vshanthe in #31
- Misc Updates by @zliang-akamai in #25
- Fix E2E Workflow by @zliang-akamai in #33
- Remove all deprecation warnings when running E2E tests by @ykim-1 in #34
- Update Makefile to Meet DX Standard; Fix SSH Keys Unit Test by @zliang-akamai in #36
New Contributors
- @yec-akamai made their first contribution in #29
- @vshanthe made their first contribution in #31
Full Changelog: v0.2.0...v0.3.0