Skip to content

Releases: provena/provena-python-client

v0.11.2

21 Jul 22:21
Compare
Choose a tag to compare

v0.11.2 (2024-07-21)

Fix

  • fix: Increasing httpx timeout to 30s global to mirror api gateway (#28) (98f325e)

v0.11.1

19 Jul 03:50
Compare
Choose a tag to compare

v0.11.1 (2024-07-19)

Fix

  • fix: (auth-api client) user link look up - Issue #26 (#27) (271df3c)

v0.11.0

12 Jul 02:31
Compare
Choose a tag to compare

v0.11.0 (2024-07-12)

Feature

  • feat: Implemented L3 general method to get count of all items in registry. (#25) (096e037)

v0.10.3

04 Jul 23:40
Compare
Choose a tag to compare

v0.10.3 (2024-07-04)

Fix

  • fix: forcing rebuild due to trusted publisher issue (3575b29)

v0.10.2

04 Jul 23:35
Compare
Choose a tag to compare

v0.10.2 (2024-07-04)

Fix

  • fix: forcing rebuild due to trusted publisher issue (7136675)

Unknown

  • Merge branch 'main' of github.com:provena/provena-python-client into main (bda5606)

v0.10.1

04 Jul 23:26
Compare
Choose a tag to compare

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)

  • fix:Update auth's init.py (#20) (b555bd1)

v0.10.0

02 Jul 23:39
Compare
Choose a tag to compare

v0.10.0 (2024-07-02)

Feature

  • feat: improving dependency resolution and adding interfaces (#19) (d941a8c)

v0.9.0

28 Jun 05:42
Compare
Choose a tag to compare

v0.9.0 (2024-06-28)

Documentation

  • docs: Completed Release Process Documentation. (#17) (2c8f20f)

Feature

  • feat: JIRA-1710 (minor) completing registry api L2 and L3 interfaces with support for admin, general and other endpoints. (#18) (cd2b4e9)

v0.8.0

21 Jun 06:59
Compare
Choose a tag to compare

v0.8.0 (2024-06-21)

Feature

  • feat: Updated pyproject.toml settings to increment project versioning. (b61fe49)

  • feat: changed semantic release settings to increment project version. (1899df9)

Unknown

  • Merge branch 'main' of github.com:provena/provena-python-client into main (cd6ad90)

v0.7.0

21 Jun 06:04
Compare
Choose a tag to compare

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)