All Versions
20
Latest Version
Avg Release Cycle
102 days
Latest Release
1149 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.10.1
June 27, 2023 -
v0.10.0 Changes
May 11, 2023๐ Housefly release
v0.10.0๐ This release includes many bug fixes and performance improvements including a better cache mechanism for both static and media handlers.
-
v0.9.4 Changes
February 22, 2023๐ BUG FIX: bcrypt limit to 72 bytes
-
v0.9.3 Changes
February 20, 2023OpenAPI
JWT
โก๏ธ Updates to dAPI -
v0.9.2 Changes
November 25, 2022dAPI auth
OpenAPI schema auto generation -
v0.9.1 Changes
November 23, 2022implements:
JWT
dAPI auth
OpenAPI schema generation for dAPI -
v0.9.0 Changes
February 22, 2023๐ BUG FIX: bcrypt
-
v0.8.7
September 07, 2022 -
v0.8.6 Changes
September 06, 2022MySQL db will try persist, then global then with no modifier
-
v0.6.1 Changes
April 27, 2021โ Added
- Support for getting static files when runnung
uadmin preparefrom modules instead of source folder uadmin preparenow accepts a new parameter--srcthat allows to overide the default behavior and get the static files from source instead of moduleuadmin preparetakes go.mod into consideration to decide where to get the static files from. This allows developers to develop multiple applications that uses different version of uAdmin. If you use replace directive inside go.mod, the prepare tool will copy the files from the local folder as instructed in the replace directive.- Two new settings "Logo" and "FavIcon" to customize your application even further. ### ๐ Changed
- Added
.DS_Storeand.vscodeto .gitignore ### ๐ Deprecated ### โ Removed uadmin pubnlishis removed. It used to be an internal development tool and was cool to have it runnig publicly for a while ### ๐ Fixed- dAPI didn't have docs for
methodand fixed some typos - Linting (So much linting) ### ๐ Security
- The system reads two envirnment variables
UADMIN_USERandUADMIN_PASSfor new deployments to create admin username and password. If these environment variables do not exist, uAdmin will user "admin" and "admin" for username and password.
- Support for getting static files when runnung