Skip to content

Releases: airbnb/DeepLinkDispatch

DeepLinkDispatch v7.2.2

29 Jan 17:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.2.1...7.2.2

DeepLinkDispatch v7.2.1

14 Jan 19:08

Choose a tag to compare

  • Fix a bug that causes mismatches when matching with empty configurable path segments (#383)

DeepLinkDispatch v7.1.1

12 Jan 19:00

Choose a tag to compare

  • Fix a bug that causes mismatches when matching with empty configurable path segments (#383)

DeepLinkDispatch v7.2.0

09 Jan 19:10
0255e2f

Choose a tag to compare

Support for KSP2

DeepLinkDispatch v7.1.0

06 Jan 01:08

Choose a tag to compare

  • Use consumer proguard file to configure custom deeplinks, eliminating the need to configure them on by one. (#380)
  • Fix issue with task caching and file handing. (#381)

DeepLinkDispatch v7.0.0

20 Dec 00:12

Choose a tag to compare

  • Added support for manifest generation when using ksp (#377)
  • Fix typo in README regarding Proguard/R8 rules (#376)
  • Added clarification about which URI elements are used for matching (#361)

DeepLinkDispatch v6.2.3

20 Nov 22:54

Choose a tag to compare

  • Update Kotlin to 2.0.21 and AGP to 8.13.0 (#372)
  • Updates to DeepLinkEntry.compareTo() function. (#373)

DeepLinkDispatch v6.2.2

27 Jun 23:19

Choose a tag to compare

  • Fix matching issue with placeholders (#365)

DeepLinkDispatch v6.2.1

04 Apr 16:26

Choose a tag to compare

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

DeepLinkDispatch v6.1.0

09 Mar 01:30

Choose a tag to compare

  • Bump AGP to 7.1.1 and update almost all other dependencies (#337 and #347)
  • Address xprocessing api change (#343)
  • Update dependencies / Clarify parameter override behavior (#347)
  • Fix KSP typo (#346)