X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-HTTP-AnyUA;a=blobdiff_plain;f=Changes;h=440ea85039b9f80951bb9b2b6b1508fe961b3674;hp=4e7350ebb1fb97a57a7d0d36a1b5d30463e70bbf;hb=9f5951b243d33594bbc873e08a6545bf56a7e35e;hpb=af1871f2487254d9441f3534886bfa786eae6e12 diff --git a/Changes b/Changes index 4e7350e..440ea85 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,22 @@ Revision history for HTTP-AnyUA. {{$NEXT}} +0.904 2019-03-17 00:45:41-06:00 MST7MDT + + * When AnyEvent::HTTP and Mojo::UserAgent are used as backends, we now try + to respond with AnyEvent::HTTP and Future::Mojo respectively. + * HTTP::Tiny is now a recommended (instead of suggested) runtime dependency. + +0.903 2019-03-09 12:33:20-07:00 MST7MDT + + * Fix bug in Runtime middleware calling ->transform in void context for + backends returning Futures. + +0.902 2019-03-02 14:07:59-07:00 MST7MDT + + * Add RequestHeaders middleware + * Fix an error in the middleware synopsis + 0.901 2017-11-05 22:05:57-07:00 MST7MDT * Add middleware