Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

61 lines (44 loc) · 2.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


0.3.3 - 2024-05-29

Fixed

  • crash when initializing plugin while using MO2.

0.3.2 - 2024-05-09

Fixed

  • gracefully release plugin when game is shutting down.

0.3.1 - 2024-04-27

Fixed

  • name of HttpStatus in scripts.

0.3.0 - 2024-04-27

Fixed

  • enable / disable logging when loading option from config.json.

Added

  • support to send multipart/form-data with HttpClient and AsyncHttpClient.
  • class HttpMultipart to add / set / get parts, without support for files / buffers.

0.2.0 - 2024-04-18

Fixed

  • add missing headers in request when using HttpClient.Delete() / AsyncHttpClient.Delete().

Added

  • log requests and responses in red4ext/logs/redhttpclient-YYYY-MM-DD-HH-mm-ss.log (enabled by default).
  • enable / disable logging in red4ext/plugins/RedFileSystem/storages/RedHttpClient/config.json.

0.1.0 - 2024-04-13

Added

  • HttpClient to send HTTP requests (blocking mode).
  • AsyncHttpClient to asynchronously send HTTP requests (callback mode).