Skip to content

Releases: chelizichen/Simp

v0.1.5 prepare to support cluster ; rename sgrid

07 Apr 12:37
Compare
Choose a tag to compare

The SimpCloud platform is currently stable and supports the deployment of Java, Nodejs, and Golang. However, this service was originally intended for me to practice and did not consider the deployment of multiple nodes in a cluster. At present, the conditions are suitable, and we are preparing to switch to a new branch for cluster deployment after releasing this version, and rename it SgridCloud as the project name after clustering.

SimpCloud平台目前已稳定,同时支持Java、Nodejs、Golang的部署,但原先该服务是给我练手用的,并没有考虑过集群多节点的部署。目前条件已合适,准备发布该版本后切换新的分支去做集群部署,并且改名为SgridCloud作为集群化后的的项目名称。

v0.1.4 support java

07 Apr 03:12
Compare
Choose a tag to compare

In this version, three new enumeration constants have been added to confirm the type of service publication, which needs to be configured in simp.yaml or simpProd.yaml. The launcher will execute different publishing logic based on the publishing type.

And it provides release optimization for SpringBoot [link]( https://github.com/chelizichen/ShopServer

在这个版本中,新添加了三个枚举常量 用来确认服务发布的类型,该类型需要在simp.yaml 或 simpProd.yaml 中配置,启动器会根据发布类型执行不同的发布逻辑。
RELEASE_TYPE_GO = "go-http"
RELEASE_TYPE_NODEJS = "node-http"
RELEASE_TYPE_JAVA = "java-http"
server:
type: java-http

并且提供了针对SpringBoot的发布优化link

v0.1.31 fix first release bug

04 Apr 02:42
Compare
Choose a tag to compare

There is a logical error in the main control service. When publishing a file for the first time, the corresponding service configuration file cannot be found and an error is reported. Sometimes, it can cause abnormal service crashes. This problem was fixed a few days ago, so I released this new version

主控服务有一个逻辑错误,当第一次发布文件时,找不到对应的服务配置文件而报错,有时候会引起服务异常挂掉,该问题前几天已修复,于是我发布了该新版本

v0.1.3 webshell

02 Apr 15:21
Compare
Choose a tag to compare

In this new version, I have added Web Shell functionality and improved the [node web console]( https://github.com/ChrisCindy/node-web-console )The code has been adapted to the Simp platform, and now Web Shell can be used on the Simp platform. In addition, scheduled monitoring was also conducted on the sub services

在这个新版本中,我添加了 Web Shell功能,并且对 node-web-console 的代码进行了Simp平台的适配,现在,Web Shell 可以在Simp平台中进行使用。另外,还对子服务进行了定时监控.

v0.1.2 fast expansion

23 Mar 09:30
Compare
Choose a tag to compare

Every time I release a horizontal expansion of the service, I need to manually operate it through nginx, which is not convenient for me. Now SimpWeb provides a more convenient way and also offers a more flexible way to configure files. After simple testing, I released a new version

每次发布横向扩展服务时,我都需要通过nginx手动操作,这对我来说并不方便。现在SimpWeb提供了一种更方便的方式,也提供了更灵活的文件配置方式。经过简单的测试,我发布了一个新版本

v0.1.1 Support NodejsServer

16 Mar 08:01
Compare
Choose a tag to compare

Due to my passion for JavaScript and Nodejs, I have decided to support the deployment of Nodejs services on the Simp platform.
Three days ago, I completed it and after fixing some bugs and running steadily, I decided to release this version.

由于我对JavaScript和Nodejs的热爱,我决定支持在Simp平台上部署Nodejs服务。
三天前,我完成了它,在修复了一些错误并稳定运行后,我决定发布这个版本。

v0.1.0 AliCloud test version

13 Mar 07:41
Compare
Choose a tag to compare

PlantForm : AliCloud 2 Core 2G

The project has been running stably on the Alibaba Cloud platform for over two months without any memory leaks. After resolving the timeout issue caused by excessively long query log files, I have decided to release this version

该项目已经在阿里云平台上稳定运行了两个多月,没有任何内存泄漏。在解决了查询日志文件过长导致的超时问题后,我决定发布这个版本