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
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Breaking
15
15
16
+
- sdk: `helius-laserstream` is now an optional dependency; installs with `--no-optional` will disable LaserStream support. [#2087](https://github.com/drift-labs/protocol-v2/pull/2087)
17
+
- sdk: `LaserSubscribe` is deprecated and now lazy-loads with a warning; use `getLaserSubscribe()` instead. [#2087](https://github.com/drift-labs/protocol-v2/pull/2087)
18
+
19
+
## [2.156.0] - 2026-01-26
20
+
21
+
### Features
22
+
23
+
### Fixes
24
+
25
+
### Breaking
26
+
27
+
## [2.155.0] - 2026-01-20
28
+
29
+
### Features
30
+
31
+
- program: additional logging for amm fills [#2078](https://github.com/drift-labs/protocol-v2/pull/2078)
32
+
- program: allow delegate to transfer isolated pos deposit in sub account [#2079](https://github.com/drift-labs/protocol-v2/pull/2079)
33
+
- program: use load_maps in update_amms [#2081](https://github.com/drift-labs/protocol-v2/pull/2081)
0 commit comments