Skip to content

Commit

Permalink
docs: Added gateway release 22 change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Dec 18, 2024
1 parent 30920cd commit e99bc3d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/src/gateways/ar-io-node/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ next: false

Welcome to the documentation page for the ar.io gateway release notes. Here, you will find detailed information about each version of the ar.io gateway, including the enhancements, bug fixes, and any other changes introduced in every release. This page serves as a comprehensive resource to keep you informed about the latest developments and updates in the ar.io gateway. For those interested in exploring the source code, each release's code is readily accessible at our GitHub repository: ar.io gateway [change logs](https://github.com/ar-io/ar-io-node/blob/main/CHANGELOG.md). Stay updated with the continuous improvements and advancements in the ar.io gateway by referring to this page for all release-related information.

## [Release 22] - 2024-12-18

### Added

- Added the ability to block and unblock ArNS names (e.g., to comply with hosting provider TOS). To block a name, POST `{ "name": "<name to block>" }` to `/ar-io/admin/block-name`. To unblock a name, POST `{ "name": "<name to unblock>" }` to `/ar-io/admin/unblock-name`.

### Changed

- Return an HTTP 429 response to POSTs to `/ar-io/admin/queue-bundle` when the bundle data import queue is full so that scripts queuing bundles can wait rather than overflowing it.

### Fixed

- Adjust ArNS length limit from `<= 48` to `<= 51` to match the limit enforced by the AO process.

## [Release 21] - 2024-12-05

### Added
Expand Down

0 comments on commit e99bc3d

Please sign in to comment.