Releases: he-end/simproute
Releases · he-end/simproute
v1.1.0 simproute with radix ree
simproute now using Radix Tree method to manage Dynamic Route
Full Changelog: v1.0.6...v1.1.0
Fixing Typo 'GET' method in router
Full Changelog: v1.0.5...v1.0.6
clearly version 1
Full Changelog: v0.0.4...v1.0.5
v0.0.4 clear optinization and simple use
Full Changelog: v0.0.3...v0.0.3.1
Full Changelog: v0.0.3.1...v0.0.4
v0.0.3.1 fix bug autocorelation
Full Changelog: v0.0.3...v0.0.3.1
v0.0.3 optimization and fix bug chan per handler
Full Changelog: v0.0.2.1...v0.0.3
v0.0.2.1 add feature concurrency limiter
In general, we don't want to limit the performance of our applications, but in some cases, it may be necessary to limit incoming requests.
Usually, this is the case, for example, when a discount feature is added, there will be a spike in latency, which can drastically increase server load.
That's where Concurrency comes to the rescue.
Full Changelog: v0.0.2...v0.0.2.1