Skip to content

Releases: pacedotdev/oto

v0.10.10

28 Mar 12:06
Compare
Choose a tag to compare

Changelog

ac0caf1 added general BeforeRequest hook into generated Go client
4ff0094 fixed bug in pointers to objects as field types

v0.10.9

14 Mar 14:26
Compare
Choose a tag to compare

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

19 Nov 12:29
Compare
Choose a tag to compare

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

15 Nov 15:24
Compare
Choose a tag to compare

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

29 Sep 13:44
Compare
Choose a tag to compare

Changelog

0c82632 added Swift type names
98b943e experimenting with Swift client
70db1dc finished swift client
9461014 more work on swift client
2e8295e more work on swift client

v0.10.5

23 Sep 09:56
Compare
Choose a tag to compare

Changelog

811c4bb don't escape comments - fixes #17

v0.10.4

23 Sep 09:22
Compare
Choose a tag to compare

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

28 Aug 13:06
Compare
Choose a tag to compare

Changelog

1d904c6 fixed regex to look for colon with space

v0.10.2

28 Aug 09:41
Compare
Choose a tag to compare

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

v0.10.1

19 Aug 15:05
Compare
Choose a tag to compare

Oto will not fail if the metadata in comments is malformed - it will just be ignored.

Changelog

a0d8007 if oto cannot marshal the JSON, don't stop
30b6557 fixed broken test