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

Fix: Expect return true immediately if If-None-Match matches the ETag header (#35) #38

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

bigbigDreamer
Copy link

@bigbigDreamer bigbigDreamer commented Apr 29, 2024

Main Changes

Expect return true immediately if If-None-Match matches the ETag header.

Context

Closes #35

@bigbigDreamer bigbigDreamer changed the title fix: fix ISSUE 35 Fix: Expect return true immediately if If-None-Match matches the ETag header (#35) Apr 29, 2024
Copy link
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

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

Thanks for making this work @bigbigDreamer!

AFAIK, seems like this is a major change in terms of semver. I will love to have some additional reviews before we merge it (I am not an expert on fresh) 👍

@ctcpip
Copy link

ctcpip commented Apr 29, 2024

I don't have the requisite permission to approve, but 👍 ✅

@ctcpip
Copy link

ctcpip commented Apr 29, 2024

AFAIK, seems like this is a major change in terms of semver.

there is no perfect answer, but you could argue that a breaking change caused by spec-compliance where you don't do a major version bump does not violate semver. unrelated but similar issue I ran into last week: github.com/bcgit/bc-java/issues/1641

Copy link

@rxmarbles rxmarbles left a comment

Choose a reason for hiding this comment

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

Also don't have perms to approve but a ➕1 from me 😄

Copy link

@ctcpip ctcpip left a comment

Choose a reason for hiding this comment

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

I don't have the requisite permission to approve, but 👍 ✅

(previous comment doesn't show up in reviews)

index.js Outdated Show resolved Hide resolved
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.

If-Modified-Since is not ignored if request contains If-None-Match
6 participants