juniper/juniper_rocket/changelog/0.1.2.md
Christoph Herzog 40c946c81c 0.9.2 release
* Changelogs
* Update versions and dependency versions
2018-01-13 10:34:30 +01:00

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.

#125

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.