juniper/juniper_rocket/changelog/v0.1.2.md
2018-01-13 10:02:43 +01:00

698 B

juniper_rocket 0.1.2

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 where not properly url_decoded,

This was fixed by PR #128 by @LegNeato.

This fixed the issue #116.