Releases: provena/provena-python-client
v0.11.2
v0.11.1
v0.11.0
v0.10.3
v0.10.2
v0.10.1
v0.10.1 (2024-07-04)
Ci
-
ci: Fixing missing fetch depth = 0 and documenting (
2302b7a
) -
ci: Fixing missing pass through for CD action (#22) (
0896a36
) -
ci: Modularisation of CI/CD into actions to clearly separate trigger files (#21) (
e1f4664
)
Fix
- fix: Adding more py.typed markers (
ff3e029
)
Unknown
-
Merge branches 'modular-actions-setup' and 'main' of github.com:provena/provena-python-client into main (
fee9615
) -
Fixing not using new input (
45cc98c
) -
Merge branch 'main' into modular-actions-setup (
36bfd12
) -
Pass through GITHUB_TOKEN from parent workflow (
296eba3
) -
Removing test file (
eae09bf
) -
Removing fetch depth zero to be safe (
88fcdba
) -
Cloning repo before all actions (
69f2309
) -
Update including test (
e16f672
)
v0.10.0
v0.9.0
v0.8.0
v0.7.0
v0.7.0 (2024-06-21)
Feature
- feat: Testing version increment. (
bff0daf
)
Unknown
-
Included pytest-asycnio missing dependency. (
8d4442a
) -
Completed Unit Testing for L1 & L2 Layers.
-
Completed L1 layer testing mocked with various http methods and status codes.
-
Completed L1 layer testing, created fixtures and also added small set of integration tests for L1 layer.
-
Completed L2 Layer Testing, need further review on missing tests and what can be improved.
-
Fixed some tests that were failing due to wrong HTTP type or incorrect use of final url.
-
Completed unit tests with doc string and exception chain identification.
-
Updated CI-CD script to run only once.
-
Added header commenting to files.
-
Updated lock file.
-
mypy testing. Does not seem to be an issue on my end.
-
Included pytest-httpx dependency.
-
change mocked auth service to use base class methods only and updated robustness of exception chaining function. (
8c52602
) -
Refactoring auth interface (#13)
Small refactor of config instantiation (7d6dea5
)