Skip to content

Releases: Ahoo-Wang/CoSky

1.2.1

17 Jul 03:01
Compare
Choose a tag to compare
  • Add reserved role(Role.ADMIN) description
  • Update distributed ID generator (CosId) version dependency 1.3.1 -> 1.3.2

1.2.0

15 Jul 13:37
fd2fb61
Compare
Choose a tag to compare

add support Role-based access control(RBAC) 🎉🎉🎉🎉🎉

Role-based access control(RBAC)

  • cosky: Reserved username, super user, with the highest authority. When the application is launched for the first time, the super user (cosky) password will be initialized and printed on the console. Don't worry if you forget your password, you can configure enforce-init-super-user: true, CoSky will help you reinitialize the password and print it on the console.
---------------- ****** CoSky -  init super user:[cosky] password:[6TrmOux4Oj] ****** ----------------
  • admin: Reserved roles, super administrator roles, have all permissions, a user can be bound to multiple roles, and a role can be bound to multiple resource operation permissions.
  • Permission control granularity is namespace, read and write operations

Role Permissions

dashboard-role

Add Role

dashboard-role-add

User Management

dashboard-user

Add User

dashboard-user-add

1.1.11

22 Jun 13:51
Compare
Choose a tag to compare

add support config-export api

1.1.9

17 Jun 03:18
Compare
Choose a tag to compare
  • fix the problem that the heartbeat of the service instance is invalid when the service instance expires.

1.1.6

10 Jun 13:01
Compare
Choose a tag to compare

add support CoskyReactiveDiscoveryClient.
add spring-cloud-starter-cosky-discovery-ribbon

1.1.5

04 Jun 03:36
Compare
Choose a tag to compare
  • add support MasterReplica MODE
  • optimize connection utilization
  • fix missing digest method when using the lower version of the lettuce client.

1.1.3

02 Jun 12:30
Compare
Choose a tag to compare
  • fix the bug that the historical version configuration is overwritten when the new configuration is recreated after deleting the configuration.
  • optimize the readability of lua scripts
  • optimize Default Jvm Args of Deployment(Kubernetes)

1.1.2

02 Jun 04:40
Compare
Choose a tag to compare

enhance: Dashboard
update README for CoSky-Mirror
CoSky-Mirror-Unified

1.1.0

01 Jun 15:03
Compare
Choose a tag to compare
  • add cosky-mirror(like a mirror placed between Nacos and CoSky to build a unified service discovery platform.)
    CoSky-Mirror
  • enhance: ServiceChangedListener

1.0.1

30 May 15:36
Compare
Choose a tag to compare
  • Enhance: Dashboard
    dashboard-dashboard