All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.40.1 (2023-08-04)
Note: Version bump only for package effect-http
0.40.0 (2023-08-04)
Note: Version bump only for package effect-http
0.39.0 (2023-07-31)
Note: Version bump only for package effect-http
0.38.0 (2023-07-27)
Note: Version bump only for package effect-http
0.37.0 (2023-07-25)
Note: Version bump only for package effect-http
0.36.0 (2023-07-25)
Note: Version bump only for package effect-http
0.35.0 (2023-07-20)
Note: Version bump only for package effect-http
0.34.0 (2023-07-19)
Note: Version bump only for package effect-http
0.33.0 (2023-07-18)
Note: Version bump only for package effect-http
0.32.0 (2023-07-17)
Note: Version bump only for package effect-http
0.31.1 (2023-07-12)
- don't build handler env twice (dd6add5)
0.31.0 (2023-07-12)
Note: Version bump only for package effect-http
0.30.0 (2023-07-11)
Note: Version bump only for package effect-http
0.29.1 (2023-07-10)
Note: Version bump only for package effect-http
0.29.0 (2023-07-08)
Note: Version bump only for package effect-http
0.28.0 (2023-06-23)
- add preprocess to router (7016e0f)
0.27.5 (2023-06-23)
- node request text (6f33e21)
0.27.4 (2023-06-23)
- Revert "chore: update deps" (d600d64)
0.27.3 (2023-06-22)
Note: Version bump only for package effect-http
0.27.2 (2023-06-18)
Note: Version bump only for package effect-http
0.27.1 (2023-06-18)
Note: Version bump only for package effect-http
0.27.0 (2023-06-02)
Note: Version bump only for package effect-http
0.26.1 (2023-05-22)
Note: Version bump only for package effect-http
0.26.0 (2023-05-15)
- tap to client Executor (664b1cc)
0.25.2 (2023-05-15)
- catchTag (c591756)
0.25.1 (2023-05-12)
- bun runPromise (7e15baf)
0.25.0 (2023-05-10)
Note: Version bump only for package effect-http
0.24.2 (2023-05-01)
Note: Version bump only for package effect-http
0.24.1 (2023-04-30)
- appendUrl (229ad75)
0.24.0 (2023-04-30)
- Request modify (d1301cf)
0.23.0 (2023-04-30)
- setMethod & setUrl (7057a67)
0.22.4 (2023-04-27)
- retry return type (29fc101)
0.22.3 (2023-04-27)
- realign retry signature with Effect.retry (7005552)
0.22.2 (2023-04-26)
Note: Version bump only for package effect-http
0.22.1 (2023-04-26)
- basicAuth for Request (0074df1)
- actually pipe request to busboy (de941a0)
- add baseUrl option to node runtime (1b2eb17)
- bad imports (1b693b4)
- better url extraction (a189e6b)
- catch EarlyResponse (74969cf)
- catchTag extraction (bab5c5a)
- client: encode typing (a578ab7)
- client: exports (469f095)
- client: schema from checks (8a5770c)
- handle failures (bf85b53)
- HttpClientError symbol (5516530)
- make MultipartOptions partial (8f101c3)
- missing import (6763564)
- node: client ParseOptions (d7dd159)
- node: client schema (472040b)
- prevent path escalation in serveDirectory (e78abc0)
- put tsplus static on Ops (c87c880)
- return types for request combinators (d8ea0bf)
- set empty status code to 204 (bd84f71)
- tsplus for fetch() (fe0036f)
- use pipeable context add (9ddd8c1)
- workspace deps (1d44981)
- add cause functions to HttpApp (dd3f7c7)
- add convenience accessors for request (f9bc2db)
- add empty response constructor (be21256)
- add FileResponse (f70fec6)
- add formData to HttpRequest (e0b9a1b)
- add FormDataResponse (c58eded)
- add HttpRequestExecutor service (524ffc1)
- add more request body helpers (1ac952c)
- add node runtime (0bf8d9e)
- add some helpful fetch executors (4059526)
- allow custom env and error in executors (96d2b37)
- better body apis (4dbad4e)
- better streaming support (8f1c625)
- client: executor filterStatusOk (739f033)
- client: retry on RequestExecutor (b71be8c)
- client: setParams(s) (6f1d48c)
- convert application/json parts to fields (d79f80e)
- decodeFormData (2925676)
- executor combinators (63b28d9)
- Executor contramap (5e3b5e2)
- FormDataResponse in node runtime (9315a25)
- html response method (4b7eb1a)
- make request lazy (328e20d)
- mount api (64c76d7)
- move some client exports to root level (84613fc)
- node: add client executor (9318776)
- node: FileResponse (cd7f61d)
- node: LiveNodeRequestExecutor* (9af2dfa)
- node: make server creation lazy (1121e54)
- sandbox uploads per request (776af26)
- schema & body parsing (d338f0e)
- start streaming multipart for node runtime (b23856a)
- streamBody Request (30d4dd3)
- unsafeRunSyncOrPromise (3b4fa7c)
- webStream (0ca0411)
- withSchema (7397cdc)