All Versions
54
Latest Version
Avg Release Cycle
108 days
Latest Release
755 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.3.14 Changes
June 22, 2018Codegen
- Codegen was updated for
2018-06-22nightly. - Minimum required
rustcis1.28.0-nightly 2018-06-22.
- Codegen was updated for
-
v0.3.13 Changes
June 16, 2018Codegen
- Codegen was updated for
2018-06-12nightly. - Minimum required
rustcis1.28.0-nightly 2018-06-12.
- Codegen was updated for
-
v0.3.12 Changes
May 31, 2018Codegen
- Codegen was updated for
2018-05-30nightly. - Minimum required
rustcis1.28.0-nightly 2018-05-30.
- Codegen was updated for
-
v0.3.11 Changes
May 19, 2018Core
- Core was updated for
2018-05-18nightly.
Infrastructure
- Fixed injection of dependencies for codegen compile-fail tests.
- Core was updated for
-
v0.3.10 Changes
May 05, 2018Core
- Fixed parsing of nested TOML structures in config environment variables.
Codegen
- Codegen was updated for
2018-05-03nightly. - Minimum required
rustcis1.27.0-nightly 2018-05-04.
Contrib
- Contrib was updated for
2018-05-03nightly.
๐ Docs
- Fixed database pool type in state guide.
-
v0.3.9 Changes
April 26, 2018Core
- Core was updated for
2018-04-26nightly. - Minimum required
rustcis1.27.0-nightly 2018-04-26. - Managed state retrieval cost was reduced to an unsynchronized
HashMaplookup.
Codegen
- Codegen was updated for
2018-04-26nightly. - Minimum required
rustcis1.27.0-nightly 2018-04-26.
Contrib
- A 512-byte buffer is preallocated when deserializing JSON, improving performance.
๐ Docs
- Fixed various typos in rustdocs and guide.
- Core was updated for
-
v0.3.8 Changes
April 07, 2018Codegen
- Codegen was updated for
2018-04-06nightly. - Minimum required
rustcis1.27.0-nightly 2018-04-06.
- Codegen was updated for
-
v0.3.7 Changes
April 03, 2018Core
- Fixed a bug where incoming request URIs would match routes with the same path prefix and suffix and ignore the rest.
- Added known media types for WASM, WEBM, OGG, and WAV.
- Fixed fragment URI parsing.
Codegen
- Codegen was updated for
2018-04-03nightly. - Minimum required
rustcis1.27.0-nightly 2018-04-03.
Contrib
- JSON data is read eagerly, improving deserialization performance.
๐ Docs
- Database example and docs were updated for Diesel 1.1.
- Removed outdated README performance section.
- Fixed various typos in rustdocs and guide.
Infrastructure
- Removed gates for stabilized features:
iterator_for_each,i128_type,conservative_impl_trait,never_type. - Travis now tests in both debug and release mode.
-
v0.3.6 Changes
January 12, 2018Core
Rocket.state()method was added to retrieve managed state fromRocketinstances.- Nested calls to
Rocket.attach()are now handled correctly. - JSON API (
application/vnd.api+json) is now a known media type. - Uncached markers for
ContentTypeandAcceptheaders are properly preserved onRequest.clone(). - Minimum required
rustcis1.25.0-nightly 2018-01-12.
Codegen
- Codegen was updated for
2017-12-22nightly. - Minimum required
rustcis1.24.0-nightly 2017-12-22.
๐ Docs
- Fixed typo in state guide:
simplesimply. - Database example and docs were updated for Diesel 1.0.
Infrastructure
- Shell scripts now use
git grepinstead ofegrepfor faster searching.
-
v0.3.5 Changes
December 18, 2017Codegen
- Codegen was updated for
2017-12-17nightly. - Minimum required
rustcis1.24.0-nightly 2017-12-17.
- Codegen was updated for