Skip to content

Releases: M336G/GDLibraryProxy

v2.0.2

Choose a tag to compare

@M336G M336G released this 02 Jul 14:49
  • Re-added the SERVER_PORT environment variable
  • Fixed the server not being on port 8080 by default

v2.0.1

Choose a tag to compare

@M336G M336G released this 02 Jul 13:44
  • Better usage of Task and async
  • Removed a unecessary try-catch block
  • GenerateLibraryToken() now returns the status code in case of an error a bit better
  • Made HTTPClient read only
  • Moved DotNetEnv.Env.Load() from Main() in Program.cs to Load() in EnvVars.cs
  • Removed the SERVER_PORT and SERVER_BASE_URL environment variables (unused)

v2.0.0

Choose a tag to compare

@M336G M336G released this 02 Jul 11:35
  • .NET 9
  • ASP.NET Core rewrite
  • Added information about using proxies

v1.0.0

Choose a tag to compare

@M336G M336G released this 07 Feb 22:50
233ff3a

Initial release