Skip to content

Releases: neepooha/url_shortener

v0.0.2

16 Apr 16:47
Compare
Choose a tag to compare

URL-shortener v0.0.2

Highlights:

  • fix bugs with module name

Feedback

This being an alpha release, i expect there to be bugs and rough edges. If you are interested in the project and notice some bugs in it, I encourage you to open an issue on GitHub with your feedback, which is invaluable to me.

If you would like to contact me directly, you will find contact information for contacting me on your personal page.

Neepooha
Url-shortener on Githab

v0.0.1-alpha

16 Apr 15:05
Compare
Choose a tag to compare

URL-shortener v0.0.1

The first release of my simple project. I tried to bring the project to the cleanest possible architecture, using the most popular technologies at the moment.

Highlights of v0.0.1:

  • Authorization: is a simple project, but at the same time, user authentication is required for the service to fully operate. All work of authorization, authentication, and permissions is placed in a separate service. SSO service on Githab
  • Infrastructure Agnostic: I tried to use standard libraries and I got rid of libraries that use the C compiler, which gives the project independence from the machine architecture.
  • Open Source: Dive into the codebase, discover new things, contribute and do amazing things.

Feedback

This being an alpha release, i expect there to be bugs and rough edges. If you are interested in the project and notice some bugs in it, I encourage you to open an issue on GitHub with your feedback, which is invaluable to me.

If you would like to contact me directly, you will find contact information for contacting me on your personal page.

Neepooha
Url-shortener on Githab