edge-core-js 1.3.4 → 1.3.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # edge-core-js
2
2
 
3
+ ## v1.3.6 (2023-08-01)
4
+
5
+ - fixed: Interpret HTTP 418 responses from the CORS proxy as errors.
6
+
7
+ ## v1.3.5 (2023-07-26)
8
+
9
+ - changed: Remove `fetch` fallback logic. No proxy servers will be used.
10
+ - changed: The `fetchCors` method is no longer deprecated. Use this if CORS might be an issue. Do *not* use this for any secrets or credentials.
11
+
3
12
  ## v1.3.4 (2023-07-26)
4
13
 
5
14
  - fixed: Escape bridge strings closer to serialization, for possibly better performance.
@@ -7,11 +16,11 @@
7
16
 
8
17
  ## v1.3.3 (2023-07-24)
9
18
 
10
- - changed: Add fallback to bridged `fetch` if request to edge-cors-proxy server fails
19
+ - changed: Add fallback to bridged `fetch` if request to edge-cors-proxy server fails.
11
20
 
12
21
  ## v1.3.2 (2023-07-13)
13
22
 
14
- - Changed: Added a fallback to edge-cors-proxy server to `fetch` method on `EdgeIo`.
23
+ - changed: Added a fallback to edge-cors-proxy server to `fetch` method on `EdgeIo`.
15
24
 
16
25
  ## v1.3.1 (2023-07-11)
17
26