Releases: alibaba/Appactive
Releases · alibaba/Appactive
v0.2.1
- [Feature] Join SpringCloud ecosystem and add Feign and RestTemplate support for RPC (Ribbon-based LB)
- [Feature] Rule and channel decoupling and a brand new nacos channel
- [Feature] Documentation site and demo site
v0.2
appactive v0.2 is now released!including:
- Feature
- Filter adds support for customized extraction source of routeId
- RPC adds support for unit request protection
- Key modules are deployed to maven central repository
- Add standalone demo for some modules
- Fix
- DB property of storage demo fixed
- Forbidden logic fixed
- Some doc errors fixed
v0.1
The first open source version is released:
- Multi-Active core rule model, which Defines core components such as IDC and traffic
- Gateway plugin, which support traffic analysing and routing, nc tagging, and so on
- MicroService plugin, which support traffic routing, multiple active service attribute strategy, error correction and protection
- Message layer component API definition release
- Data layer components released to support data protection
- Basic Demo and Portal