rocket_cors

Cross-origin resource sharing (CORS) for Rocket.rs applications

APACHE-2.0 License

Downloads
388.9K
Stars
103
Committers
26

Bot releases are hidden (Show)

rocket_cors - v0.6.0 Latest Release

Published by lawliet89 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lawliet89/rocket_cors/compare/v0.5.2...v0.6.0

rocket_cors - v0.6.0-alpha3

Published by lawliet89 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lawliet89/rocket_cors/compare/v0.6.0-alpha2...v0.6.0-alpha3

rocket_cors - v0.6.0-alpha2

Published by lawliet89 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lawliet89/rocket_cors/compare/v0.6.0-alpha1...v0.6.0-alpha2

rocket_cors - v0.6.0-alpha1

Published by lawliet89 almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/lawliet89/rocket_cors/compare/v0.5.2...v0.6.0-alpha1

rocket_cors - v0.5.2 - 2020-03-18

Published by lawliet89 over 4 years ago

0.5.2 (2020-03-18)

Improvements

  • Add a builder methods for CorsOptions (#75)
rocket_cors - v0.5.1 - 2019-11-13

Published by lawliet89 almost 5 years ago

0.5.1 (2019-11-13)

There are no new features.

  • Fix build issues with Rocket 0.4.2
  • Fix clippy lints with latest nightly
rocket_cors - v0.5.0 - 2019-05-27

Published by lawliet89 over 5 years ago

See Changelog

No change since v0.5.0-beta-1.

rocket_cors - v0.5.0-beta-1

Published by lawliet89 over 5 years ago

See Changelog

rocket_cors - v0.4.0

Published by lawliet89 almost 6 years ago

Breaking Changes

The crate now requires Rocket 0.4.0, which has some breaking changes. See Rocket's Changelog for more information.

Otherwise, there are no new features.

rocket_cors - v0.4.0-rc.3

Published by lawliet89 almost 6 years ago

Update to support Rocket 0.4.0.rc.2

rocket_cors - 2018-11-21: v0.4.0-rc.2

Published by lawliet89 almost 6 years ago

Fix build issues with newer versions of Rust nightly.

rocket_cors - 2018-11-01: v0.4.0-rc.1

Published by lawliet89 almost 6 years ago

Breaking Changes

The crate now requires Rocket 0.4.0-rc.1, which has some breaking changes. See Rocket's Changelog for more information.

Otherwise, there are no new features.

rocket_cors - v0.3.0

Published by lawliet89 about 6 years ago

No changes in code or features

  • Bumped minimum Rocket version
  • Bumped minimum Rust Version
  • Fixed compile errors due to Rust feature stabilisation
  • Library is now dual licensed under Apache and MIT
rocket_cors - v0.2.3: 2018-02-14

Published by lawliet89 over 6 years ago

rocket_cors - v0.2.2: 2018-02-14

Published by lawliet89 over 6 years ago

Minor Changes

  • Bump Rocket to 0.3.6 and thus the minimum Rust nightly version
  • Added option to configure the rank of the injected Fairing error handling route
  • Small documentation improvement
rocket_cors -

Published by lawliet89 almost 7 years ago

  • Bumped nightly requirement to at least nightly-2017-09-26
  • serde is now gated behind a feature flag, enabled by default
  • Some small cleanup changes
rocket_cors -

Published by lawliet89 about 7 years ago

  • "Truly manual" mode is added (#22)
  • Fairing's on_response will now log to info whenever it turns a missing OPTIONS
    into a CORS preflight response (8eb782a)
  • Add a "catch all" OPTIONS route to automatically respond to preflight OPTIONS
    check from the Cors in Rocket's managed state (#24)
  • Bump minimum supported Rust nightly
rocket_cors -

Published by lawliet89 about 7 years ago

rocket_cors -

Published by lawliet89 about 7 years ago

rocket_cors -

Published by lawliet89 about 7 years ago