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 #2565

Closed
wants to merge 1 commit into from
Closed

Conversation

stoplight-bot
Copy link
Collaborator

@stoplight-bot stoplight-bot commented Jul 19, 2024

🤖 I have created a release beep boop

prism-cli: 5.9.0

5.9.0 (2024-08-08)

Features

  • 1813 start using 415 code for invalid content-types instead constantly inferring it (df475fc)
  • Allow JSON Schema Faker configuration in specification (b72dd03)
  • deps: bump node from 16 to 18.20 (#2520) (4b175a6)
  • proxy: add a flag to skip request validation (71d04c8)
  • STOP-243 - create prism instance with full spec (#2501) (ed41dca)
  • support circular refs (#1835) (d287dd7)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @stoplight/prism-core bumped from ^5.8.0 to ^5.9.0
      • @stoplight/prism-http bumped from 5.8.4 to 5.9.0
      • @stoplight/prism-http-server bumped from ^5.8.3 to ^5.9.0
prism-core: 5.9.0

5.9.0 (2024-08-08)

Features

  • deps: bump node from 16 to 18.20 (#2520) (4b175a6)
  • http: added support to Deprecation header for deprecated operations #1563 (1415319)
prism-http: 5.9.0

5.9.0 (2024-08-08)

Features

  • 1813 start using 415 code for invalid content-types instead constantly inferring it (df475fc)
  • adds more standard compliant request body handling (#2260) (3b56cb7)
  • Allow JSON Schema Faker configuration in specification (b72dd03)
  • better validation for optional auth (#2401) (e2d9f0f)
  • deps: bump node from 16 to 18.20 (#2520) (4b175a6)
  • http: added support to Deprecation header for deprecated operations #1563 (1415319)
  • http: detect complex schema error, improve error message (#2327) (07af511)
  • STOP-243 - create prism instance with full spec (#2501) (ed41dca)
  • support circular refs (#1835) (d287dd7)

Bug Fixes

  • #1881 fixed memory leak for validation (931fc0f)
  • #1881 fixed memory leak for validation (bfc258a)
  • #1881 fixed memory leak for validation (1a05283)
  • #7839 fixed handling of number with format: double (e10a1e5)
  • 1917 fixed handling of example request for invalid requests (444012b)
  • another fix for memory leak of schema validation (ded2a9b)
  • decode path before matching it (ed5bce8)
  • http-negotiator: #2381 add additional warn log message (#2550) (64a23fc)
  • http: add explicit dependency on chalk (#2263) (55b07c9)
  • json schema faker fillProperties not working (#2398) (e8acebd)
  • keep encoded value if uri decoding fails. (#2387) (aba9bee)
  • mock issue resolve for similar templated requests (#2564) (b8e9fd8)
  • readOnly objects in arrays are handled correctly (#2513) (7670236)
  • remove deprecated usage of parse (#1959) (ea5b445)
  • replace date-time validator with our bug fixed version (#1856) (44186db)
  • update http-spec (#2037) (72d6882)
  • upgrade dependencies and resolve breaking http spec changes (#2105) (ebbc6c1)
  • use proper client call in memory leak tests (c223192)
  • validateOutput() when schema contains internal reference (#2363) (8e143e6)
  • version update and bundled_issue changes (#2577) (c4074fa)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @stoplight/prism-core bumped from ^5.8.0 to ^5.9.0
prism-http-server: 5.9.0

5.9.0 (2024-08-08)

Features

  • 1813 start using 415 code for invalid content-types instead constantly inferring it (df475fc)
  • adds more standard compliant request body handling (#2260) (3b56cb7)
  • deps: bump node from 16 to 18.20 (#2520) (4b175a6)
  • STOP-243 - create prism instance with full spec (#2501) (ed41dca)
  • support circular refs (#1835) (d287dd7)

Bug Fixes

  • http-server: discard request body if the content-length header i… (#2103) (c172f42)
  • mock issue resolve for similar templated requests (#2564) (b8e9fd8)
  • update http-spec (#2037) (72d6882)
  • version update and bundled_issue changes (#2577) (c4074fa)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @stoplight/prism-core bumped from ^5.8.0 to ^5.9.0
      • @stoplight/prism-http bumped from ^5.8.4 to ^5.9.0

This PR was generated with Release Please. See documentation.

@@ -1,5 +1,36 @@
# Changelog

## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-02)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change log valid? Seems that above link is broken as there is neither 5.8.3, nor 5.9.0 tags in the repo.

Please note that, release please currently generates false change logs, see #2558

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @lukaszm-sb
This was my PR https://github.com/stoplightio/prism/pull/2577/files, When I merge those PR changes, then this new PR chore: release master is created with this changes.

@stoplight-bot stoplight-bot force-pushed the release-please--branches--master branch from 9202328 to 829362e Compare August 8, 2024 11:15
@lukaszzazulak
Copy link
Contributor

Closing because of wrong changelog generated by release please.

@SB-rohitdesai
Copy link
Contributor

Closing because of wrong changelog generated by release please.

Hi @lukaszzazulak ,
As this PR was generated after my changes are merged in PRISM. So , what I need to do for release a prism latest version.

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.

[prism-cli] getHttpOperationsFromSpec performance regression
4 participants