The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Test-APIcast

0.20 2019-05-21T06:52:44Z
   - Disable timer resolution.
   - Configurable upstream and backend name.

0.19 2018-11-30T08:38:17Z
   - Revert the fix for missing directives.

0.18 2018-11-30T08:21:48Z
   - Support different than JSON config.
   - Allow loading multiple environment files.
   - Fix `TEST_NGINX_IGNORE_MISSING_DIRECTIVES`.

0.17 2018-08-03T16:11:14Z
   - Reset ServerPort variable when using custom test block.

0.16 2018-07-25T15:11:19Z
   - Properly cleanup ENV back to uninitialized state.

0.15 2018-07-18T10:09:07Z
   - Add `Test::Nginx::Socket::set_http_config_filter` support to Test::APIcast::Blackbox
   - Change ENV instead of passing it to APIcast executable

0.14 2018-06-06T13:02:23Z
   - Fix passing ENV to apicast executable

0.13 2018-06-05T13:32:34Z
    - Pass ENV from env block to apicast config generator
    - test block to make test request from nginx/lua

0.12 2018-05-30T17:51:32Z
    - hold random ports opened for longer to reduce collisions
    - fixed not failing tests with invalid JSON

0.11 2018-02-28T14:33:46Z
    - set `metrics` port to the same as APIcast

0.10 2018-02-21T14:34:28Z
    - `fixture` filter to load fixtures

0.09 2018-02-20T09:27:17Z
    - `random_port` filter returns the same input

0.08 2018-02-14T07:37:23Z
    - `env_to_apicast` to set ENV to APIcast
    - `env` block in tests to define hash with environment

0.07 2018-02-13T14:06:10Z
    - Allow defining TEST_NGINX_MANAGEMENT_SERVER

0.06 2018-02-02T10:31:00Z
    - Do not require configuration file (for apicast-cli compatibility)
    - Print APIcast command when DEBUG env is set
    - Allow defining environment config in the test block

0.05 2018-01-30T16:26:26Z
    - Forward APICAST_DIR env to nginx

0.04 2018-01-16T14:21:58Z
    - introduce TEST_NGINX_APICAST_BINARY env

0.03 2017-12-12T09:27:33Z

    - fix random port in blackbox

0.02 2017-12-11T15:27:49Z

    - original version