chore: Bump version to 0.63.0 and add changelog - #2481
Merged
Conversation
alamb
commented
Sep 3, 2026
| Thank you to everyone who contributed to this release. Here is a breakdown of commits (PRs merged) per contributor. | ||
|
|
||
| ``` | ||
| 24 Luca Cappelletti |
6 tasks
alamb
marked this pull request as ready for review
September 7, 2026 10:26
alamb
added a commit
to alamb/datafusion
that referenced
this pull request
Sep 7, 2026
Pin to the head of the release PR (apache/datafusion-sqlparser-rs#2481), which includes the version bump to 0.63.0 plus two AST changes merged since the previous pin: - LIKE / ILIKE / SIMILAR TO escape_char is now Option<Box<Expr>>; DataFusion still only accepts a single-character string literal - New MergeAction::DoNothing variant, rejected with a not implemented error
Contributor
Author
|
The upstream testing looks good too So merging this one in and will cut the RC |
Contributor
Author
|
🤔 merge queue takes quite a while today |
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Sep 8, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Sep 8, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to no response for status checks
Sep 8, 2026
Contributor
Author
|
As soon as I can merge this PR I will make a RC |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
0.63.0around 2026-08-31 #2453This PR prepares the 0.63.0 release, following the process in dev/release/README.md:
Cargo.tomlfrom0.62.0to0.63.0changelog/0.63.0.md-- See rendered preview: https://github.com/alamb/sqlparser-rs/blob/release-0.63.0/changelog/0.63.0.mdcreate-tarball.shto point atchangelog/<version>.mdrather than theCHANGELOG.mdstubsqlparser_derivefrom0.5.0to0.6.0so it can be released alongsidesqlparser(it has unreleased changes: Fixderive_dialect!proc macro for use from external crates #2219, Makevisitorfeatureno_std-compatible #2343, Forbid unsafe code #2369, Update sqlparser_derive to syn 3.0 #2483) -- see The latestsqlparser_deriverelease is several months older thansqlparser#2386