Releases: oceanprotocol/provider
Releases · oceanprotocol/provider
v0.4.13
-
BREAKING: Renames config file env var to PROVIDER_CONFIG_FILE.
-
possibly BREAKING: Upgrade ocean lib version to v0.5.28
-
Remove artifacts path env var and rely on artifacts importing from ocean-contracts via ocean-lib
-
Remove the obsolete Contract Handler usages
-
Remove provider keyfile
-
Add chainId instead of network-url in main route.
-
Add userdata to initialize, compute and access endpoints
-
Adds trusted publishers.
-
Readme and documentation improvements
-
Refactored the credentials part from RBAC server logic
v0.4.12
- Adds fixes and improvements to the fileinfo endpoint: contentType stripping, fallback to contentRange when contentLength is absent, HEAD method attempted before OPTIONS.
- Adds logic for RBAC Server permission checking (enabled by adding RBAC_SERVER_URL to the environment)
v0.4.11
v0.4.10
- Fixe a pre-commit issue. (#127)
- Remove common utils (#129)
- Fix failures with type checking.
- Add CodeClimate and badges
- Change keys for codeclimate. (#132)
- Catch ReadTimeout exception. (#134)
- Use a generic exception for request failures.
- Add new black version
- Replace usages of Web3Helper with module functions from transactions and utils (#138)
- Update callsites to use transactions or utils instead of Web3Helper
- Update ocean.py version
- Add logs for validate usage. (#139)
- Cleanup common utils and other outdated code (#136)
- Remove retire assets from provider tests.
- Common 503 exceptions.
- Moves generic utils under utils folder.
- Improve DRY in test_compute.
- Move some compute helpers separately.
- Remove unused requests session.
- Add coverage for logging.
- Test compute delete.
- Add coverage to stop job.
- Add coverage for spec.
- Add config tests.
- Add more utils coverage.
- Split test_download.py
- Add coverage to encrypt endpoint.
- Remove Simple Flow Consume route.
- Update to next provider operator.
- Add deployment example for kubernetes /docker-compose (#124)
- Improve docs (#142)
- Add checks for accessing a request (#140)
- Bump flask-cors from 3.0.8 to 3.0.9 (#145)
- Improvement: Change docstring for generating markdown (#144)
- Remove plecos. (#147)
- Upgrade to ocean_lib 0.5.22 (#146)
- Eliminate use of VIRTUAL_ENV
- Fix deps tag in tox.ini
v0.4.9
Fixes missing service in StageAlgoValidator. (#125) * Fixes missing service in StageAlgoValidator. * bump version Co-authored-by: Calina Cenan <[email protected]> Co-authored-by: alexcos20 <[email protected]>
v0.4.8
v0.4.7
v0.4.6
v0.4.5
Fix/db thread error (#65) * create new sqlite db connection on each call * refactor params. * quick fix for the `no such table` error. * Bump version: 0.4.4 → 0.4.5 Co-authored-by: ssallam <[email protected]>