Skip to content

v0.9.25

Compare
Choose a tag to compare
@alexj212 alexj212 released this 26 Jul 22:57
· 47 commits to master since this release
b0b5bcf

v0.9.25

- Adhere json-fmt flag for all JSON response so when camel or lower_camel is specified, fields name in GetAll variant and DDL info will also have the same name format
- Fix: Build information embedded through linker in Makefile is not consistent with the variable defined in main file.
- Added --scheme and --listen options. This allows compiled binary to be used behind reverse proxy.
- In addition, template for generating URL was fixed, i.e. when PORT is 80, then PORT is omitted from URL segment.