Skip to content

Commit

Permalink
Merge branch 'release-notes' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Mar 7, 2024
2 parents f2be0ba + 876332f commit 554a6d7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
yarn build
cd ..
- name: Setup Node.js v20 for Firebase
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Deploy to Firebase
uses: FirebaseExtended/action-hosting-deploy@v0
with:
Expand Down
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 7] - 2024 - 02 - 14

- **Added**
- Add support for notifying other services of transactions and data items using webhooks (see README for details).
- Add support for filter negation (particularly useful for excluding large bundles from indexint).
- Improve unbundling throughput by decoupling data fetching from unbundling.
- Add Envoy and core service ARM builds.

- **Changed**
- Improve resouce cleanup and shutdown behavior.
- Don't save Redis data to disk by default to help prevent memory issues on startup for small gateways.
- Reduce the amount of data sampled from large files by the observer.
- Ensure block poa2 field is not chached to reduce memory consumption.

## [Release 6] - 2024-01-29

- **Fixed**
Expand Down

0 comments on commit 554a6d7

Please sign in to comment.