@@ -4,8 +4,53 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ v0.2.3] ( https://github.com/oceanprotocol/ocean-node/compare/v0.2.1...v0.2.3 )
8+
9+ - Update node script - C2D [ ` #896 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/896 )
10+ - fix docker-compose [ ` #895 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/895 )
11+ - re-indexing old DDOs [ ` #867 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/867 )
12+ - Upgrade tsx dep to v4.x [ ` #893 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/893 )
13+ - C2D Docker [ ` #705 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/705 )
14+ - Updating codeowners [ ` #887 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/887 )
15+ - fix issue with empty nft fields [ ` #886 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/886 )
16+ - add allowed admins access list [ ` #841 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/841 )
17+ - Update error message for invalid peer connection [ ` #874 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/874 )
18+ - add AUTHORIZED_DECRYPTERS_LIST [ ` #836 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/836 )
19+ - fix status code if policy server not available [ ` #869 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/869 )
20+ - Fix DDO: Stats and Prices for exchanges/dispensers [ ` #774 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/774 )
21+ - move p2p getters as handlers [ ` #862 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/862 )
22+ - always check remote peerId [ ` #864 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/864 )
23+ - Test if dashboard changes are already committed [ ` #842 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/842 )
24+ - add AUTHORIZED_PUBLISHERS_ *** env variables [ ` #826 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/826 )
25+ - Issue 814 credentials types [ ` #823 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/823 )
26+ - remove echo command [ ` #839 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/839 )
27+ - Issue 808 - new accesslist credentials type [ ` #819 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/819 )
28+ - add ALLOWED_VALIDATORS_LIST [ ` #829 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/829 )
29+ - update build files and hash [ ` #821 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/821 )
30+ - add * as match all rule for address types [ ` #837 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/837 )
31+ - fix: return correct message on policy server call [ ` #834 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/834 )
32+ - add policyServerPassthrough routes [ ` #832 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/832 )
33+ - Bump fast-xml-parser from 4.3.6 to 4.5.0 in /dashboard [ ` #711 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/711 )
34+ - Bump secp256k1 from 5.0.0 to 5.0.1 in /dashboard [ ` #725 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/725 )
35+ - Bump elliptic from 6.5.5 to 6.6.0 in /dashboard [ ` #746 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/746 )
36+ - Bump cross-spawn and aegir (UPDATE: delete deps) [ ` #757 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/757 )
37+ - fix corner case issue, cannot start indexing on ganache without ADDRESS_FILE [ ` #775 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/775 )
38+ - add findPeer & dht refactor [ ` #793 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/793 )
39+ - add support for identifyPush protocol [ ` #794 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/794 )
40+ - no need to store everything in peerStore [ ` #795 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/795 )
41+ - add multiAddrs for directCommand [ ` #796 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/796 )
42+ - Refactor connections rate, rate per minute instead of second [ ` #785 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/785 )
43+ - add missing check for ddo DB on republish ddos [ ` #789 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/789 )
44+ - recalculate code hash if needed [ ` #790 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/790 )
45+ - fix usage of getBoolEnvValue [ ` #784 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/784 )
46+ - refactor handlers interfaces [ ` 37cbfa5 ` ] ( https://github.com/oceanprotocol/ocean-node/commit/37cbfa5076d6b665d9ba524156a8f48a656fe93f )
47+ - mv unit test to integration (need contracts deployment) [ ` 7236ac5 ` ] ( https://github.com/oceanprotocol/ocean-node/commit/7236ac5a603b2ef9c66ccf68a8a6d52acdb96855 )
48+ - refactor, move getAdmins fn to auth [ ` 5ba8bd5 ` ] ( https://github.com/oceanprotocol/ocean-node/commit/5ba8bd528286a5c18acda572a1ce6170672415e6 )
49+
750#### [ v0.2.1] ( https://github.com/oceanprotocol/ocean-node/compare/v0.2.0...v0.2.1 )
851
52+ > 5 December 2024
53+
954- have bootstrap config var [ ` #782 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/782 )
1055- Removing unused express dependency from dashboard [ ` #761 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/761 )
1156- check if rpcs and indexer_networks are aligned, log [ ` #750 ` ] ( https://github.com/oceanprotocol/ocean-node/pull/750 )
0 commit comments