Skip to content

v1.2.0

Compare
Choose a tag to compare
@404Setup 404Setup released this 07 Jul 02:14
· 11 commits to main since this release
19d76e4

download

New

  • [Download API (Private)] Active GC (after successful call, default: false)

Fix

  • [Download API (Private)] The generated ID cannot be used in some cases
  • [Download API (Private)] The pointer offset caused by hash calculation makes the written file empty

Change

  • [Build API (Private)] Initial buildID changed from 0 to 1
  • [Mars] No longer provide v2, v3 build packages

Upgrade

The database formats from v1.1.0 to v1.2.0 are incompatible and cannot be upgraded automatically. The reason for the incompatibility is that the id field structure in the builds table has been updated.

The configuration format from v1.1.0 to v1.2.0 is incompatible and cannot be upgraded automatically.

Tips

fasthttp will cause the file to remain in memory after being read, but will not continue to be expanded. It is used as a buffer, so bodySize needs to be set in advance. Or enable active GC.