Releases: oceanprotocol/provider
Releases · oceanprotocol/provider
v2.1.6
v2.1.5
What's Changed
- Fix fileinfo for arweave file by @mariacarmina in #672
- Bump version v2.1.4 -> v.2.1.5 by @mariacarmina in #673
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What's Changed
- Bump contracts version. by @mariacarmina in #666
- Optimize Dockerfile. by @mariacarmina in #668
- Enforce algo credentials check by @mariacarmina in #667
- Added network name in logs. by @mariacarmina in #669
- Bump version 2.1.3 -> 2.1.4 by @mariacarmina in #671
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- Added Decimal type for nonce purposes by @mariacarmina in #663
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Re-enable & fix C2D tests by @alexcos20 & @mariacarmina in #661
- Bump version v2.1.1 -> v2.1.2. by @mariacarmina in #662
v2.1.1
What's Changed
- Rejected HEAD & OPTIONS requests where nonce is updated in the DB. Add filename to fileinfo endpoint. by @mariacarmina in #655
- Refactor compute signature logic. by @mariacarmina in #658
- Bump version 2.1.0 -> 2.1.1. by @mariacarmina in #659
Full Changelog: v2.1.0...v2.1.1
v2.1.0
v2.0.3
What's Changed
- Comment C2D tests, fixed fileinfo test by @mariacarmina in #651
- Problem: cryptic Provider log messages by @alexcos20 in #579
- Output error message from Invalid Signature request. by @calina-c in #639
- Correct header usage. by @calina-c in #636
- Debug C2D connection (towards #606) by @mariacarmina in #610
- Attach timezone information to all datetimes. by @calina-c in #640
- Upgrade contracts version to support Sepolia. by @mariacarmina in #651
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Bump redis from 4.5.3 to 4.5.4 by @dependabot in #631
- Fix Incorrect event validation by @alexcos20 in #632
- Bump version: 2.0.1 → 2.0.2 by @alexcos20 in #634
Full Changelog: v2.0.1...v2.0.2
v2.0.1
- Made
REQUEST_TIMEOUT
for download request configurable - Wrapped up documentation for provider possible errors
- Upgraded
redis
to 4.5.3 - Documented
initializeCompute
endpoint