Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/deepmap/oapi-codegen to v1.16.2 - autoclosed #118

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2022

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/deepmap/oapi-codegen require minor v1.11.0 -> v1.16.2

Release Notes

deepmap/oapi-codegen (github.com/deepmap/oapi-codegen)

v1.16.2: : Further improve documentation notices

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.16.1...v1.16.2

v1.16.1: : Ensure deprecation comments appear correctly

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.16.0...v1.16.1

v1.16.0: : Reduce runtime dependencies

Compare Source

As part of the final preparation towards the v2 release, this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them.

Key callouts

Full Changelog: oapi-codegen/oapi-codegen@v1.15.0...v1.16.0

v1.15.0: : Remove issues with Go 1.21

Compare Source

Go Toolchain issues

As flagged in https://github.com/deepmap/oapi-codegen/issues/1221, folks using Go 1.21 for their local builds - but maybe not targeting Go 1.21, will have been receiving diffs like:

 diff --git a/examples/go.mod b/examples/go.mod
index 4b815bd..929a5b6 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@​@​ -1,6 +1,8 @​@​
 module github.com/deepmap/oapi-codegen/examples
 
-go 1.20
+go 1.21
+
+toolchain go1.21.0

This is due to changes in Go 1.21's management of toolchains, and is a side effect of Fiber and Iris targeting Go 1.21.

These dependencies have now been downgraded to requiring 1.20, and we've taken steps as maintainers to reduce the impact in the future, so we should only be targeting the lowest Go version supported by the Go team.

What's Changed

New Contributors

Full Changelog: oapi-codegen/oapi-codegen@v1.14.0...v1.15.0

v1.14.0: : Iris Support, Go 1.20 requirement, reduction of runtime dependencies, and various other features and fixes

Compare Source

Key callouts

What's Changed

New Contributors

Full Changelog: oapi-codegen/oapi-codegen@v1.13.4...v1.14.0

v1.13.4

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.3...v1.13.4

v1.13.3

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.2...v1.13.3

v1.13.2: Fix: Allow multiple JSON types to be generated

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.1...v1.13.2

v1.13.1: : Various fixes post-release

Compare Source

What's Changed

New Contributors

Full Changelog: oapi-codegen/oapi-codegen@v1.13.0...v1.13.1

v1.13.0: Fiber support, many PR's merged for bug fixes and improvements

Compare Source

New Functionality

Support has been added for a new router, Fiber

Notable Changes

These changes may affect your code, and possibly some incompatibilities where boilerplate had to be changed to fix issues.

The Rest

New Contributors

Full Changelog: oapi-codegen/oapi-codegen@v1.12.4...v1.13.0

v1.12.4: Ensure Scopes context key are generated as valid Go names

Compare Source

As highlighted by @​KenxinKun in https://github.com/deepmap/oapi-codegen/issues/874, gorilla/mux (as well as some other servers) were affected by an invalid Scopes context key.

This makes them valid Go names.

v1.12.3: Fix the generated error handling for Gin

Compare Source

In v1.12.0 we added support for custom error handling to be used in the generated Gin code.

Unfortunately, we didn't produce the right code, so this would cause (compilation) errors.

v1.12.2: Fix big issue with marshaling binary strings

Compare Source

v1.12.0 introduced a File type which intercepts schemas of type:string, format:binary, but it incorrectly implemented the json.Marshaler interface and was lacking tests to catch the problem. This version fixes the marshaling of fields of that type.

Prior versions of oapi-codegen turned those into a []byte, and you can still annotate your spec with x-go-type if you need []byte

v1.12.1: Fix an issue with command line parsing

Compare Source

  • The -o flag specifying the output filename was being ignore in very simple invocations of oapi-codegen without a configuration file. This is fallout from trying to be compatible with old and new style configs.

v1.12.0: Many bug fixes

Compare Source

Major changes to functionality

Everything that has changed

This is a very large release with many bug fixes. Thanks to all contributors.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency label Nov 20, 2022
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.12.2 Update module github.com/deepmap/oapi-codegen to v1.12.4 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 354b0ad to 4a12822 Compare March 16, 2023 07:13
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.12.4 Update module github.com/deepmap/oapi-codegen to v1.13.0 Jun 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 4a12822 to 8e3e8fd Compare June 3, 2023 01:38
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 8e3e8fd to 86fbbe5 Compare July 12, 2023 11:13
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 86fbbe5 to b77b6ac Compare July 31, 2023 12:10
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.13.0 Update module github.com/deepmap/oapi-codegen to v1.13.1 Jul 31, 2023
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.13.1 Update module github.com/deepmap/oapi-codegen to v1.13.2 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from b77b6ac to 83fb81c Compare July 31, 2023 22:59
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.13.2 Update module github.com/deepmap/oapi-codegen to v1.13.3 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 83fb81c to d220a00 Compare August 3, 2023 14:16
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.13.3 Update module github.com/deepmap/oapi-codegen to v1.13.4 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from d220a00 to 669f05e Compare August 7, 2023 17:28
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.13.4 Update module github.com/deepmap/oapi-codegen to v1.14.0 Aug 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 669f05e to 603815e Compare August 30, 2023 21:45
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.14.0 Update module github.com/deepmap/oapi-codegen to v1.15.0 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 603815e to 26a3f29 Compare September 11, 2023 09:24
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.15.0 Update module github.com/deepmap/oapi-codegen to v1.16.1 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch 2 times, most recently from 401ac62 to 06e3eb1 Compare October 24, 2023 13:40
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.16.1 Update module github.com/deepmap/oapi-codegen to v1.16.2 Oct 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-deepmap-oapi-codegen-1.x branch from 06e3eb1 to 758b855 Compare November 13, 2023 12:41
@renovate renovate bot changed the title Update module github.com/deepmap/oapi-codegen to v1.16.2 Update module github.com/deepmap/oapi-codegen to v1.16.2 - autoclosed Nov 13, 2023
@renovate renovate bot closed this Nov 13, 2023
@renovate renovate bot deleted the renovate/github.com-deepmap-oapi-codegen-1.x branch November 13, 2023 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants