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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
# Changelog
2
2
3
+
## 0.1.0 (2025-12-19)
4
+
5
+
Full Changelog: [v0.0.2...v0.1.0](https://github.com/miruml/go-server-sdk/compare/v0.0.2...v0.1.0)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***api:** change route to be /beta instead of /v1
10
+
11
+
### Features
12
+
13
+
***encoder:** support bracket encoding form-data object members ([42cd12f](https://github.com/miruml/go-server-sdk/commit/42cd12f63596c6f1bc5aa86d621f6929716b6ac8))
14
+
15
+
16
+
### Bug Fixes
17
+
18
+
***mcp:** correct code tool API endpoint ([c2128e7](https://github.com/miruml/go-server-sdk/commit/c2128e744bbd9473c8a1b6bef9cee4c3e1984558))
19
+
* rename param to avoid collision ([38be6e4](https://github.com/miruml/go-server-sdk/commit/38be6e4729020e74ec2ad2c6f3b7506c3e6db4b2))
20
+
* skip usage tests that don't work with Prism ([3a4ce7e](https://github.com/miruml/go-server-sdk/commit/3a4ce7e207e17b8730279da7d1de116ed8005ff3))
21
+
22
+
23
+
### Chores
24
+
25
+
* add float64 to valid types for RegisterFieldValidator ([dbeb503](https://github.com/miruml/go-server-sdk/commit/dbeb503b9299414959b2ce494ab88b3d552a4615))
26
+
* bump gjson version ([561ebe2](https://github.com/miruml/go-server-sdk/commit/561ebe292506a695c7c6722a558efc4a57a4e7ca))
0 commit comments