Releases: oceanprotocol/ocean.py
Releases · oceanprotocol/ocean.py
v1.1.0
- updates to READMEs
- add metadata validation proofs
- structural changes: move Fileinfo separately from main DataServiceProvider class
- update example Polygon RPC, fix disconnecting components test
- security updates to use algorithm file checksums and Docker container checksums
v1.0.0
v1.0.0-alpha.4
Simplify datatoken creation parameters by adding defaults.
v1.0.0-alpha.3
- refactored signatures
- removed named tuples
- upgraded contracts
- improvements on c2d examples and readmes
- improvements to stress tests, fees etc.
v0.8.6
What's Changed
- Update c2d-flow.md by @akshay-ap in #598
- Upgrade web3.py to 5.25.0 (v3) by @DMATS in #611
- Integrate provider asset_urls endpoint by @md0x in #618
- Bump version: 0.8.5 → 0.8.6 by @DMATS in #822
Full Changelog: v0.8.5...v0.8.6
v1.0.0-alpha.2
What's Changed
- Bump contracts to 1.0.0a28 by @DMATS in #774
- Bump version: 1.0.0-alpha.1 → 1.0.0-alpha.2 by @DMATS in #777
Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2
v1.0.0-alpha.1
First ocean.py v4-compatible release!
v0.8.5
Purposed changes:
- refactor search function for FRE;
- unify asset & ddo classes, common folder refactoring;
- added OPERATOR_SERVICE_URL in developers.md;
- fixed network names to match the networks from address.json file ones;
- in C2D readme, link Raven logistic regression work;
- updated BLOCK_NUMBER_POLL_INTERVAL dict;
- make transaction_timeout configurable;
- removed multi network aqua duplicates from example_config;
- refactor services;
- added support for mumbai network;
- added get provider address;
- new version of contracts 0.6.9 integrated.