Releases: AqueductHub/pyaqueduct
Releases · AqueductHub/pyaqueduct
0.1.0
What's Changed
- feat(experiment)!: Enable adding multiple tags to an experiment instead of adding one by one. by @samiralavi in #23
- feat(plugins): merging changes to extensions to main by @str-anger in #28
- fix(unused-validations): removed ununsed validations already taken care of at the server by @jatinriverlane in #30
- feat(api)!: API enchancement by @samiralavi in #32
- feat: Automated release of PyAqueduct every alternate Monday by @jatinriverlane in #35
- feat(generated-docs): add generateDocs attribute to release step by @jatinriverlane in #36
- feat(api)!: Add new method to API class for getting an experiment by UUID by @samiralavi in #33
- feat(ci): Aqueduct integration tests infrastructure by @samiralavi in #37
Full Changelog: 0.0.8...needs.next-version.outputs.next_version_number
0.0.8
What's Changed
- fix(client)!: Enable timeout for the Graphql calls over HTTPX by @samiralavi in #4
- fix(dependencies): loosen constraints for dependencies (#6) by @str-anger in #7
- feat(client): Add API token to the authorization header if available in the environment by @samiralavi in #5
- fix(improved-docstrings): Improved docstring in client library's methods by @jatinriverlane in #14
- fix(refactor): Make
AqueductClient
a private member of theAPI
andExperiment
classes. by @samiralavi in #15 - fix(pydantic): bringing the version of pydantic to 2+ by @str-anger in #17
- feat(experiment): API improvements to enable query experiments but search string, tags, start datetime, and end datetime. by @samiralavi in #18
- feat(experiment): Enable deleting experiments by their alias by @samiralavi in #20
New Contributors
- @str-anger made their first contribution in #7
- @jatinriverlane made their first contribution in #14
Full Changelog: 0.0.5...0.0.8
0.0.5
fix(urls): fix the urls to the write pages for the python package.