Releases: pacedotdev/oto
v0.10.10
v0.10.9
Changelog
37d6dfe Merge pull request #28 from nachtjasmin/test_fixes
fabfb68 Merge pull request #29 from kandros/patch-1
b18885d Merge pull request #33 from pacedotdev/add-license-1
82f2792 added licence to otohttp
aadb02f fix command path
e65d0cc tests: fix typo in server_test.go
d115b3e tests: remove TestFormatComment as method is missing
415ec63 updated license files
0c5157c updated to working Python client
v0.10.8
Changelog
5766639 Merge branch 'master' of github.com:pacedotdev/oto
2773bb9 added format_comment_line - single line comment
ad2cee6 added format_commnt helper
44d5c44 added links to users of Oto
2e371cf correct style
3d1ed4f first stab at a python sdk
6231a36 python: fixed incorrect JSON encoding method
5e6cf50 started adding Python template
v0.10.7
Changelog
fde060b Merge branch 'master' of github.com:pacedotdev/oto
70b7083 Merge branch 'master' of github.com:pacedotdev/oto
1760a73 Merge branch 'master' of github.com:pacedotdev/oto
55a68aa Merge branch 'master' of github.com:pacedotdev/oto
ea09603 added ObjectIsInput and ObjectIsOutput helpers
b3d1535 added blog and video links
1879f55 added fixed HTTP status code handler
33253a6 added image
ebbd88f added service error support
6bfe790 added status code check
7fd213a added test for strange types
9cebd7c better service error handling addresses #23
414ea93 fixed some bugs in swift client
24a8bc8 ignored that file again
3b17704 removed "hi"
a9b374d removed THAT file
d0a0b13 removed bad import
c99a14d removed nonsense suggestion
ce115e5 style tweak
875c675 typescript client: added HTTP status code check
v0.10.6
v0.10.5
v0.10.4
Changelog
17b1cc6 Fix typo in code gen step of Tutorial
3d4d19d Merge branch 'master' of github.com:pacedotdev/oto
86823ca Merge pull request #22 from jhuggart/patch-1
7a28f2f added example for Error field
6574ab7 added example to Error
343c8f7 always make Fields an array (never null)
efd392a always set metadata, so it's never nil
df5a36e fixed Example
eb64133 made headers properly optional (thanks @TcM1911)
31092cc removed signature from template
faf6e45 removed unused security packages
v0.10.3
v0.10.2
Changelog
2fd1a63 Fixing typo in template
1e00a18 Merge branch 'master' of github.com:pacedotdev/oto
78f559a Merge pull request #16 from TcM1911/patch-1
c8131e6 added version
28ce4a9 always return metadata map
f61f1b9 fixed broken template
eeaf776 looks for space after colon (to avoid confusion with URLs, for example)
08eadf7 made parser a module
3af828f updates to tests to ensure comments are working correctly
8e8a53c working default typescript client