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
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# Changelog
2
2
3
+
## 0.1.0-alpha.5 (2025-07-22)
4
+
5
+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/ArcadeAI/arcade-go/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([36a34f6](https://github.com/ArcadeAI/arcade-go/commit/36a34f6cd98540ac3bb383842bf8d486f66b844a))
10
+
***api:** api update ([5663810](https://github.com/ArcadeAI/arcade-go/commit/56638109c998c66426e9a3587683756269398d2e))
11
+
***api:** api update ([9182cae](https://github.com/ArcadeAI/arcade-go/commit/9182cae9dc6d4533840cec781c321127a1f6e3de))
12
+
13
+
14
+
### Bug Fixes
15
+
16
+
***client:** process custom base url ahead of time ([9aa7161](https://github.com/ArcadeAI/arcade-go/commit/9aa7161c88a53779baf18223a1d37433bebbf6dc))
17
+
* don't try to deserialize as json when ResponseBodyInto is []byte ([8bd111c](https://github.com/ArcadeAI/arcade-go/commit/8bd111cff7a9554f168e964bf8c5ef693b18a106))
18
+
***pagination:** check if page data is empty in GetNextPage ([25a1c31](https://github.com/ArcadeAI/arcade-go/commit/25a1c31e4b24d0d1b66b84e623779b994ae77977))
19
+
20
+
21
+
### Chores
22
+
23
+
***ci:** only run for pushes and fork pull requests ([1219e03](https://github.com/ArcadeAI/arcade-go/commit/1219e03267fd9633c409a330880bdf2f0f04fd56))
24
+
***internal:** fix lint script for tests ([9e3ac8e](https://github.com/ArcadeAI/arcade-go/commit/9e3ac8e3416d37e82bee0d4a86ce2815b3d7cd54))
0 commit comments