-
Notifications
You must be signed in to change notification settings - Fork 325
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
Release 20170527 #14
Release 20170527 #14
Conversation
Websockets 0.11 supports the permessage-deflate compression extension.
Update websockets to 0.11
Remove unused code.
In the right environment, this allows building static executables with e.g. stack build --flag proxy:static
Add optional -static flag to cabal files
Update types-common flags for 'stack build --test'
[ropes] change integration test to be an executable
Upgrade nginx to 1.12.0
That module is incompatible with nginx 1.12.0 since the $request_id variable was introduced in nginx 1.11.0 Changeset: https://trac.nginx.org/nginx/changeset/59f8f2dd8b3149ac909575cd88cd95abc4616c54/nginx/ See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209804 As a result, `request_id`s are now 32 (before:22) characters long.
Verify signature on nginx tarballs
Prefer gundeck's default for nativeEncrypt
|
I created a new branch to fix the release name, https://github.com/wireapp/wire-server/tree/release-20170524 are merged that one. |
* Add 'renderFilter' * Add a roundtrip test
Also rewrote a range of section to update them.
No description provided.