40c946c81c
* Changelogs * Update versions and dependency versions
723 B
723 B
juniper_rocket [0.1.2] 2018-01-13
Changes
Rocket updated to 0.3.6
Rocket integration now requires Rocket 0.3.6
to
support building with recent Rust nightlies.
Additional information and supported nightly versions can be found in Rocket's changelog.
Decoding of query params
When processing GET requests, query parameters were not properly url_decoded,
This was fixed by PR #122 by @LegNeato.
This fixed the issue #116.