GrandNode v4.20.01 Release Notes

Release Date: 2018-08-21 // over 5 years ago
  • ๐Ÿ‘Œ Improved performance and reducing used memory by application

    ๐Ÿ†• New version of GrandNode comes with the reduced used memory by application. As you may noticed, after .NET Core implementation, application consumed a very large amount of memory, inadequate to the actual consumption. After analysis, we found an effective solution to the problem. The implemented changes have reduced the amount of used memory to ~ 200mb, which means more than 50% reductions in the resources used. From the point of view of our users and programmers, due to reducing the memory used, the cost of maintaining the application on the server will drop significantly.

    ๐Ÿ›  Minor fixes and improvements:

    • Extend repository mongodb - added async methods
    • Minor changes - renamed class
    • Minor enhancements - used attribute [FromService] in Controllers
    • ๐Ÿ”จ Refactoring ShippingCartController/ProductController moved methods Add to cart to the new controller
    • ๐Ÿ›  Fix controller inheritance
    • ๐Ÿ›  Fixed problem with changing picture for selected attribute
    • Minor improvements (MongodbRepository)
    • Minor improvements - external authentication
    • ๐ŸŽ Minor improvements - performance (changes in boot user-agent)
    • Encryption password (format hash) for login external
    • ๐Ÿ›  Fixed passing additional data to ViewComponent
    • ๐Ÿ›  Fixed problem wih Kendo grid and decimal type
    • ๐Ÿ”„ Changed knowledgebase category display order
    • ๐Ÿ”Œ Minor improvements - admin panel - refresh plugins and restart application