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
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# Changelog
2
2
3
+
## 1.9.1 (2026-02-20)
4
+
5
+
Full Changelog: [v1.9.0...v1.9.1](https://github.com/morphik-org/morphik-ts/compare/v1.9.0...v1.9.1)
6
+
7
+
### Bug Fixes
8
+
9
+
***client:** avoid memory leak with abort signals ([d4ab61c](https://github.com/morphik-org/morphik-ts/commit/d4ab61c33f1d02a5253e27841bb775a6ceea147d))
10
+
***client:** avoid removing abort listener too early ([a4fdb09](https://github.com/morphik-org/morphik-ts/commit/a4fdb095674574af92643d5212923579b73f84cc))
***client:** do not parse responses with empty content-length ([3169d51](https://github.com/morphik-org/morphik-ts/commit/3169d51148b52561338eea977226341cfb7c0831))
***internal:** avoid type checking errors with ts-reset ([ba8958a](https://github.com/morphik-org/morphik-ts/commit/ba8958a36758e190e863d6a032583fdd263ef942))
20
+
***internal:** remove mock server code ([f64241c](https://github.com/morphik-org/morphik-ts/commit/f64241cbba49ce07de55752a373c796f1d5f30c5))
21
+
* update mock server docs ([b5ae452](https://github.com/morphik-org/morphik-ts/commit/b5ae452777e9f154aac0185050dcf49cf9e97da3))
22
+
3
23
## 1.9.0 (2026-01-22)
4
24
5
25
Full Changelog: [v1.8.0...v1.9.0](https://github.com/morphik-org/morphik-ts/compare/v1.8.0...v1.9.0)
0 commit comments