Releases: fdocr/udl-server
Releases · fdocr/udl-server
1.0.0-beta1
Dependency updates
What's Changed
- Bump puma from 5.4.0 to 5.6.2 by @dependabot in #7
- Dependency + Ruby version bump by @fdocr in #8
- Bump puma from 5.6.2 to 5.6.4 by @dependabot in #12
- Dependency bump by @fdocr in #20
- Bump sinatra from 2.2.0 to 2.2.3 by @dependabot in #13
- Bump puma from 5.6.4 to 5.6.7 by @dependabot in #24
Full Changelog: 0.2.2...0.2.3
Require ENV for AASA + Optimizations/Fixes
- Makes ENV variable required for the server to respond with AASA
- Fixes an issue with redirecting to perfectly valid URLs
- Adds better test coverage
Dependency Updates
Patch update to bump up Dependencies
Direct Universal Links Support
This release improves on the previous release by allowing to provide direct Universal Links support on the UDL Server.
The difference is that one UDL Server will be directly linked to one mobile app. This may be further improved down the line, but takes away the downside of browsers (not Safari) and embedded webviews in 3rd party apps that were left with a lingering empty tab after the deep link.
First official version
This version is redirect based UDL Server. The drawbacks come in the form of empty tabs on certain browsers (not Safari on iOS). The main benefit is that one UDL server might work for deep linking many apps, not just one.