Skip to content

Commit

Permalink
increment web-server-lib package to version 1.6
Browse files Browse the repository at this point in the history
This version reflects commits starting with 66b79c8
by Jesse Alama, @mflatt, @Bogdanp, @aymanosman, @samth, and @jeapostrophe:

- Adds many new protections against malicious or misbehaving clients,
  which are controled with a new `safety-limits?` abstraction.

- Adds `response/empty` constructor.

- Fixes bugs with `dispatch/servlet` and HMAC-SHA1 signatures
  for id cookies.

- Allows bytes in addition to strings as arguments to
  `web-server/http/id-cookie` functions for consistency.
  • Loading branch information
LiberalArtist authored and jeapostrophe committed Jan 14, 2020
1 parent ef67983 commit ba1b1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server-lib/info.rkt
Expand Up @@ -15,4 +15,4 @@

(define pkg-authors '(jay))

(define version "1.5")
(define version "1.6")

1 comment on commit ba1b1cf

@racket-discourse-github-bot

Choose a reason for hiding this comment

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

This commit has been mentioned on Racket Discussions. There might be relevant details there:

https://racket.discourse.group/t/simple-overview-of-how-packages-dependencies-work-in-racket/741/6

Please sign in to comment.