- Add 0.3.0 changelog
- changelog: Update changelog
- changelog: Update changelog
- changelog: Update changelog
- engine: Engine tests enhancement (#16)
- Add changelog generated with git-chglog
- Ease int usage, change uint16 to int
- Add combinations (#11)
- Fix comparison of byte slices
- Fix lvs failure on empty license
- Reset segmented array index counter
- Accept enum values
- Fix broken pipe handling
- Add custom panic message on missing public key
- Add inline fragments suppot for rmap engine (#8)
- Fix collision of fragments and selection fields with same name
- Change rmap engine structure (#9)
- Engine test/bench suites improvement (#7)
- Fix pquery naming in tests
- Change repository name
- Delete obsolete code
- Remove obsolete engine implementation
- Add common ignored files
- Migrate gguard to this repository
- Complete the tests README guide
- Add 'null' support
- Add processing of enums
- Prepare to Beta release
- Use LVS validation and rename 'licence' to 'license'
- Add licence key environment variable
- Add support for basic auth in API server
- Add service and template statistics
- Add ggproxy GraphQL API
- Make maximum request body size configurable
- Add support for option forward_reduced
- Implement ggproxy stop CLI command
- Add debug and command servers
- Add CLI
- Structure config parser errors
- Add server configuration file
- Add initial server (#2)
- Add config parser
- Fix go.mod
- Remove superfluous log
- Remove unused config option
- Fix lambda capturing and template lists
- Normalize CLI message format
- Add missing line breaks to CLI messages
- Ignore EOF while reading command socket
- Use buffered channel for signal notifier
- Remove unnecessary imports from go mod
- Validate service id
- Refactor LVS (#4)
- Get rid of the matcher interface
- Simplify code
- Variable Bomb Security Patch (#6)
- Add declarative server tests
Rename "Server" to "Ingress(Server)" and "ServerDebug" to "API(Server)".
Change config.yaml structure.
Provide sublogger to the fasthttp server.