Releases: ogen-go/ogen
Releases · ogen-go/ogen
v0.79.0
What's Changed
- chore(ogen): log config lookup by @tdakkota in #1109
- fix(gen): set proper nil semantic for aliased arrays by @tdakkota in #1111
- feat: add regexp error for handle in app by @sashamelentyev in #1100
- send CORS headers for OPTIONS requests by @mpldr in #1117
- docs: add example configuration file by @utherbit in #1120
- fix(gen): add missing feature check by @tdakkota in #1124
- fix(gen): handle multipart complex fields according to spec by @tdakkota in #1099
New Contributors
Full Changelog: v0.78.0...v0.78.1
v0.78.1-pre.0
What's Changed
- chore(ogen): log config lookup by @tdakkota in #1109
- fix(gen): set proper nil semantic for aliased arrays by @tdakkota in #1111
Full Changelog: v0.78.0...v0.78.1-pre.0
v0.78.0: Config file
Warning
Flags moved to config file. See options.
What's Changed
- feat(validate): add check receiver pointer by @sashamelentyev in #1082
- feat(validate): add min/max errors for handling in app by @sashamelentyev in #1085
- ci(dependabot): group opentelemetry updates by @tdakkota in #1093
- fix(gen): validate responses after decoding by @tdakkota in #1094
- refactor(ogen): use config instead of flags by @tdakkota in #1090
- chore: regen by @sashamelentyev in #1098
- feat(gen): add feature to validate message before sending by @tdakkota in #1097
- chore(gen): upd by @ernado in #1102
- fix(gen): set utf8 for subset of content types by @ernado in #1103
Full Changelog: v0.77.0...v0.78.0
v0.78-alpha.1
What's Changed
- feat(validate): add check receiver pointer by @sashamelentyev in #1082
- feat(validate): add min/max errors for handling in app by @sashamelentyev in #1085
- ci(dependabot): group opentelemetry updates by @tdakkota in #1093
- fix(gen): validate responses after decoding by @tdakkota in #1094
- refactor(ogen): use config instead of flags by @tdakkota in #1090
- chore: regen by @sashamelentyev in #1098
- feat(gen): add feature to validate message before sending by @tdakkota in #1097
Full Changelog: v0.77.0...v0.78-alpha.1
v0.77.0
What's Changed
- fix(gen): do not get encoder from pool by @tdakkota in #1074
- chore(gen/ir): fix lint issues by @sashamelentyev in #1076
- feat(middleware): add request ctx setter by @sashamelentyev in #1075
- fix(expand): fix missing server url by @max107 in #1079
New Contributors
Full Changelog: v0.76.0...v0.77.0
v0.76.0
What's Changed
- ci(coverage): use
codecov-action@v3
by @tdakkota in #1053 - feat(info): route summary by @alesbrelih in #1052
- feat(security): added option to exclude sec requirement by @alesbrelih in #1055
- refactor: removing unused code by @AlexanderMint in #1056
- feat(parser): add
x-ogen-custom-security
extension by @tdakkota in #1058
New Contributors
- @AlexanderMint made their first contribution in #1056
Full Changelog: v0.75.0...v0.76.0
v0.75.0
What's Changed
- feat(client): added interface generation by @alesbrelih in #1038
- fix(gen): trim path prefix inside
FindPath
by @tdakkota in #1047 - fix(gen): ignore security format case by @tdakkota in #1046
- docs(contributing): add commands to update generated code by @tdakkota in #1048
Full Changelog: v0.74.0...v0.75.0
v0.74.0
What's Changed
- ci: fix image build by @gvencadze in #1006
- fix: linter memory aliasing issue by @tdakkota in #1016
- fix: do not fold Set-Cookie values into a single header, per RFC6265 by @jmalloc in #1027
- fix(gen): pass HTTP attributes, even if
operationId
is not set by @tdakkota in #1031 - feat: use of conventient errors for sec errors as well. Also fixed recordErr. by @alesbrelih in #1033
- feat(oauth2): added support by @alesbrelih in #1025
- feat(gen): add a method to return all enum values by @tdakkota in #1034
New Contributors
- @jmalloc made their first contribution in #1027
- @alesbrelih made their first contribution in #1033
Full Changelog: v0.73.0...v0.74.0
v0.73.0
What's Changed
- feat: add docker image build by @gvencadze in #1001
- feat(gen): return same error as server if requirement is not satisfied by @tdakkota in #1005
New Contributors
- @gvencadze made their first contribution in #1001
Full Changelog: v0.72.1...v0.73.0