This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Releases: d1snin/linda
Releases · d1snin/linda
0.8.0-beta.0
0.8.0-beta.0
version release of Linda.
What's Changed
- Ephemeral short links support by @d1snin in #54
- Improved event and DTO management by @d1snin in #56
- implemented
zero-width
alias generator by @d1snin in #58 - Testing improvements by @d1snin in #59
- Implemented meta tags bridging support by @d1snin in #60
- Template aliases by @d1snin in #62
- Added a convenient endpoint for resolving aliases by @d1snin in #65
- Include template variable values in the redirect object by @d1snin in #68
- Added the ability to disallow redirects on a specific short link by @d1snin in #69
- added the ability to specify the maximum amount of redirects by @d1snin in #70
- Added
short-link-max-redirects-reached
andshort-link-expired
eve… by @d1snin in #74
Full Changelog: 0.7.0-beta.0...0.8.0-beta.0
0.7.0-beta.0
0.7.0-beta.0
version release of Linda.
What's Changed
- Availability checks by @d1snin in #41
- Count redirect asynchronously by @d1snin in #42
- Added redirect confirmation by @d1snin in #44
- Got rid of
availability_change.available
by @d1snin in #45 - Added eager availability checks support by @d1snin in #46
- Default utm parameters support. Allowed utm parameters support. Improvements and bug fixes. by @d1snin in #47
- Testing rewrite by @d1snin in #50
- Trigger availability check for exact short link by @d1snin in #52
Full Changelog: 0.6.0-beta.0...0.7.0-beta.0
0.6.0-beta.0
0.6.0-beta.0
version release of Linda.
What's Changed
- Added alias generator with
crc32
backend by @d1snin in #39 - Add custom aliases support by @d1snin in #40
Full Changelog: 0.5.0-beta.0...0.6.0-beta.0
0.5.0-beta.0
0.5.0-beta.0
version release of Linda.
Changelog
- Added convenient endpoint for fetching UTM parameters by type and value:
GET http://localhost:8080/api/utmParameters/type/value
0.4.2.beta.0
0.4.2.beta.0
version releae of Linda.
Changelog
- Minor improvements
0.4.1.beta.0
0.4.1.beta.0
version release of Linda.
Changelog
- Several bug fixes and improvements.
- Swagger documentation is now available at
http://localhost:8080/docs
indev
profile. - Added friendly messages for JSR-380 constraint annotations.
0.4.0.beta.0
0.4.0.beta.0
version release of Linda
Changelog
- Addded long-polling API for fetching service updates at
/api/events/{group}
and/api/events/{group}/{principal}
0.3.0-beta.0
0.3.0-beta.0
version release of Linda.
Changelog
- Introduced an ability to update such domains as redirect, short link, and UTM parameter. Using the
PUT
method. - Introduced an ability to create redirects using the
POST
method.
0.2.0-beta.0
0.2.0-beta.0
version release of Linda.
Changelog
+ added UTM parameters support
+ switched to MariaDB
- removed application-level caching at all
+ minor improvements
0.1.2-beta.0
0.1.2-beta.0
version release of Linda.
Changelog
+ secured the API with simple security