Skip to content

Latest commit

 

History

History
466 lines (187 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

466 lines (187 loc) · 13.4 KB

7.4.0 (2024-10-07)

Features

  • Return response headers based on explicit demand (17dc000)

7.3.3 (2023-09-29)

7.3.2 (2023-03-27)

Bug Fixes

  • backend form-data request (3c4b531)
  • check whether msg.formData is instance of FormData (ecc0595)
  • remove form-data dependency (8e8a718)

7.3.1 (2021-09-30)

Bug Fixes

7.3.0 (2021-03-22)

Features

  • return $meta.calls and $meta.validation (84ef8a0)

7.2.1 (2020-11-23)

Bug Fixes

7.2.0 (2020-11-23)

Features

7.1.2 (2020-07-16)

Bug Fixes

  • preserve received error message (a378ddb)

7.1.1 (2020-07-09)

7.1.0 (2020-03-15)

Features

  • preserve error type of http errors (0313508)

7.0.2 (2020-01-17)

7.0.1 (2019-03-22)

7.0.0 (2019-02-02)

Bug Fixes

BREAKING CHANGES

  • requires upgrade of ut-port and ut-run

6.3.2 (2018-10-12)

6.3.1 (2018-10-11)

Bug Fixes

6.3.0 (2018-08-02)

6.2.0 (2018-06-07)

Features

6.1.2 (2018-03-04)

Bug Fixes

6.1.1 (2018-03-02)

Bug Fixes

6.1.0 (2018-03-02)

Bug Fixes

6.0.2 (2017-12-13)

Bug Fixes

  • do not overwrite port id (32bae21)

6.0.1 (2017-12-06)

Bug Fixes

6.0.0 (2017-12-06)

Bug Fixes

5.6.12 (2017-06-08)

Bug Fixes

5.6.11 (2017-05-31)

Bug Fixes

5.6.10 (2017-05-22)

5.6.9 (2017-05-22)

5.6.8 (2017-05-22)

5.6.7 (2017-05-22)

5.6.6 (2017-05-22)

5.6.5 (2017-04-24)

5.6.4 (2017-04-19)

Bug Fixes

5.6.3 (2017-04-11)

Bug Fixes

5.6.2 (2017-04-11)

Bug Fixes

5.6.1 (2017-04-11)

Bug Fixes

5.6.0 (2017-03-16)

Bug Fixes

Features

  • always preserve json-rpc errors (#4) (abdee22)

5.5.16 (2017-03-16)

Bug Fixes

  • move dependency to ut-port-http from peerDependencies to dependencies as it is directly required in index.js (#6) (0f0d57e)

5.5.15 (2017-03-08)

Bug Fixes

5.5.14 (2017-02-23)

5.5.13 (2017-02-13)

Bug Fixes

  • handle unknown error case (f48ce12)

5.5.12 (2017-02-09)

Bug Fixes

5.5.11 (2016-12-23)

Bug Fixes

5.5.10 (2016-12-19)

Bug Fixes

  • proper handling of notifications (0891573)

5.5.9 (2016-12-07)

5.5.8 (2016-12-07)

Bug Fixes

  • dont override ut-port-http config when inheriting from ut-port-jsonrpc but merge default configs instead (ee79263)

5.5.7 (2016-11-21)

Bug Fixes

5.5.6 (2016-11-01)

5.5.5 (2016-10-12)

Bug Fixes

  • delete msg.uri before sending message from ut-port-jsonrpc so that user can be logged in to another http server (b479fae)

5.5.4 (2016-10-11)

Bug Fixes

5.5.3 (2016-09-26)

Bug Fixes

  • only throw Error objects (5358d47)

5.5.2 (2016-09-20)

5.5.1 (2016-08-26)

5.5.0 (2016-08-23)

Bug Fixes

  • rethrow json-rpc errors and check for message format (c5b635d)

Features

  • make ut-port-jsonrpc inherit from ut-port-http (4900c73)

5.4.1 (2016-08-15)