Skip to content

Releases: rayshader/cp2077-red-httpclient

v0.5.0

11 Dec 17:08
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.2
  • RED4ext v1.26.0+
  • redscript v0.5.27+

Changed

  • support patch 2.2

Full Changelog

v0.4.0

13 Sep 15:35
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.13
  • RED4ext v1.25.1+
  • redscript v0.5.27+

Changed

  • support patch 2.13

Full Changelog

v0.3.4

14 Jul 12:15
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12a
  • RED4ext v1.25.0+
  • redscript v0.5.25+

Fixed

  • RedData.Json is now optional when installing RedHttpClient.

Added

  • support in HttpClient and AsyncHttpClient to send a body with DELETE
    methods.

Full Changelog

v0.3.3

29 May 10:44
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12a
  • RED4ext v1.24.3+
  • redscript v0.5.19+

Fixed

  • crash when initializing plugin while using MO2.

Full Changelog

v0.3.3 RC1

28 May 21:48
Compare
Choose a tag to compare
v0.3.3 RC1 Pre-release
Pre-release

Fix crash when using MO2.

v0.3.2

09 May 17:27
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12a
  • RED4ext v1.24.3+
  • redscript v0.5.19+

Fixed

  • gracefully release plugin when game is shutting down.

Full Changelog

v0.3.1

29 Apr 09:54
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12+
  • RED4ext v1.24.0+
  • redscript v0.5.18+

Fixed

  • name declaration of HttpStatus in scripts.

Full Changelog

v0.3.0

27 Apr 15:48
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12+
  • RED4ext v1.24.0+
  • redscript v0.5.18+

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.

Full Changelog

v0.2.0

18 Apr 15:10
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12+
  • RED4ext v1.24.0+
  • redscript v0.5.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.

You need to import plugin with import RedHttpClient.* along with import RedData.Json.* when using Json from RedData.

Full Changelog

v0.1.0

12 Apr 22:17
Compare
Choose a tag to compare

Compatibility

  • Cyberpunk 2077 v2.12+
  • RED4ext v1.23.0+
  • redscript v0.5.17+

Features

  • HttpClient to send HTTP requests (blocking mode).
  • AsyncHttpClient to asynchronously send HTTP requests (callback mode).
  • support GET, POST, PUT, PATCH and DELETE methods.
  • support Json using RedData.

Full Changelog