Releases: airbnb/DeepLinkDispatch
Releases · airbnb/DeepLinkDispatch
DeepLinkDispatch v7.2.2
What's Changed
- Update AGP to 8.13.2 by @rossbacher in #385
- Optimize chunkOnModifiedUtf8ByteSize from O(n²) to O(n) by @Nepomuk5665 in #386
- Upgrade GitHub Actions for Node 24 compatibility by @salmanmkc in #390
- Centralize toolchain and target compatibility version. by @rossbacher in #388
- Fix chunking algo for surrogate pairs by @rossbacher in #389
New Contributors
- @Nepomuk5665 made their first contribution in #386
- @salmanmkc made their first contribution in #390
Full Changelog: 7.2.1...7.2.2
DeepLinkDispatch v7.2.1
- Fix a bug that causes mismatches when matching with empty configurable path segments (#383)
DeepLinkDispatch v7.1.1
- Fix a bug that causes mismatches when matching with empty configurable path segments (#383)
DeepLinkDispatch v7.2.0
Support for KSP2
DeepLinkDispatch v7.1.0
DeepLinkDispatch v7.0.0
DeepLinkDispatch v6.2.3
DeepLinkDispatch v6.2.2
- Fix matching issue with placeholders (#365)
DeepLinkDispatch v6.2.1
Updates kotlin, ksp, and the xprocessing library.
Notably, the androidx.room:room-compiler-processing library (aka xprocessing) has been updated to 2.6.0-alpha01. This version is incompatible with previous versions due to a breaking API change. All annotation processors using this library must be on the same version. Other annotation processors such as Epoxy and Paris also use xprocessing and if you use them you need to use a version of them that also uses xprocessing 2.6.0-alpha01