www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Hunt Framework 3.4.6 released, RESTful service and MVC supported!

reply zoujiaqing <zoujiaqing gmail.com> writes:
Hunt Framework is completely using D programming language (DLang) 
development of Web services Framework, can be very fast 
development of RESTful and MVC server applications, soon 2022 New 
Year's Day to further improve the stability of the version!  Hunt 
Framework 3.4.6 has accumulated problems since the last release 
for centralized fixes!


1. Logger integration, reduce GC usage, optimize control log 
output at compile time
2. Perfect the ObjectPool module
3. Reconstruct the Redis connection pool based on ObjectPool
4. Reconstruct the Database connection pool based on ObjectPool
5. Upgrade compatible dependency container Poodinis version 8.1.x
6. Fix assertion exceptions that occur when the HashMap module 
processes more than 40,000 elements
7. Fix memory leaks in the ArrayList module
8. Fix invalid static file cache time parameters
9. Fix the problem that config configurations are frequently 
loaded
10. Other details are perfect


Documentation: 
[https://github.com/huntlabs/hunt-framework-docs](https://github.com/huntlabs/hunt-framework-docs)
  Hunt Skeleton: 
[https://github.com/huntlabs/hunt-skeleton](https://github.com/huntlabs/hunt-skeleton)
  Package Repo: 
[https://code.dlang.org/packages/hunt-framework](https://code.dlang.org/packages/hunt-framework)
  Github: 
[https://github.com/huntlabs/hunt-framework](https://github.com/huntlabs/hunt-framework)
Dec 29 2021
parent Imperatorn <johan_forsberg_86 hotmail.com> writes:
On Wednesday, 29 December 2021 at 08:53:28 UTC, zoujiaqing wrote:
 Hunt Framework is completely using D programming language 
 (DLang) development of Web services Framework, can be very fast 
 development of RESTful and MVC server applications, soon 2022 
 New Year's Day to further improve the stability of the version! 
  Hunt Framework 3.4.6 has accumulated problems since the last 
 release for centralized fixes!

 [...]
Nice! Thanks for working on this 🎄
Dec 29 2021