Skip to content

Releases: oceanprotocol/provider

v0.4.13

04 Aug 13:15
97048f0
Compare
Choose a tag to compare
  • 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

24 Jun 06:51
7f8ac17
Compare
Choose a tag to compare
  • 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

09 Jun 08:59
26f67c3
Compare
Choose a tag to compare
  • fix a bug regarding dt minter

v0.4.10

24 May 15:59
5ec6637
Compare
Choose a tag to compare
  • 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

05 Apr 17:02
191ce75
Compare
Choose a tag to compare
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

02 Apr 08:41
f85c8cc
Compare
Choose a tag to compare
release 0.4.8 (#123)

v0.4.7

26 Mar 16:55
82f325a
Compare
Choose a tag to compare
bump version (#121)

v0.4.6

27 Jan 15:44
49609ea
Compare
Choose a tag to compare
add timeouts for requests (#73)

* add timeouts for requests

* add timeout

* Bump version: 0.4.5 → 0.4.6

v0.4.5

26 Jan 22:19
ff71f24
Compare
Choose a tag to compare
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]>

v0.4.4

26 Jan 20:11
1f6c891
Compare
Choose a tag to compare
Do not require Content-Length (#64)

* Do not require Content-Length

* Bump version: 0.4.3 → 0.4.4