You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@
3
3
> **Note:**
4
4
> - JSON-RPC API has been removed completely. Instead we recommend you to utilize REST API endpoints that have same and extended functionality.
5
5
> Please have a look at Waku's REST-API reference: https://waku-org.github.io/waku-rest-api
6
-
> <br>
7
6
> - Support for Cross-Origin-Resource-Sharing (CORS headers) is added for our REST-API services. This allows you to access our REST-API from a different domain from a browser.
8
7
> New repeatable CLI flag is added by this feature:
9
8
> `--rest-allow-origin="example.com"` or `--rest-allow-origin="127.0.0.0:*"`
10
9
> Flag allows using wildcards (`*` and `?`) in the origin string.
11
-
><br>
12
10
> - Store protocol now has a better support for controlling DB size of Postgres store. This feature needs no user action.
0 commit comments