Releases: CyanAsterisk/FreeCar
Releases · CyanAsterisk/FreeCar
v0.2.1
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
- @Nihilism0 made their first contribution in #136
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- refactor: refactor directory structure and add test structrue by @Claude-Zq in #80
- chore(deps): bump github.com/bytedance/sonic from 1.7.0 to 1.8.2 by @dependabot in #79
- chore(deps): bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.2 by @dependabot in #78
- chore: change default branch and merge main to dev by @Claude-Zq in #81
- refactor: remove global and rename tools to pkg by @Claude-Zq in #85
- chore(deps): bump github.com/bytedance/sonic from 1.7.0 to 1.8.3 by @dependabot in #83
- chore(deps): bump gorm.io/gorm from 1.24.3 to 1.24.6 by @dependabot in #82
- chore(deps): bump gopkg.in/natefinch/lumberjack.v2 from 2.0.0 to 2.2.1 by @dependabot in #75
- optimize: custom logger and init minio by @Claude-Zq in #86
- feat: update errno and refactor car and blob srv by @Claude-Zq in #88
- [WIP]feat: add DDD for profile by @L2ncE in #87
- optimize: Optimized the car part by @Claude-Zq in #89
- fix: fix bug by @Claude-Zq in #90
- refactor: refactor auth and blob by @Claude-Zq in #91
- feat: add http2 by @L2ncE in #92
- feat: add sentinel middleware by @L2ncE in #93
- test: add unit test by @Claude-Zq in #94
- feat: add consul as config center instead of nacos by @L2ncE in #95
- feat: add OCR for profile by @L2ncE in #96
- feat: add admin part for auth by @L2ncE in #97
- feat: add backstage management service for auth part by @L2ncE in #98
- refactor: refactor idl by @Claude-Zq in #100
- fix: fix error and format code by @Claude-Zq in #101
- chore: fix auth handler by @Claude-Zq in #102
- feat: add background management api to car and rename auth to user by @Claude-Zq in #104
- fix: add errno to trip by @Claude-Zq in #105
- feat: add trip & profile service for admin by @L2ncE in #106
- feat: add profile car and trip Background management to api by @Claude-Zq in #108
- fix: fix conflict by @Claude-Zq in #109
- fix: fix bug by @Claude-Zq in #111
- test: test car part and trip part by @Claude-Zq in #112
- fix: fix bugs by @Claude-Zq in #113
- refactor: refactor idl by @Claude-Zq in #114
- fix: fix defer bug and remove sendResponse by @Claude-Zq in #115
- fix: remove required from idl and move generator token logic to user service by @Claude-Zq in #116
- fix: fix bugs and remove handler test by @Claude-Zq in #122
- test: fix test by @Claude-Zq in #123
- feat: add update user by @Claude-Zq in #124
- fix: fix profile bug by @Claude-Zq in #125
- feat: add paseto by @Claude-Zq in #126
- fix: fix err handling and admin paseto bug by @Claude-Zq in #128
Full Changelog: v0.1.1...v0.2.0
v0.1.1
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
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
- @L2ncE made their first contribution in #1
- @Claude-Zq made their first contribution in #9
- @dependabot made their first contribution in #5
Full Changelog: https://github.com/CyanAsterisk/FreeCar/commits/v0.1.0