> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Product updates

> Track product and documentation updates for HackGATE.

<Update label="May 29, 2026" description="API Definition Storage and API Coverage Improvements" tags={["New releases", "Improvements"]}>
  ## Summary

  We improved how OpenAPI definitions are uploaded, stored, parsed, and used across Hackgate.

  These changes make API definition handling more reliable, support versioned uploads, and improve API coverage analysis for both JSON and YAML OpenAPI files.

  ## Fixed Filesystem Dependency

  API definitions are no longer dependent on local server files.

  ## Fixed YAML Parsing Issues

  YAML OpenAPI files are now handled correctly by converting them before parsing.

  ## Versioning Support for API Definitions

  Each site can now have multiple uploaded API definition versions.

  For example:

  * Version 1
  * Version 2
  * Version 3
  * Version 4

  When a new API definition is uploaded, the system automatically assigns the next version number.

  Only one version is marked as active at a time. The latest uploaded file becomes the active version by default.

  ## Added Support for JSON and YAML OpenAPI Files

  OpenAPI definitions can now be processed more reliably whether they are uploaded as JSON or YAML.

  Supported formats include:

  * `.json`
  * `.yaml`
  * `.yml`

  YAML files are converted internally before being parsed, which avoids compatibility issues with OpenAPI parser versions that expect JSON input.
</Update>

<Update label="May 27, 2026" description="Initial documentation launch" tags={["New releases", "Improvements"]}>
  * Added getting started guides for creating a HackGATE site and configuring authentication.
  * Documented site management workflows, including creation, enablement, disablement, scheduling, and credential instructions.
  * Added access control guides for hacker allowlists, rate limiting, and block rules.
  * Published analytics and WAF monitoring documentation for reviewing traffic, coverage, and security events.
  * Added the HackGATE API reference for sites, projects, analytics, account, organization, and billing endpoints.
</Update>
