Releases: Ahoo-Wang/CoSky
Releases · Ahoo-Wang/CoSky
v1.3.20
⭐ Refactor
- compress jwt-token Id
- update file header license Copyright [2021-present]
- add integration-test.yml(CI)
- remove useless @EnableScheduling
🔨 Dependency Upgrades
v1.3.11
- add
Comparison with others
section.
- replace
io.codearte.nexus-staging
-> io.github.gradle-nexus.publish-plugin
- update
cosid
version to 1.4.15
- update
simba
version to 0.2.5
- add distributed scheduling(
StatServiceScheduler
) by Simba
1.3.10
- change cosky-rest-api banner
- expose /actuator/health
- add *Probe for K8S-Deployment
1.3.8
- Fix the problem of repeated registration of
LoadBalancer
to listen service instance changes
1.3.5
- optimize AuthorizeService code
- fix login locked problem
1.3.1
ALL IN reactive programming model ! 🎉🎉🎉🎉🎉
- change: Modified asynchronous API to reactive programming API.
- change: Use
WebFlux
as the web programming framework of cosky-rest-api
.
- fix: Export configuration file reports 401 authorization exception (Dashboard-UI).
1.2.10
- Visual enhancement: split service dependent topology (Dashboard) #14
1.2.8
- add the tool class
RedisKeys
to support the hashtag
of Redis Cluster mode.
- when using Redis cluster mode, it supports automatic conversion of
namespace
to hashtag
.
- support for parameter defensive check
1.2.5
- add support Service Topology.(#11)
- Add operation audit-log module.(#9)