chore(deps): bump github.com/ogen-go/ogen from 1.13.0 to 1.16.0
Bumps github.com/ogen-go/ogen from 1.13.0 to 1.16.0.
Release notes
Sourced from github.com/ogen-go/ogen's releases.
v1.16.0
What's Changed
- fix: JSON marshal errors of parameters with optional structs by
@maelickin ogen-go/ogen#1427- feat: decimal format by
@abemediain ogen-go/ogen#1494New Contributors
@maelickmade their first contribution in ogen-go/ogen#1427Full Changelog: https://github.com/ogen-go/ogen/compare/v1.15.2...v1.16.0
v1.15.2
What's Changed
- feat(config): add json schema by
@ernadoin ogen-go/ogen#1539- fix: use correct semconv by
@ernadoin ogen-go/ogen#1541- fix: generate sum type for single-value oneOf with discriminator by
@infastinin ogen-go/ogen#1545- Reuse encoder resources after being done writing response by
@AndreasBergmeier6176in ogen-go/ogen#1536New Contributors
@infastinmade their first contribution in ogen-go/ogen#1545Full Changelog: https://github.com/ogen-go/ogen/compare/v1.15.1...v1.15.2
v1.15.1
What's Changed
- fix: bump
semconvversion tov1.37.0by@paragonin ogen-go/ogen#1537Full Changelog: https://github.com/ogen-go/ogen/compare/v1.15.0...v1.15.1
v1.15.0
What's Changed
- feat: Add client option for edit all client requests/responses by
@abramskamain ogen-go/ogen#1472- fix: correct OpenTelemetry span error condition for server spans by
@ohtacaesarin ogen-go/ogen#1477- fix(ogenregex): Support
\p{...}and\P{...}format for Go regexp by@repeatedlyin ogen-go/ogen#1475- chore: bump the golang group with 4 updates by
@dependabot[bot] in ogen-go/ogen#1474- chore: bump the opentelemetry group with 5 updates by
@dependabot[bot] in ogen-go/ogen#1482- chore: bump github.com/valyala/fasthttp from 1.62.0 to 1.63.0 by
@dependabot[bot] in ogen-go/ogen#1487- Add ability to set default client otel attributes by
@abramskamain ogen-go/ogen#1486- feat: type extension by
@abemediain ogen-go/ogen#1460- chore: bump the golang group across 1 directory with 4 updates by
@dependabot[bot] in ogen-go/ogen#1497- fix: bump
semconvversion tov1.34.0by@paragonin ogen-go/ogen#1503- chore: bump the golang group with 3 updates by
@dependabot[bot] in ogen-go/ogen#1508
... (truncated)
Commits
fb3210dMerge pull request #1494 from viz-org/feat/decimal-format29a7e27chore: commit generated files047f0fdfeat: decimal formatec1b379chore(lint): fix issuebf1a3edMerge pull request #1427 from maelick/optional-params-omitzero-squasheddb90e0fchore: commit generated files23da12afix: move parameters' omitzero/omitempty JSON tags to Generator for solving c...2db1429chore: commit generated files0018061fix: json/encoding marshal errors of parameters with optional structs5315148chore: commit generated files- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 63.39%. Comparing base (351bfb1) to head (91dac63).
Additional details and impacted files
@@ Coverage Diff @@
## main #220 +/- ##
=======================================
Coverage 63.39% 63.39%
=======================================
Files 4 4
Lines 112 112
=======================================
Hits 71 71
Misses 40 40
Partials 1 1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.