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

[Backport 2.3] Make handling of long numerals an option that is disabled by default #561

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 08069bc from #557.

…557)

Also:
* Strengthen the tests
* update USER_GUIDE.md

Signed-off-by: Miki <[email protected]>
(cherry picked from commit 08069bc)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@dblock
Copy link
Member

dblock commented Jul 14, 2023

This is a breaking change. Can we at least bump to 2.4.0? It should really be 3.0.

@nhtruong
Copy link
Collaborator

nhtruong commented Jul 17, 2023

@dblock I think this should be a patch. The feature to convert LongNum in 2.3.0 would have been a considered a breaking change because it forced everyone to do the conversion. This one is more like a fix to that where the feature must be explicitly turned on, else it behaves like before. So, I think it should be 2.3.1 to fix the accidental imposition of the conversion.

@dblock dblock merged commit 198d3a2 into 2.3 Jul 17, 2023
@github-actions github-actions bot deleted the backport/backport-557-to-2.3 branch July 17, 2023 20:49
@dblock
Copy link
Member

dblock commented Jul 17, 2023

I merged, but I still think that "whoops, here's a patch" hides the fact that it could be a big change for someone who moved to 2.3.0 ... anyway it's fine

nhtruong added a commit that referenced this pull request Jul 18, 2023
* Add upgrading NPM to all workflows running older Node.js versions (#545) (#553)

Also:
* Add compatibility checks for Node.js v18
* Bump `actions/setup-node` to v3

Signed-off-by: Miki <[email protected]>

* Add serialization and deserialization of numerals larger than `Number.MAX_SAFE_INTEGER` (#544) (#554)

Signed-off-by: Miki <[email protected]>

* Version Bump: 2.3.0 (#546) (#555)

Signed-off-by: Theo Truong <[email protected]>

* Make handling of long numerals an option that is disabled by default (#557) (#561)

Also:
* Strengthen the tests
* update USER_GUIDE.md


(cherry picked from commit 08069bc)

Signed-off-by: Miki <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Version Bump: 2.3.1

Signed-off-by: Theo Truong <[email protected]>

---------

Signed-off-by: Miki <[email protected]>
Signed-off-by: Theo Truong <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Miki <[email protected]>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants