Skip to content

Releases: CyanAsterisk/FreeCar

v0.2.1

31 Jul 10:16
Compare
Choose a tag to compare

What's Changed

  • refactor: change ids from i64 to string and modify redis db by @Claude-Zq in #129
  • fix: fix account id bug by @Claude-Zq in #130
  • fix: fix delete and check profile bug by @Claude-Zq in #131
  • chore(deps): bump github.com/cloudwego/kitex from 0.4.4 to 0.5.1 by @dependabot in #119
  • feat: refactor car sim by @Claude-Zq in #133
  • feat: add payment by @Claude-Zq in #135
  • feat: Add k8s deployment files by @Nihilism0 in #136
  • chore(deps): bump github.com/hashicorp/consul/api from 1.18.0 to 1.20.0 by @dependabot in #141
  • chore(deps): bump github.com/cloudwego/hertz from 0.6.0 to 0.6.2 by @dependabot in #140
  • chore(deps): bump gorm.io/driver/mysql from 1.4.5 to 1.5.0 by @dependabot in #139
  • chore(deps): bump github.com/cloudwego/kitex from 0.5.1 to 0.5.2 by @dependabot in #138
  • chore(deps): bump gorm.io/gorm from 1.24.7-0.20230306060331-85eaf9eeda11 to 1.25.1 by @dependabot in #142
  • chore(deps): bump github.com/spf13/viper from 1.15.0 to 1.16.0 by @dependabot in #147
  • chore(deps): bump github.com/cloudwego/hertz from 0.6.2 to 0.6.4 by @dependabot in #144
  • chore(deps): bump github.com/minio/minio-go/v7 from 7.0.49 to 7.0.59 by @dependabot in #151
  • chore(deps): bump gorm.io/gorm from 1.25.1 to 1.25.2 by @dependabot in #150
  • chore(deps): bump aidanwoods.dev/go-paseto from 1.3.0 to 1.4.0 by @dependabot in #149
  • chore(deps): bump github.com/hertz-contrib/http2 from 0.1.5 to 0.1.7 by @dependabot in #143

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Apr 09:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

07 Feb 02:54
3008e94
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump go.opentelemetry.io/otel/trace from 1.9.0 to 1.12.0 by @dependabot in #70
  • chore(deps): bump gorm.io/gorm from 1.24.3 to 1.24.5 by @dependabot in #71
  • chore(deps): bump github.com/cloudwego/hertz from 0.5.1 to 0.5.2 by @dependabot in #72

Full Changelog: v0.1.0...v0.1.1

v0.1.0

24 Jan 08:40
Compare
Choose a tag to compare

What's Changed

  • feat: add user service part by @L2ncE in #1
  • feat: add api part and improve user by @L2ncE in #2
  • optimize: improve project infra by @L2ncE in #3
  • style: update README and improve ci by @L2ncE in #4
  • feat: add mini-program and implement Resolve by @Claude-Zq in #9
  • chore: add .gitattributes by @L2ncE in #11
  • build(deps): bump github.com/kitex-contrib/tracer-opentracing from 0.0.2 to 0.0.3 by @dependabot in #5
  • build(deps): bump github.com/hashicorp/consul/api from 1.15.3 to 1.18.0 by @dependabot in #8
  • build(deps): bump github.com/uber/jaeger-client-go from 2.29.1+incompatible to 2.30.0+incompatible by @dependabot in #6
  • feat: add blob part by @Claude-Zq in #13
  • feat: add rental part by @L2ncE in #12
  • feat: add car part by @Claude-Zq in #15
  • feat: add profile rpc part by @L2ncE in #14
  • fead: add account_id field by @Claude-Zq in #16
  • optimize: create objective id to replace origin by @L2ncE in #17
  • chore: delete some useless function and use filed id to replace authid by @L2ncE in #18
  • build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0 by @dependabot in #22
  • build(deps): bump github.com/bytedance/sonic from 1.5.0 to 1.6.0 by @dependabot in #21
  • build(deps): bump github.com/docker/docker from 20.10.21+incompatible to 20.10.22+incompatible by @dependabot in #20
  • feat: complete carService by @Claude-Zq in #23
  • feat: add trip service part by @L2ncE in #24
  • feat: add trip api and add jwt middleware by @L2ncE in #26
  • feat: implement car api layer by @Claude-Zq in #25
  • optimize: improve car api bind part by @L2ncE in #27
  • feat: auto create car in simSrv by @Claude-Zq in #28
  • optimize: use otel instead of tracer and remove invalid signal waits by @L2ncE in #29
  • ci: fix lint and add lint ci by @L2ncE in #30
  • fix: prevents the car service from exiting directly by @Claude-Zq in #31
  • optimize: add errno and profile ut by @L2ncE in #32
  • test: add car ut by @Claude-Zq in #33
  • test: add trip test and fix other tests' error by @L2ncE in #34
  • optimize: logger & tracing & chore by @L2ncE in #35
  • refactor: improve the gateway part, extract the IDL to reduce the degree of coupling by @L2ncE in #36
  • optimize: mw & logger & api by @L2ncE in #37
  • feat: add consts by @L2ncE in #38
  • refactor: using api request by @L2ncE in #39
  • fix: fix proto bug by @L2ncE in #40
  • fix: client shutdown and api bug by @L2ncE in #41
  • fix: api & return by @L2ncE in #42
  • fix: logger & return by @L2ncE in #43
  • fix: complete profile api by @L2ncE in #44
  • test: Front-end and back-end joint debugging by @Claude-Zq in #45
  • feat: joint debugging by @Claude-Zq in #46
  • optimize: add some mw and improve README by @L2ncE in #47
  • optimize: api and README by @L2ncE in #48
  • docs: updated README by @L2ncE in #49
  • refactor: modify api by @Claude-Zq in #50
  • optimize: improve gen code by @L2ncE in #54
  • chore(deps): bump gorm.io/driver/mysql from 1.4.4 to 1.4.5 by @dependabot in #53
  • chore(deps): bump github.com/bytedance/sonic from 1.6.0 to 1.6.1 by @dependabot in #51
  • chore(deps): bump gorm.io/gorm from 1.24.2 to 1.24.3 by @dependabot in #52
  • optimize: use net.JoinHostPort to splice address by @Claude-Zq in #55
  • refactor: add kitex client gen code to avoid calling each other between services and add licenses by @L2ncE in #56
  • docs: add call relation by @Claude-Zq in #57
  • chore(deps): bump github.com/bytedance/sonic from 1.6.1 to 1.7.0 by @dependabot in #61
  • chore(deps): bump github.com/nacos-group/nacos-sdk-go from 1.1.3 to 1.1.4 by @dependabot in #59
  • chore(deps): bump github.com/tencentyun/cos-go-sdk-v5 from 0.7.40 to 0.7.41 by @dependabot in #58
  • chore(deps): bump github.com/cloudwego/hertz from 0.4.2 to 0.5.0 by @dependabot in #60
  • refactor: using Nacos as a service discovery center by @L2ncE in #62
  • refactor: refactor front-end by @Claude-Zq in #63
  • feat: optimize user module by @Claude-Zq in #68
  • chore(deps): bump github.com/docker/docker from 20.10.22+incompatible to 20.10.23+incompatible by @dependabot in #67
  • chore(deps): bump github.com/cloudwego/hertz from 0.5.0 to 0.5.1 by @dependabot in #65
  • chore(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0 by @dependabot in #64
  • doc:add front-end diplay and update server relations by @Claude-Zq in #69

New Contributors

Full Changelog: https://github.com/CyanAsterisk/FreeCar/commits/v0.1.0