AzUrlShortener Versions Save

An simple and easy Url Shortener

v3.0

1 year ago

This version has many breaking changes.

  • the AzUrlShortener project will not ONLY do redirect.

This was done to simplify the deployment and make it secure. With version 3 this project can only read from the table storage, therefore doesn't require AAD. You can manage the URLs with the Azure portal, the Azure Storage explorer, or the TinyBlazorAdmin project (also now on v3)

  • The Azure Function is now v4 and runs in an isolated process
  • .NET 6.0 is used

v2.1.0

3 years ago
  • bug fixes
  • more Statistics features
  • Using stable dependencies

2.0.2

3 years ago
  • a more random, less predicable vanity generator
  • avoid collision between same vanity (generated or not)

Thanks to:

  • @ThDJRenton
  • @Hedlund01

2.0.1

3 years ago
  • Bumping dependencies
  • Returning the Custom domain when configured into settings.json
  • Update documentation

v1.0

3 years ago

Version 1.0 is available in the branch main-v1 the dependency will be maintained by the community, but no new feature will be added.

Version brings breaking changes therefore we decided to keep it in a branch.

2.0

3 years ago

This is a major version Version 2.0 brings breaking changes.

  • Instead of having a clear text password in the configuration file it now uses Azure Active Directory (AAD)
  • The support for TinyBlazorAdmin a static webapp to manage the URLs.
  • Extremely budget-friendly (very close to be free... seriously)

v0.6.1

3 years ago
  • Update documentation
  • Add Error message in the Backend when URL is not valid
  • Change ArchiveURL method from Delete to Post

v0.6

3 years ago
  • Bug(s) fix:
    • Long Urls cut
  • Dependencies updated
  • Validation of invalid URL before creation or updates

v0.5

3 years ago

New features:

  • Prettier long URL display
  • Archive enabled
  • Update dependencies to the latest version
  • Fix typos
  • Add Visual Studio IDE project support