Releases: cloudwego/pilota
Releases · cloudwego/pilota
Pilota-build-0.8.1
What's Changed
Full Changelog: pilota-0.8.0...pilota-build-0.8.1
Pilota-build-0.8.0
What's Changed
- fix: missing
_
in pb encode by @Millione in #177 - fix oneof field position in pb by @Millione in #178
- fix: convert enum to int by @LYF1999 in #179
- feat(pilota-build):generate default impl for volo-cli init. by @my-vegetable-has-exploded in #180
- feat: support build with keep_unknown_fields by @Millione in #181
- feat: keep_unknown_fields support yml config by @Millione in #184
- keep the generated code in same order by @Millione in #182
- perf: rewrite skip function by @bobozhengsir in #185
- fix: trailing whitespace by @LYF1999 in #186
- bump version 0.8.0 by @Millione in #187
New Contributors
- @my-vegetable-has-exploded made their first contribution in #180
- @bobozhengsir made their first contribution in #185
Full Changelog: pilota-build-0.7.4...pilota-build-0.8.0
Pilota-0.8.0
What's Changed
- fix: missing
_
in pb encode by @Millione in #177 - fix oneof field position in pb by @Millione in #178
- fix: convert enum to int by @LYF1999 in #179
- feat(pilota-build):generate default impl for volo-cli init. by @my-vegetable-has-exploded in #180
- feat: support build with keep_unknown_fields by @Millione in #181
- feat: keep_unknown_fields support yml config by @Millione in #184
- keep the generated code in same order by @Millione in #182
- perf: rewrite skip function by @bobozhengsir in #185
- fix: trailing whitespace by @LYF1999 in #186
- bump version 0.8.0 by @Millione in #187
New Contributors
- @my-vegetable-has-exploded made their first contribution in #180
- @bobozhengsir made their first contribution in #185
Full Changelog: pilota-build-0.7.4...pilota-0.8.0
Pilota-build 0.7.9
pilota-build-0.7.9 fix: trailing whitespace (#186)
Pilota-build 0.7.4
What's Changed
Full Changelog: pilota-build-0.7.3...pilota-build-0.7.4
Pilota-build 0.7.3
What's Changed
Full Changelog: pilota-build-0.7.2...pilota-build-0.7.3
Pilota-build 0.7.2
What's Changed
Full Changelog: pilota-build-0.7.1...pilota-build-0.7.2
Pilota-build 0.7.1
What's Changed
Full Changelog: pilota-build-0.7.0...pilota-build-0.7.1
Pilota-build 0.7.0
What's Changed
- chore: compact protocol test by @ii64 in #122
- feat: set change_case for codegen by @LYF1999 in #123
- support default value for thrift by @LYF1999 in #127
- fix: default value and update protobuf-parse by @LYF1999 in #128
- fix: resolve default bool value by @LYF1999 in #129
- fix: set defaule value by @LYF1999 in #130
- fix: resolve enum value in other file by @LYF1999 in #131
- fix: default value into target type by @LYF1999 in #132
- fix: default value for map, f64, FastStr by @LYF1999 in #133
- fix: int to float by @LYF1999 in #134
- optimize: set default values by @LYF1999 in #135
- clippy fix by @LYF1999 in #136
- fix: wrong lit name by @LYF1999 in #137
- feat: map into struct by @LYF1999 in #138
- gen newtype for enum by @LYF1999 in #139
- fix: compute enum name by @LYF1999 in #140
- feat: change zero copy threshold to 0 by @PureWhiteWu in #141
- Revert "feat: change zero copy threshold to 0" by @PureWhiteWu in #142
- feat: gen workspace by @LYF1999 in #143
- cherry-pick by @LYF1999 in #149
- feat: optimize faststr usage by @PureWhiteWu in #151
- fix codegen bugs by @LYF1999 in #150
- fix: codegen lint by @LYF1999 in #153
- gen re-pub in workspace by @LYF1999 in #154
- fix: prost encoding by @LYF1999 in #155
- add prost in credits by @LYF1999 in #157
- feat: support arc for resp by @Millione in #159
- cherry-pick "support faststr for protobuf" by @LYF1999 in #162
- feat: add basic codec support for binary le && binary unsafe by @PureWhiteWu in #163
- fix: size of void and wrong ident name for keyword by @LYF1999 in #164
- fix: buf_mut needed by payload client by @PureWhiteWu in #166
- fix: missing
;
by @LYF1999 in #165 - fix: missing
;
by @LYF1999 in #167 - fix: read buf set to the wrong place by @PureWhiteWu in #169
- fix: visit ty by @LYF1999 in #170
- fix(pilota-build): use prefixed
field_id
to supportfield_id
as field identifier by @mbrobbel in #156 - feat!(thrift): add missing
std:error::Error
impls and removeDummyError
by @mbrobbel in #171 - feat: use Bytes instead of BytesMut for input protocol by @PureWhiteWu in #172
New Contributors
Full Changelog: pilota-build-0.6.2...pilota-build-0.7.0
Pilota 0.7.0
What's Changed
- feat: gen workspace by @LYF1999 in #143
- cherry-pick by @LYF1999 in #149
- feat: optimize faststr usage by @PureWhiteWu in #151
- fix codegen bugs by @LYF1999 in #150
- fix: codegen lint by @LYF1999 in #153
- gen re-pub in workspace by @LYF1999 in #154
- fix: prost encoding by @LYF1999 in #155
- add prost in credits by @LYF1999 in #157
- feat: support arc for resp by @Millione in #159
- cherry-pick "support faststr for protobuf" by @LYF1999 in #162
- feat: add basic codec support for binary le && binary unsafe by @PureWhiteWu in #163
- fix: size of void and wrong ident name for keyword by @LYF1999 in #164
- fix: buf_mut needed by payload client by @PureWhiteWu in #166
- fix: missing
;
by @LYF1999 in #165 - fix: missing
;
by @LYF1999 in #167 - fix: read buf set to the wrong place by @PureWhiteWu in #169
- fix: visit ty by @LYF1999 in #170
- fix(pilota-build): use prefixed
field_id
to supportfield_id
as field identifier by @mbrobbel in #156 - feat!(thrift): add missing
std:error::Error
impls and removeDummyError
by @mbrobbel in #171 - feat: use Bytes instead of BytesMut for input protocol by @PureWhiteWu in #172
New Contributors
Full Changelog: pilota-0.6.3...pilota-0.7.0