What's Changed
- Moved autodoc-pydantic to dev dependency by @GrandMoff100 in #90
- Fixed API reference methods not showing reference links by @GrandMoff100 in #87
- Replace d.get(k, None) calls with d.get(k) by @bswck in #91
- Emit unexpected status code warning to stderr by @bswck in #92
- Fixed key issue and post version type issues. by @GrandMoff100 in #95
- Replaced os.path.join with urllib.parse.urljoin by @GrandMoff100 in #97
- Replaced os.path.join with urljoin in rawclient.py by @GrandMoff100 in #99
- Added requests and session debug logging by @GrandMoff100 in #100
- Explicitly use posixpath.join to join urls by @GrandMoff100 in #102
- Fix end_timestamp format - url quoting needed by @kizill in #104
- Better history functions & fix bug with sync add_entity call by @kizill in #103
- Reverted pydantic to
1.9.0
and removed super contained objects from representation in Service models by @GrandMoff100 in #106
New Contributors
Full Changelog: v3.0.3...v3.0.4