Skip to content

Update dependency io.github.pdvrieze.xmlutil:serialization to v1 - #1051

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io.github.pdvrieze.xmlutil-serialization-1.x
Open

Update dependency io.github.pdvrieze.xmlutil:serialization to v1#1051
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/io.github.pdvrieze.xmlutil-serialization-1.x

Conversation

@renovate

@renovate renovate Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.github.pdvrieze.xmlutil:serialization 0.91.31.0.1 age confidence

Release Notes

pdvrieze/xmlutil (io.github.pdvrieze.xmlutil:serialization)

v1.0.1

(Jul 8, 2026)

Fixes:

  • Fix LRU cache so that it properly evicts and maintains its size (#​372).
  • Fix reading larger from kotlinx.io sources (#​373)
  • Fix close in PseudoBufferedReader (#​374), this is probably never called,
    but still incorrect. Thanks to @​m-sasha for reporting many smaller bugs #​374 - #​382
  • Fix serialization of negative values for XmlFloat/XmlDouble and related
    serializers (#​375).
  • Fix escaping of 0x1f in KtXmlWriter (#​376).
  • Allow writing of BOM in CData content, but disallow the sentinal character (0xffff)
    per the XML standards. Also tidy the error messages (#​377).
  • Fix DomWriter.getPrefixes that was incorrectly handling checks for already
    declared prefixes (#​379).
  • Fix writing namespace attributes through XmlEvent.Attribute (#​380). Note
    that the parsing code does not generate Attribute events, so most use cases
    are not hit by this bug.
  • Fix getPrefix in StartElementEvent (#​381). It used a property rather
    than parameter in the fallback.
  • Fix reading unicode characters in kotlinx.io.Source reading as well
    as native InputStreamReader (some of the code is common, and was buggy in both).
    Changes:
  • Add support to specify the cache size of the underlying cache for LayeredCache
    and defaultSharedFormatCache()
  • Add support for a PerSerializationFormatCache that allows for caching within
    individual invocations to a format.
  • Snapshot releases no longer include javadoc/source artifacts, nor deprecated
    native targets. This should reduce the overall publication size/burden.
  • Make InputStreamReader and SourceUnicodeReader have dedicated single character
    read implementations rather than reading into an array of length 1.

v1.0.0

(Jun 28, 2026)

Fixes:

  • Remove usages of removeLast() to avoid issues on Android below
    API-level 35. Fixes #​367.
  • Fix Attr in the common DOM implementation not having its owner set/tracked
    appropriately.
  • Ensure that the module structure matches the old structure from
    1.0.0-rc2 and before.

Changes:

  • The core-compat module is no longer published. Use core/core-jvm, and if integration with
    the native parser is needed, add the core-jdk or core-android modules.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants