Update Fastly crate from 0.10.4
to 0.11.1
#445
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates the test fixtures to use the newly released
0.11.1
Fastly crate.When
fastly::acl
hostcalls were added in #438, the corresponding SDK support was not yet released. So #438 added tests using the still-unreleased-SDK, but put that code behind a compile-time gate (here).This change removes that compile-time gate in
test-fixtures/src/bin/acl.rs
, effectively changing these tests from a no-op to actually running the desired test cases.A few other text-fixtures stopped compiling with the updated SDK, which I've tried to address as well:
test-fixtures/src/bin/inspect.rs
cc/ @ulyssatest-fixtures/src/bin/kv_store.rs
cc/ @joeshawThe following hostcalls were missing from the component/adapter, and so were added:
fastly_http_req#send_v3
fastly_http_req#send_async_v2
fastly_http_cache
(entire module)