Skip to content

Commit 16fe8a3

Browse files
ci(release): publish latest release
1 parent 4e67b8c commit 16fe8a3

File tree

3 files changed

+10
-62
lines changed

3 files changed

+10
-62
lines changed

RELEASE

Lines changed: 6 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmUstUwkcnN8d3riX9cA3Pv351yt9ZXxswTcGgXL1jTn6G`
3-
- CIDv1: `bafybeidbe2zszqdoyd6ohaf7dllup7xhbwvmewwh247y7imsko2o7wlx6u`
2+
- CIDv0: `QmPmdNUVNBpYCTEwd3ZGuBsstNv3UFksebFx4yDE5Dpaqi`
3+
- CIDv1: `bafybeiavigyzqlyual3cj6htkjjnjpdgiour4f2frt57nf4dbn5huu66qu`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,69 +10,14 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeidbe2zszqdoyd6ohaf7dllup7xhbwvmewwh247y7imsko2o7wlx6u.ipfs.dweb.link/
14-
- [ipfs://QmUstUwkcnN8d3riX9cA3Pv351yt9ZXxswTcGgXL1jTn6G/](ipfs://QmUstUwkcnN8d3riX9cA3Pv351yt9ZXxswTcGgXL1jTn6G/)
13+
- https://bafybeiavigyzqlyual3cj6htkjjnjpdgiour4f2frt57nf4dbn5huu66qu.ipfs.dweb.link/
14+
- [ipfs://QmPmdNUVNBpYCTEwd3ZGuBsstNv3UFksebFx4yDE5Dpaqi/](ipfs://QmPmdNUVNBpYCTEwd3ZGuBsstNv3UFksebFx4yDE5Dpaqi/)
1515

16-
## 5.135.0 (2026-02-25)
17-
18-
19-
### Features
20-
21-
* **web:** activity tab e2e tests (#26509) 999a605
22-
* **web:** add e2e tests for nfts tab (#26508) 47d1ea4
23-
* **web:** add new stats to TDP (#27994) c2fc858
24-
* **web:** add snapshot tests for web portfolio page (#26501) 8cc96cc
25-
* **web:** and tokens tab e2e tests (#26507) 78fcf9b
26-
* **web:** consolidate dev entry-gateway to staging URL and configure proxies (#28702) 27209c9
27-
* **web:** enable egw proxy in staging (#28745) 7119baf
28-
* **web:** make shared group hover transition component (#28711) d150437
29-
* **web:** portfolio page header e2e tests (#26506) f7c80a4
30-
* **web:** portfolio page overview e2e tests (#26510) b91c820
31-
* **web:** Search fee tier modal tooltip (#28605) 249f29b
32-
* **websocket:** add connection store with Zustand (#28722) 3be4aa1
33-
* **websocket:** add core types and backoff utility (#28721) f7c31f5
34-
* **websocket:** add subscription manager with reference counting (#28723) 49bf93e
35-
* **websocket:** add WebSocket client and documentation (#28724) adc4a40
16+
### 5.135.1 (2026-02-25)
3617

3718

3819
### Bug Fixes
3920

40-
* **web:** Add Experiments feature flag group (#28589) f56a294
41-
* **web:** add FilterStoreContextProvider to pools table in TDP (#28986) e808fb8
42-
* **web:** add UniswapIdentifier to DD logs (#28816) d8a1bab
43-
* **web:** cherry-pick #28900 (#5.134.2) (#29049) 3f427a1
44-
* **web:** cherry-pick #29043 (#5.134.1) (#29046) 4c35c16
45-
* **web:** cherry-pick #29053 (#5.134.2) (#29065) f6574b2
46-
* **web:** configure VITE_ENABLE_ENTRY_GATEWAY_PROXY in env files (#28849) e775c28
47-
* **web:** fix chained actions StepRowSkeleton text overflow (#28856) 47aab24
48-
* **web:** fix missing limit orders pagination bug on portfolio page (#28684) 1acdd42
49-
* **web:** fix text overflow in plan activity modal (#28863) 374a6c1
50-
* **web:** fix uniswapX cancellation (#28601) ec33f31
51-
* **web:** improve text color after clicking privacy and terms links (#28991) 17bb388
52-
* **web:** LP-609 fix bid markers disappearing in grouped distribution chart mode (#28548) f3a6051
53-
* **web:** make featured auction card grid responsive on mobile (#28761) a29ddce
54-
* **web:** proxy statsig config through /config (#28896) a3973f3
55-
* **web:** Remove WebFORNudges experiment (#28340) 38daabf
56-
* **web:** Render wrapped scroll button conditionally on web Tables (#28105) 1daa506
57-
* **web:** show active pools tab visually (#28987) 59bb58e
58-
* **web:** show exact output unavail warning for CA (#28858) cce3bf8
59-
* **web:** toucan tick grouping null value catch (#28270) 4bdb49b
60-
* **web:** unify multichain popover props and fix address popover padding (#28873) 1e766a3
61-
* **web:** use key when rendering OffchainActivityModal to keep react state per-order (#28971) b110c0b
62-
63-
64-
### Continuous Integration
65-
66-
* **web:** update sitemaps cc6dfcb
67-
68-
69-
### Tests
70-
71-
* **websocket:** add integration tests (#28725) 33a2174
72-
73-
74-
### Styles
75-
76-
* **web:** add 2px gap between table header and body (#28693) 6d6864e
21+
* **web:** hotfix #29070 (#5.134.3) (#29073) 78ee400
7722

7823

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.135.0
1+
web/5.135.1

packages/uniswap/src/data/apiClients/tradingApi/TradingApiSessionClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ const entryGatewayTradingFetchClientWithSession = createFetchClient({
4141
// Sessions are currently required for plans, so this is enabled by default. The flag exists as a safety net to disable sessions for plan if needed.
4242
getIsSessionServiceEnabled: () => !getFeatureFlag(FeatureFlags.DisableSessionsForPlan),
4343
}),
44+
defaultOptions: {
45+
credentials: 'include',
46+
},
4447
})
4548

4649
const BaseTradingApiSessionClient: PlanEndpoints = createTradingApiClient({

0 commit comments

Comments
 (0)