[JAVA-4965] upgrade to latest version of zstd Created: 16/May/23 Updated: 28/Oct/23 Resolved: 17/May/23 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Wire Protocol |
| Affects Version/s: | None |
| Fix Version/s: | 4.10.0 |
| Type: | Improvement | Priority: | Unknown |
| Reporter: | Ian Springer | Assignee: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Documentation Changes: | Not Needed |
| Documentation Changes Summary: | 1. What would you like to communicate to the user about this feature? |
| Comments |
| Comment by Githook User [ 17/May/23 ] |
|
Author: {'name': 'Ian Springer', 'email': 'ispringer@evergage.com', 'username': 'ispringer'}Message: Upgrade to zstd-jni v1.5.5-2 (#1118)
|
| Comment by Cloud GitHub Webhooks [ 17/May/23 ] |
|
jyemin merged a pull request (JAVA-4965 upgrade to zstd-jni v1.5.5-2) into the following branch: |
| Comment by Ian Springer [ 16/May/23 ] |
|
Ah, good point, we could just use dependencyManagement to pull it in. Of course, we'd rather pull it in via the driver for the added confidence from knowing your zstd tests have been run against 1.5.5.
Here's a PR for the upgrade: https://github.com/mongodb/mongo-java-driver/pull/1118 |
| Comment by Jeffrey Yemin [ 16/May/23 ] |
|
Hi ian.springer@salesforce.com we will definitely upgrade our dependency, but as we already test with 1.5.2, you should be able to pull in 1.5.5 in your own pom.xml/build.gradle/etc and it should work fine. |
| Comment by Ian Springer [ 16/May/23 ] |
|
Recent versions of zstd add many performance improvements (see https://github.com/facebook/zstd/blob/dev/CHANGELOG). It would be great if the Java driver could update to the latest version (currently v1.5.5-2). |
| Comment by PM Bot [ 16/May/23 ] |
|
Hi ian.springer@salesforce.com, thank you for reporting this issue! The team will look into it and get back to you soon. |