Skip to content

Releases: xaxys/MaintainMan

v1.0.3

17 Aug 13:49
Compare
Choose a tag to compare

Changelog

  • 5c41dd2 Fix incorrect status param in GetOrderByRepairer

v1.0.2

02 Aug 02:33
Compare
Choose a tag to compare

Changelog

  • 5a0313a Fix GetOrderByRepairer default orderby key

v1.0.1

11 Jul 02:28
Compare
Choose a tag to compare

Changelog

  • 2128e41 Fix multiple level inheritance

v1.0.0

02 May 13:47
Compare
Choose a tag to compare

Changelog

v1.0.0-rc4

25 Apr 09:24
Compare
Choose a tag to compare

Description

  • Add WeChat notification service.
  • Add WordCloud service.

Changelog

Details

v1.0.0-rc3

18 Apr 04:33
Compare
Choose a tag to compare

Description

Big change of architecture - Completely modulized!
Event bus & total in paging added.

Changelog

Details
  • 2cca193 Change db error level from debug to warn
  • 264db3d Add EventBus
  • 6d984f7 Update swagger comment
  • d013d4e Add goreleaser script
  • cc457bf Fix module name
  • 17eda7e Reorganize code into module (#21)
  • fbbea60 Create codeql-analysis.yml
  • 7f16065 Update default rate control limit
  • 8acbab7 Change UUID encode to fit 32bit bigint id field
  • 1b9559b Add option: item_can_negative (#19)
  • f47dcb6 Update README.md
  • 44b7085 Remove quotation marks in goreleaser config

v1.0.0-rc2-hotfix

11 Apr 14:29
Compare
Choose a tag to compare

Description

Use embed package instead of go-bindata greatly reduces the overhead of loading font data into memory.

Changelog

  • 8239e30 Use embed instead of go-bindata

v1.0.0-rc2

11 Apr 11:21
Compare
Choose a tag to compare

Description

New version at new week!
Image hosting service now added to KFC luxury lunch!
Thank contributors' hard work!

This version use go-bindata to embed font files, which is deprecated. So we released v1.0.0-rc2-hotfix version use embed for better memory performance.

Changelog

Details
  • 959cfdd Add bmp & gif format support
  • 7c3f764 Add seperated cache storage
  • 48dc0bf Big change!
    • Add photo upload and view
    • Add photo transform support (watermark included)
    • Add storage (local / AWS S3)
    • Add cache with LRU (local ristretto / redis)
    • Add throttling rate limiter
    • Add username in jwt token to decrease query of database
    • Add default opensourced font SourceHanSans
    • Fix format and name of file and variable
    • Makefile test only run e2e test now
    • Add permissions of image
  • eb18e0e Bind font data into source code
  • 02b6025 Change default transform config. Add scale check
  • 2546714 Enhance function of user and repairer order route
  • 0e02449 FIx goreleaser
  • ed3b21f Fix GoVersion can't be filled correctly by CI
  • 5e9f566 Fix bug in e2e test
  • 93a6761 Fix bug of upload and view image Update swagger comment
  • 7f49a99 Fix division and user foreign key problem
  • dc14ca0 Fix for oom error in github action
  • 2f7538a Fix incorrect field name in serializtion of role
  • 8e99f0c Fix missing order.viewfix permission
  • a3f42b0 Fix oom of vitual memory allocation in CI
  • a1d6e82 Fix perm check & remove unused perm interceptor
  • 43f2e95 Fix some bug & add some option
    • Limit max dimision in transformation
    • Fix wrong cache use
    • Fix wx appsecret in response error info
    • Add save as jpeg options
  • 36e2acc Fix watermark position
  • a1cea9e Merge branch 'master' into dev
  • d7237a2 Modified user and division Update route
  • 689e0db Remove -extldflags '-static' flag
  • ba2c0ac Update README.md
  • e60dbeb Update cache test
  • 05dfbfd Update config & cache test
  • 05beaa6 Update github action
  • b0ba4cf Update github action
  • 3251bc6 Update go test default timeout
  • ee5bc5c Update makefile
  • 46a8ed8 Update makefile and goreleaser config
  • 4313ae5 Update swagger comment
  • 43cd5a2 Update swagger comment

v1.0.0-rc1

05 Apr 02:53
Compare
Choose a tag to compare

Description

Basic functions completed!
Thanks for all contributors!

Changelog

Details