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

chore: release master #156

Closed
wants to merge 1 commit into from
Closed

Conversation

gibahjoe
Copy link
Owner

@gibahjoe gibahjoe commented Nov 2, 2024

🤖 I have created a release beep boop

openapi-generator: 6.0.0

6.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • cli: removed various deprecated methods and properties such as inputSpecFile
  • annotations: changed Inputspec.emptyYaml to Inputspec.yaml

Features

  • add --name-mappings param support for generator (f5c6aed)
  • Add a format stage to the end of nextGen (acac104)
  • Add headers options for requests (nextGen only) (bc4a170)
  • annotated file updating made optional by argument (c108469)
  • annotation: removed deprecated properties from annotation (51d3683)
  • Changing to a config based approach for obtaining the official openapi generator jar. (a0f3ca2)
  • cli: bumped official generator version to 7.2 (51d3683)
  • generator: moved completely to newgen (51d3683)
  • updated generator versions (4f13112)

Bug Fixes

  • add tests and ensure that the sub processes can be mocked out. (5822666)
  • Add work around to be able to always be able to regenerate when run. Add documentation around the usage of useNextGen, add tests (523f169)
  • Apply types to default empty maps (bfb0ec4)
  • bumped generator version (751369e)
  • Consume testing version of the source_gen branch to simplify testing. (37af696)
  • Correct most of the tests while using the newest verison of the source gen changes (4156d9a)
  • dep override (8266ab1)
  • dependencies: added required dependencies to pubspec (7738439)
  • failing test (feead33)
  • fix gitignore, readd api/petstore_api/pubspec (37f862c)
  • fix incorrect find and replace causing tests to fail (0016a03)
  • fix tests now that the generator is running correctly (4643a0c)
  • fixed spec not caching (9bd7a80)
  • fixes useEnumExtension and other non string additional properties fields throwing error (53b711a)
  • fmt (e63c9b9)
  • generator: fixed bad deps (5d6407a)
  • generator: updated deps (09f6039)
  • Last few tweaks (12c138a)
  • move to delegate, add tests, revert version requirement (6a32542)
  • remove duplicate run test, fix failing tests (677a318)
  • remove extra testing infra since it is no longer used, add additional configs, refactor function (3dd7054)
  • remove unused import, update paramter name (d2f5a90)
  • remove unused imports (4eb64c9)
  • repair the docker run command, update the type_methods to expand out the remote delegate (c00b334)
  • tweak gitignore (f1122d0)
  • Tweak the processing of the builder to handle how process.run returns (90a1b90)
  • updated (5d21f4a)
  • updated logs (45af1cf)
  • Use Dart 2 API (8d59613)

Code Refactoring

  • annotations: changed inputspec methods to be more descriptive (84f72df)
openapi-generator-annotations: 6.0.0

6.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • cli: removed various deprecated methods and properties such as inputSpecFile
  • annotations: changed Inputspec.emptyYaml to Inputspec.yaml

Features

  • add --name-mappings param support for generator (f5c6aed)
  • Add headers options for requests (nextGen only) (bc4a170)
  • annotation: removed deprecated properties from annotation (51d3683)
  • Bumped versions to match (506689c)
  • Changing to a config based approach for obtaining the official openapi generator jar. (a0f3ca2)
  • cli: bumped official generator version to 7.2 (51d3683)
  • cli: remove unsupported flags for DioAltProperties (72a509b)
  • generator: moved completely to newgen (51d3683)
  • updateAnnotatedFile property to OpenApi annotation (e7bfa94)
  • updated generator versions (4f13112)

Bug Fixes

  • Add work around to be able to always be able to regenerate when run. Add documentation around the usage of useNextGen, add tests (523f169)
  • annotation: fixed formatting (b21a177)
  • Consume testing version of the source_gen branch to simplify testing. (37af696)
  • Correct most of the tests while using the newest verison of the source gen changes (4156d9a)
  • dep overrides v2 (ea76ec8)
  • dependencies: added required dependencies to pubspec (7738439)
  • fix tests now that the generator is running correctly (4643a0c)
  • fixed spec not caching (b2fcd94)
  • fixed spec not caching (9bd7a80)
  • fixes useEnumExtension and other non string additional properties fields throwing error (53b711a)
  • Last few tweaks (12c138a)
  • move to delegate, add tests, revert version requirement (6a32542)
  • remove duplicate run test, fix failing tests (677a318)
  • repair the docker run command, update the type_methods to expand out the remote delegate (c00b334)
  • updated (5d21f4a)
  • Use API within SDK bounds (will change in future release), fix the analyzer warnings, fmt (c229767)
  • use bool.tryParse instead of casting (5003ea1)

Code Refactoring

  • annotations: changed inputspec methods to be more descriptive (84f72df)
openapi-generator-cli: 6.0.0

6.0.0 (2024-11-02)

⚠ BREAKING CHANGES

  • cli: removed various deprecated methods and properties such as inputSpecFile

Features

  • annotation: removed deprecated properties from annotation (51d3683)
  • Bumped versions to match (506689c)
  • Changing to a config based approach for obtaining the official openapi generator jar. (a0f3ca2)
  • cli: bumped official generator version to 7.2 (51d3683)
  • cli: bumped official generator version to 7.7 (d8b9de1)
  • cli: bumped unofficial generator version to 8.1 (2fdd022)
  • generator: moved completely to newgen (51d3683)
  • updated generator versions (4f13112)

Bug Fixes


This PR was generated with Release Please. See documentation.

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.51%. Comparing base (5d21f4a) to head (df75589).
Report is 20 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #156      +/-   ##
==========================================
+ Coverage   80.59%   88.51%   +7.91%     
==========================================
  Files           9        1       -8     
  Lines         469      148     -321     
==========================================
- Hits          378      131     -247     
+ Misses         91       17      -74     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gibahjoe gibahjoe force-pushed the release-please--branches--master branch from df75589 to 05171da Compare November 2, 2024 12:32
@gibahjoe gibahjoe closed this Nov 2, 2024
@gibahjoe gibahjoe deleted the release-please--branches--master branch November 2, 2024 12:44
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.

1 participant