Skip to content

v0.3.0-alpha.1

Compare
Choose a tag to compare
@alimy alimy released this 03 Apr 21:10
· 1176 commits to beta since this release
d317bad

v0.3.0(alpha)

Added

  • add custom comment sort strategy support #243
  • add RedisCacheIndex feature #250

Changed

  • use github.com/rueian/rueidis as Redis client #249
    the Old redis client configure field
    ...
    Redis:
      Host: redis:6379
      Password: 
      DB: 
    the New redis client configure field
    ...
    Redis:
      InitAddress:
      - redis:6379
      Username:
      Password:
      SelectDB:
      ConnWriteTimeout: 60   # 连接写超时时间 多少秒 默认 60秒

Removed

  • remove Deprecated:OldWeb feature #256

备注:发布版本中,提交了构建好的paopao-ce供大家使用,使用如下命令构建: (go version go1.20.2 darwin/amd64)

make release CGO_ENABLED=0 TAGS='embed go_json'

条件有限(外加 精力有限),本人只测试了paopao-ce-darwin_amd64,其余平台的未亲测,如有问题,请使用源码在自己平台下自行构建。

同时也提供了构建好的docker image,使用如下命令构建:

docker build --build-arg USE_DIST=yes -t bitbus/paopao-ce:latest .

您可以使用如下命令启动一个测试实例尝鲜:

mkdir custom && docker compose up -d
# visit http://localhost:8008  👀 paopao-ce
# visit http://localhost:8001  👀 RedisInsight
# visit http://localhost:8080  👀 phpMyAdmin