Added
- Implemented the combined
RateLimit
header according to the eighth draft of the IETF RateLimit header specificiation. Enable by settingstandardHeaders: 'draft-8'
. - Added a new
identifier
option, used as the name for the quota policy in thedraft-8
headers. - Added a new
headersDraftVersion
validation check to identifies cases where an unsupported version string is passed to thestandardHeaders
option.
You can view the full changelog here.