Skip to content

Releases: microsoft/AzUrlShortener

Version 3 - Major refact

25 Nov 18:28
2d0180f
Compare
Choose a tag to compare

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

Supports More Statistics

03 Feb 15:47
Compare
Choose a tag to compare
  • bug fixes
  • more Statistics features
  • Using stable dependencies

Version 2.0.2

29 Dec 21:39
634c80d
Compare
Choose a tag to compare
  • a more random, less predicable vanity generator
  • avoid collision between same vanity (generated or not)

Thanks to:

version 2.0.1

06 Dec 21:29
ec9dafb
Compare
Choose a tag to compare
  • Bumping dependencies
  • Returning the Custom domain when configured into settings.json
  • Update documentation

Version 2.0

05 Nov 01:59
6c3269a
Compare
Choose a tag to compare

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)

Version 1.0

05 Nov 02:02
Compare
Choose a tag to compare

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.

Azure Url Shortener v0.6.1

23 Jul 11:23
c189ffc
Compare
Choose a tag to compare
  • Update documentation
  • Add Error message in the Backend when URL is not valid
  • Change ArchiveURL method from Delete to Post

Azure Url Shortener v0.6

21 Jun 13:05
6476059
Compare
Choose a tag to compare
  • Bug(s) fix:
    • Long Urls cut
  • Dependencies updated
  • Validation of invalid URL before creation or updates

Azure Url Shortener v0.5

29 May 14:43
0629cc9
Compare
Choose a tag to compare

New features:

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