Update dependency com.taoensso:nippy to v3.8.0 (main) - #439
Merged
Conversation
|
The rpm/deb packages and the JAR file for openvoxdb are available in a zip archive: |
renovate
Bot
force-pushed
the
renovate/main-com.taoensso-nippy-3.x
branch
from
July 27, 2026 13:32
92d0b1c to
8b5e202
Compare
renovate
Bot
force-pushed
the
renovate/main-com.taoensso-nippy-3.x
branch
from
July 27, 2026 13:58
8b5e202 to
0c4596a
Compare
corporate-gadfly
approved these changes
Jul 27, 2026
corporate-gadfly
enabled auto-merge
July 27, 2026 14:01
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.
This PR contains the following updates:
3.7.0→3.8.0Release Notes
taoensso/nippy (com.taoensso:nippy)
v3.8.0Compare Source
This promotes v3.8.0-RC1 to final with no changes.
Nippy v3.8 enables writing of the faster primitive numeric array and field-counted
deftypeencodings introduced with read support in v3.7.It should be a safe update for users already on v3.7. As always, please test carefully before updating against production data, and report any unexpected problems - thank you! 🙏
- Peter Taoussanis
👉 Migration info
When doing a rolling update (>1 coexisting version) from Nippy <v3.7, please FIRST update to v3.7 THEN to v3.8. This allows read support for the new types and encodings to fully roll out BEFORE v3.8 may write them.
v3.7's experimental dedicated
PersistentArrayMapencoding has been permanently retired: v3.8+ will always write maps through the standard map encoding. The retired encoding was never written by default (writing it required explicitly setting a non-default target release on v3.7), and any such data remains readable forever - maps now simply thaw to the reading runtime's natural map representation.👉 Change in byte output
v3.8 changes Nippy's default byte output for primitive numeric arrays and
deftypevalues. Almost no one should care about this, but mentioning for the tiny minority of users that depend on Nippy's byte output remaining stable.Since v3.7.0 (2026-07-22)
PersistentArrayMapencoding (remains readable) [9d8580a]deftypeserializationRT/map[f3e8633]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.