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

Feature/several #312

Merged
merged 41 commits into from
Jun 30, 2023
Merged

Feature/several #312

merged 41 commits into from
Jun 30, 2023

Conversation

dukeofharen
Copy link
Owner

@dukeofharen dukeofharen commented Jun 21, 2023

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the new behavior?

  • When using the file response writer and no specific content type is set; determine the content type based on the file extension.
  • Show executing stub ID when hovering over a request in the UI.
  • Updated redirect response writer. permanentRedirect now returns HTTP 308 (HTTP 301) before and movedPermanently.
  • Small fix in UI: when copying the request / response body, copy either the raw or "rendered" body based on your selection. At first, only the raw contents were copied.
  • Added paging to requests endpoints and the UI for more responsive UI.

Does this introduce a breaking change?

  • Yes

  • No

  • permanentRedirect now returns HTTP 308 instead of HTTP 301. Use movedPermanently to return HTTP 301 instead.

  • The way requests are stored when using the file store is slightly changed. This means that when you update to this version, the requests in the API and UI are not returned in the right order. New requests are returned in the right order though.

Other information

@dukeofharen dukeofharen merged commit f62d717 into master Jun 30, 2023
@dukeofharen dukeofharen deleted the feature/several branch June 30, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant