Skip to content

Releases: airbnb/DeepLinkDispatch

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)

DeepLinkDispatch v6.0.0-beta06

19 Nov 17:45
8a54ff0

Choose a tag to compare

  • Added error throwable to result in error case. (#340)
  • Ensure that entries in allowed placeholder values are sorted (#341)
  • Fix crash that could happen with no arg deep Link handler in R8 full mode (#342)

DeepLinkDispatch v6.0.0-beta05

02 Nov 19:53

Choose a tag to compare

  • Made value length 2 bytes wide. (#338)

DeepLinkDispatch v6.0.0-beta04

01 Nov 18:42

Choose a tag to compare

  • Fix issues with long placeholders in hosts. (#335)
  • Bump XProcessing version to fix nullability issue (#336)

DeepLinkDispatch v6.0.0-beta03

19 Oct 01:26
8d856d7

Choose a tag to compare

  • Enable KTLint on all modules #324
  • Added support for allowed placeholder values #328
  • Fix sample app Activity class reference #332
  • Added a new concept of deep link handlers. #330

DeepLinkDispatch v6.0.0-beta02

30 Jun 23:01

Choose a tag to compare

  • Fixed issue with annotated Kotlin functions that are not in any class. (#326)