Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v2.5.0 #261

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

chore: release v2.5.0 #261

wants to merge 22 commits into from

Commits on Nov 12, 2024

  1. Merge pull request #258 from ar-io/main

    chore: main back to alpha
    dtfiedler authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e7c422f View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump http-proxy-middleware

    Bumps the npm_and_yarn group with 1 update in the /examples/webpack directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).
    
    
    Updates `http-proxy-middleware` from 2.0.6 to 2.0.7
    - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
    - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
    - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: http-proxy-middleware
      dependency-type: indirect
      dependency-group: npm_and_yarn
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and dtfiedler committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    99ffca9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #257 from ar-io/dependabot/npm_and_yarn/examples/w…

    …ebpack/npm_and_yarn-b2e09fc846
    
    chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /examples/webpack in the npm_and_yarn group across 1 directory
    dtfiedler authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c48f6ef View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    b9808c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7182942 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d08c9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1eff8a9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    0489cb6 View commit details
    Browse the repository at this point in the history
  2. feat(delegations): add SDK function to retrieve an address's delegati…

    …ons PE-7093
    Ariel Melendez committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    07c9107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dd4901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77601b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #260 from ar-io/PE-7093_paginated_delegations

    PE-7093: paginated delegations
    dtfiedler authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4604724 View commit details
    Browse the repository at this point in the history
  6. chore(release): 2.5.0-alpha.1 [skip ci]

    # [2.5.0-alpha.1](v2.4.0...v2.5.0-alpha.1) (2024-11-14)
    
    ### Features
    
    * **delegations:** add getter for staked and vaulted delegations PE-7093 ([7182942](7182942))
    * **delegations:** add SDK function to retrieve an address's delegations PE-7093 ([07c9107](07c9107))
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7926567 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4fc2192 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #259 from ar-io/PE-7107-records

    feat(PE-7107): update getRecords to return as flat array of objects
    atticusofsparta authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0fb3420 View commit details
    Browse the repository at this point in the history
  9. chore(release): 2.5.0-alpha.2 [skip ci]

    # [2.5.0-alpha.2](v2.5.0-alpha.1...v2.5.0-alpha.2) (2024-11-14)
    
    ### Bug Fixes
    
    * **id and test:** add test for old ant and add lua source id for new code ([77601b2](77601b2))
    * **tests:** add test for old ant ([0489cb6](0489cb6))
    * **tests:** add unit tests for util and move parsing of records to uitl ([2d08c9a](2d08c9a))
    * **tests:** update ANT in tests to use v8 ant ([1eff8a9](1eff8a9))
    
    ### Features
    
    * **getRecords:** update getRecords to return as flat array of objects ([b9808c1](b9808c1))
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    75bf21f View commit details
    Browse the repository at this point in the history
  10. chore(test): disable failing ant test for now

    These are failing on the network process causing some delays. Will come back to them
    dtfiedler committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    5479672 View commit details
    Browse the repository at this point in the history
  11. fix(io): add getDelegations to AoIORead

    dtfiedler committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7c30c9b View commit details
    Browse the repository at this point in the history
  12. fix(types): modify AoDelegation type

    dtfiedler committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    18bb755 View commit details
    Browse the repository at this point in the history
  13. chore(docs): fix readme

    dtfiedler committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4a243c2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #262 from ar-io/fix-delegations

    fix(io): add `getDelegations` to `AoIORead`
    dtfiedler authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    25c3687 View commit details
    Browse the repository at this point in the history
  15. chore(release): 2.5.0-alpha.3 [skip ci]

    # [2.5.0-alpha.3](v2.5.0-alpha.2...v2.5.0-alpha.3) (2024-11-14)
    
    ### Bug Fixes
    
    * **io:** add `getDelegations` to `AoIORead` ([7c30c9b](7c30c9b))
    * **types:** modify AoDelegation type ([18bb755](18bb755))
    semantic-release-bot committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e3b2b1c View commit details
    Browse the repository at this point in the history