Releases: ogen-go/ogen
Releases · ogen-go/ogen
v0.11.0
v0.10.1
v0.10.0
v0.9.0
What's Changed
- fix(gen): optional/nullable array JSON encoding by @tdakkota in #137
- feat(gen): initial additionalProperties support by @tdakkota in #138
- chore(deps): bump github.com/valyala/fasthttp from 1.32.0 to 1.33.0 by @dependabot in #139
- fix(validate): correct mixed up validation fields by @tdakkota in #140
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- fix(gen): check that required fields present in JSON by @tdakkota in #126
- fix(gen): do not copy body twice by @tdakkota in #129
- feat(gen): use arrays for path params, add FindRoute method by @tdakkota in #128
- fix: correct nullable enums support by @tdakkota in #135
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- feat(json): optimize UUID encode/decode by @tdakkota in #98
- fix(gen): parse query params only once by @tdakkota in #99
- feat(gen): methods do not have a pointer receiver by @masseelch in #101
- refactor(templates): improve templates structure by @shadowspore in #100
- feat(gen): use Radix tree based router by @tdakkota in #103
- fix(gen): match routes strictly by @tdakkota in #104
- fix(gen): use constants for enum values to prevent allocations by @tdakkota in #105
- chore(deps): bump github.com/valyala/fasthttp from 1.31.0 to 1.32.0 by @dependabot in #106
- chore(deps): bump github.com/go-faster/jx from 0.25.0 to 0.25.1 in /examples by @dependabot in #108
- chore(deps): bump github.com/go-faster/jx from 0.25.0 to 0.25.1 by @dependabot in #107
- chore(deps): bump github.com/goccy/go-yaml from 1.9.4 to 1.9.5 by @dependabot in #109
- chore(deps): bump follow-redirects from 1.14.5 to 1.14.7 in /_docs by @dependabot in #110
- chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /_docs by @dependabot in #114
- chore(deps): bump github.com/go-faster/jx from 0.27.0 to 0.31.0 in /examples by @dependabot in #118
- chore(deps): bump github.com/go-faster/jx from 0.27.0 to 0.31.0 by @dependabot in #117
- chore: initial support for jx.Writer by @tdakkota in #120
- fix(gen): optional encoding by @tdakkota in #124
- chore(deps): bump nanoid from 3.1.30 to 3.2.0 in /_docs by @dependabot in #125
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.0
What's Changed
- chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #91
- fix(gen): correctly call root handlers of variable ones by @ernado in #93
Full Changelog: v0.2.0...v0.3.0