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

Update CHANGELOG.md for v26.2.0 #560

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Update CHANGELOG.md for v26.2.0 #560

merged 1 commit into from
Nov 13, 2024

Conversation

deividaspetraitis
Copy link
Collaborator

@deividaspetraitis deividaspetraitis commented Nov 13, 2024

Updates CHANGELOG.md to reflect changes included for v26.2.0

Summary by CodeRabbit

  • New Features
    • Added simulation for "out given in" single routes.
    • Introduced a Claimbot feature.
  • Bug Fixes
    • Implemented missing checks for the transmuter's limiter.
    • Base fee now returned in the /quote endpoint regardless of simulation success.
  • Documentation
    • Updated changelog to reflect version v26.2.0 and maintain historical records.

Updates CHANGELOG.md to reflect changes included for v26.2.0
@deividaspetraitis deividaspetraitis self-assigned this Nov 13, 2024
@deividaspetraitis deividaspetraitis added the A:backport/v27.x Backport to v27.x branch label Nov 13, 2024
Copy link
Contributor

coderabbitai bot commented Nov 13, 2024

Walkthrough

The changelog has been updated to include the new version v26.2.0, documenting various changes such as bug fixes, enhancements, and API refactoring. Key updates include a fix for the transmuter's limiter, the return of the base fee in the /quote endpoint, the addition of a simulation for "out given in" single routes, and a refactor of gas estimation APIs. The changelog maintains a historical record of previous versions from v26.1.0 down to v0.1.0.

Changes

File Change Summary
CHANGELOG.md Added version entry ## v26.2.0 and multiple change log entries for issues #554, #548, #547, #526, and #524.

Possibly related PRs

  • SQS-417 | Update CHANGELOG #520: This PR updates the changelog for version v26.0.1, which is directly related to the versioning and documentation practices seen in the main PR for version v26.2.0.
  • SQS-412 | Update CHANGELOG.md #521: This PR updates the changelog for version v26.1.0, also directly related to the versioning and documentation practices in the main PR for version v26.2.0.

Suggested labels

A:backport/v26.x

Suggested reviewers

  • PaddyMc
  • p0mvn

🐰 In the meadow, changes bloom,
With version twenty-six point two,
Fixes and features, all in line,
Changelog bright, oh how it shines!
Hop along, let's celebrate,
New updates make our code first-rate! 🌼


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Outside diff range and nitpick comments (1)
CHANGELOG.md (1)

Line range hint 38-45: Enhance changelog entry formatting for consistency

The new entries would benefit from the following improvements:

  1. Add the release date following the version number
  2. Add type tags ([FEATURE], [FIX], etc.) consistently for all entries
  3. Maintain consistent punctuation (periods) at the end of entries

Apply this diff to improve formatting:

-## v26.2.0
+## v26.2.0 (2024-11-XX)
 
-#554 - [FIX] Add missing checks for transmuter's limiter 
-#548 - Return base fee in /quote regardless of simulation success.
-#547 - Add /quote simulation for "out given in" single routes.
-#526 - Refactor gas estimation APIs
-#524 - Claimbot
+- #554 - [FIX] Add missing checks for transmuter's limiter.
+- #548 - [FEATURE] Return base fee in /quote regardless of simulation success.
+- #547 - [FEATURE] Add /quote simulation for "out given in" single routes.
+- #526 - [REFACTOR] Refactor gas estimation APIs.
+- #524 - [FEATURE] Claimbot.
📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL

📥 Commits

Reviewing files that changed from the base of the PR and between a9e6b46 and 6edc4c0.

📒 Files selected for processing (1)
  • CHANGELOG.md (1 hunks)
🔇 Additional comments (1)
CHANGELOG.md (1)

Line range hint 38-45: Changes look good and are consistent with PR objectives

The changelog entries accurately reflect the changes for v26.2.0 as described in the PR objectives and match the AI-generated summary.

@deividaspetraitis deividaspetraitis merged commit 9927d46 into v26.x Nov 13, 2024
11 checks passed
@deividaspetraitis deividaspetraitis deleted the release-v26.2.0 branch November 13, 2024 14:19
mergify bot pushed a commit that referenced this pull request Nov 13, 2024
Updates CHANGELOG.md to reflect changes included for v26.2.0

(cherry picked from commit 9927d46)

# Conflicts:
#	CHANGELOG.md
deividaspetraitis added a commit that referenced this pull request Nov 13, 2024
* Update CHANGELOG.md for v26.2.0 (#560)

Updates CHANGELOG.md to reflect changes included for v26.2.0

(cherry picked from commit 9927d46)

# Conflicts:
#	CHANGELOG.md

* Resolve conflicts

---------

Co-authored-by: Deividas Petraitis <[email protected]>
deividaspetraitis added a commit that referenced this pull request Nov 25, 2024
Updates CHANGELOG.md to reflect changes included for v26.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v27.x Backport to v27.x branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants