mangadex_at_home/CHANGELOG.md
Amos Ng 3706bdaee8
Raising socket limit again, should be neligible for performance.
We need people getting Gbit/s traffic to see if this works :hmm:
2020-06-12 17:21:12 +08:00

1.3 KiB
Executable file

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.

Unreleased

Added

  • [2020-06-12] Added CHANGELOG.md by [@lflare].

Changed

  • [2020-06-12] Raised ApacheClient socket limit to 2**18 by [@lflare].

Deprecated

Removed

Fixed

  • [2020-06-12] Re-added missing default threads_per_cpu setting by [@lflare].

Security

  • [2020-06-12] Update ClientSettings.java changed showing client secret in logs back to hidden by [@dskilly].

1.0.0-RC12 - 2020-06-12

Fixed

  • [2020-06-12] Fixed hourly refresh bug by [@carbotaniuman].

1.0.0-RC11 - 2020-06-11

Added

  • [2020-06-11] New setting threads_per_cpu to faciliate with Netty multi-threading by [@lflare].

Changed

  • [2020-06-11] Swapped threading to Netty instead of ApacheClient by [@lflare].

Fixed

  • [2020-06-11] Tweaked logging configuration to reduce log file sizes by [@carbotaniuman].