Releases: Bluemangoo/Pingpong
Releases · Bluemangoo/Pingpong
0.3.0
Commits
- [cac724b] Release
- [261ade2] Static file server (#8)
- [53c0802] Minimum release (#9)
- [4c58e65] docs (#7)
- [faa5fe2] Ignore sni case
- [099699e] add
--version
or-v
- [2d8a361] Fix release CI cache
- [b1eb6e6] Enable build ci for all branches
- [60f6177] Fix the wrong logic on rewrite processing.
What's Changed
- docs by @Bluemangoo in #7
- Minimum release by @Bluemangoo in #9
- Static file server by @Bluemangoo in #8
0.2.3
0.2.2
What's Changed
- Fix URI parse error by @Bluemangoo in #5
- Conciser log by @Bluemangoo in #6
Commits
- [d09765b] Update ci trigger
- [1a1039c] Conciser log (#6)
- [5f44401] Ignore
?
and&
when parsing url - [da87e2f] Fix URI parse error (#5)
- [b7c3cdf] Update readme
- [a72fa34] Update ci
Full Changelog: 0.2.1...0.2.2
0.2.1
Changes
- Append log file instead of overlay;
- Merge config from pingora conf;
- Human readable config error;
- Add location, rewrite and fallback, enjoy them 🥂 .
Commits
- [2c9b2b2] [Release] Add location, rewrite and fallback
- [fb53c10] Human readable config error
- [cbba61c] Update ci
- [480d0cc] Update build ci
- [cb9ee8f] Add release ci (#2)
- [11c131a] Add build instructions in readme
- [8fbd7ed] merge config from pingora conf
- [edd1252] Fix ci
- [38f65fa] Append log file
- [b719335] Add ci
- [1859cce] Update README
Release v0.2.0
Config
- Refactor config structure.
- Support config item importing.
Feature
- Add
headers_request
andheaders_response
config to rewrite request/reponse headers.
Release v0.1.0
🎉 The first release!
Config
See example in /config/
Notes
- Default config path is
config/pingpong.toml
, but you can use-i
to change it. - Use
-d
or--daemon
to enable daemon.