All Versions
20
Latest Version
Avg Release Cycle
102 days
Latest Release
1149 days ago

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, 2023

    OpenAPI
    JWT
    โšก๏ธ Updates to dAPI

  • v0.9.2 Changes

    November 25, 2022

    dAPI auth
    OpenAPI schema auto generation

  • v0.9.1 Changes

    November 23, 2022

    implements:
    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, 2022

    MySQL 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 prepare from modules instead of source folder
    • uadmin prepare now accepts a new parameter --src that allows to overide the default behavior and get the static files from source instead of module
    • uadmin prepare takes 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_Store and .vscode to .gitignore ### ๐Ÿ—„ Deprecated ### โœ‚ Removed
    • uadmin pubnlish is 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 method and fixed some typos
    • Linting (So much linting) ### ๐Ÿ”’ Security
    • The system reads two envirnment variables UADMIN_USER and UADMIN_PASS for 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.