PackageTrack

Go modules · #2768 by repository stars

github.com/CyanAsterisk/FreeCar

v0.2.1CyanAsterisk/FreeCar

Release timeline

32 releases since 2022
2023202420252026

Releases

  1. v0.2.2-0.20231018141059-55e41ddb2b0f18 Oct 2023pre-release

    Nothing published for this version

  2. v0.2.131 Jul 2023
    Release notes

    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

    Open source →
  3. v0.2.1-0.20230731094331-8e10d34e2bac31 Jul 2023pre-release

    Nothing published for this version

  4. v0.2.1-0.20230406111841-70be5c5c43516 Apr 2023pre-release

    Nothing published for this version

  5. v0.2.06 Apr 2023
    Release notes

    What's Changed

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

    Open source →
  6. v0.1.17 Feb 2023
    Release notes

    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

    Open source →
  7. v0.1.023 Jan 2023
    Release notes

    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

    Open source →
  8. v0.0.0-20230119150221-e414cc591d4119 Jan 2023pre-release

    Nothing published for this version

  9. v0.0.0-20230117135932-2f811796ae1c17 Jan 2023pre-release

    Nothing published for this version

  10. v0.0.0-20230117134229-2b0802a09cec17 Jan 2023pre-release

    Nothing published for this version

  11. v0.0.0-20230117131337-28194be45f1d17 Jan 2023pre-release

    Nothing published for this version

  12. v0.0.0-20230116154236-1dfa38709dda16 Jan 2023pre-release

    Nothing published for this version

  13. v0.0.0-20230116151515-97f0152ef3c416 Jan 2023pre-release

    Nothing published for this version

  14. v0.0.0-20230116104238-ae87e028386616 Jan 2023pre-release

    Nothing published for this version

  15. v0.0.0-20230116080830-0b047597907116 Jan 2023pre-release

    Nothing published for this version

  16. v0.0.0-20230116073015-291c2088040316 Jan 2023pre-release

    Nothing published for this version

  17. v0.0.0-20230116072740-b248c8dccba516 Jan 2023pre-release

    Nothing published for this version

  18. v0.0.0-20230116072554-acaf24cf7da316 Jan 2023pre-release

    Nothing published for this version

  19. v0.0.0-20230116070057-6362a544e32916 Jan 2023pre-release

    Nothing published for this version

  20. v0.0.0-20230115130214-8687fa7c247e15 Jan 2023pre-release

    Nothing published for this version

  21. v0.0.0-20230114042555-d45238afd18c14 Jan 2023pre-release

    Nothing published for this version

  22. v0.0.0-20221230075155-6414360e334b30 Dec 2022pre-release

    Nothing published for this version

  23. v0.0.0-20221223141631-9c6dedb56ed123 Dec 2022pre-release

    Nothing published for this version

  24. v0.0.0-20221222140750-1c80fdde4d2d22 Dec 2022pre-release

    Nothing published for this version

  25. v0.0.0-20221222134930-eddcb96ff87a22 Dec 2022pre-release

    Nothing published for this version

  26. v0.0.0-20221222130323-db2702649b1b22 Dec 2022pre-release

    Nothing published for this version

  27. v0.0.0-20221221141021-e968157b74d821 Dec 2022pre-release

    Nothing published for this version

  28. v0.0.0-20221221134610-4ef7a129e3e221 Dec 2022pre-release

    Nothing published for this version

  29. v0.0.0-20221220143053-5cbec71fa31120 Dec 2022pre-release

    Nothing published for this version

  30. v0.0.0-20221215143249-d939be4470ab15 Dec 2022pre-release

    Nothing published for this version

  31. v0.0.0-20221214093832-3973260948d914 Dec 2022pre-release

    Nothing published for this version

  32. v0.0.0-20221207084016-2ceec914e1027 Dec 2022pre-release

    Nothing published for this version