aileron-gateway¶
aileron-gateway¶
Pull Requests¶
- Move util/session package to kernel/session
- Update proto comments
- Move util/security package to internal/security
- Move kernel/network package to internal/network
- Move kernel/kvs package to internal
- Move kernel/txtutil to internal/txtutil
- Move kernel/hash and kernel/encrypt package to internal kind/enhancement
- Stop deploying document site
- Move kernel/encoder package to internal/encoder
- Refactor test codes
- Update to go1.25
- Update gitattributes
- Refactor network package
- Remove unused packet conn
- Update aileron-projects/go package
- use zplugin package
- Replace throttler to zrate package
- Replace waiter to zbackoff
- Replace load balancers to zlb package
- Replace logical file to zlog package
- rotate logfiles on start up
- Replace network components to znet
- Remove unused code
- Replace uid to zuid package
- Replace encryp to z package
- Replace hash to zhash package
- Replace template to use ztext
- Replace cron package to zcron package
- Replace io package to zio package
- Simplify proto definition
- Remove circuit breaker and healthcheck
- Fix reolving env function
- Update example readme
- Update documentations
- Replace zxml package
- Update go.mod and tested go versions
- Fix failued tests and test pipeline
- Fix incorrect regular expression
- simplify the interface of soaprest middleware
- Update documentation, examples and test resources
- Make host field available in templates for template handler
- Fix apt install to install qemu
- Support CRLF in the config file
- Fix error handling
- Read all request body when the body limit exceeded
- fix HEAD method routing
- Updatge docs
- Add design docs
- add fix overwriting logging only error
- add preferError option
- always set vary header when accept-encoding exists
- fix comments
- Add keepalive options
- Fix invalid body size limitation in BodyLimitMiddleware
- Add issue template
- update dependencies
- Modify error definition and error handling
- fix error handling when checking dir permission
- add app package
- replace app package
- Add core resources
- Initialize docs and directories
Issues¶
- maxBackup of SLogger is not respected on server start and shutdown kind/bug
- Make health check endpoint available with server config kind/enhancement
- Resolving env results in an error kind/bug
- Remove jaeger middleware kind/enhancement
- Remove casbin middleware kind/enhancement
- Incorrect regular expression for escaped encodings kind/bug
- Add HTTPServer level API timeout
- Host is not available in template handler
- Support CRLF line ending for config files.
- HEAD requests are routed to GET method
.github¶
Pull Requests¶
- Remove PR template
- update profile
- update profile
- update profile
- update profile
- Add image of aileron-loves-go
- remove logo set
- Update organization profile
- simplify pr template
- Update cla_reusable.yaml