Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.6.0 #14

Merged
merged 45 commits into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
880c430
fix: fix svcType and svcName can not display issue && fix duration 95…
markGbug Jul 28, 2023
e005100
feat: add actuator & prometheus
markGbug Jul 31, 2023
4ae70fb
fix: refresh dubbo meta fix
shuxingzfw Aug 2, 2023
61bf9b1
feat: add L4 gateway support
markGbug Jul 25, 2023
0a07744
fix: domain update cert failed
trickMin Feb 24, 2023
53f6b38
fix: fix api plane path error
markGbug Aug 14, 2023
cfb0a6a
feat: add audit virtual gateway port search support for unusual traff…
markGbug Aug 7, 2023
ce37ef4
feat: use rider api
shuxingzfw Jul 10, 2023
14f7ebc
feat: plugin info use mybatis plus
shuxingzfw Jul 27, 2023
437102e
feat: add gateway scope plugin
shuxingzfw Aug 17, 2023
6e786e9
feat: add Load Balance Gateway Metric
markGbug Aug 9, 2023
3789329
feat: add audit
shuxingzfw Aug 21, 2023
0e4b177
fix: fix traffic-mark plugin echo
trickMin Aug 25, 2023
fa60626
fix: fix cherry-pick missing content
trickMin Oct 16, 2023
7de1345
feat: domain protocol add http&https
shuxingzfw Aug 16, 2023
fa3a751
feat: add Load Balance Gateway Metric
markGbug Aug 30, 2023
a447a3b
feat: add cleanup interface
shuxingzfw Aug 31, 2023
131f845
fix: fix sonar child class fields should not shadow parent class fields
xianyanglin Sep 7, 2023
8a99c37
fix: project isolation feature recover
trickMin Sep 8, 2023
9a939f9
fix: fix service subset traffic policy
shuxingzfw Aug 21, 2023
5e5892c
fix: fix gateway unbind project
shuxingzfw Sep 10, 2023
4406fcc
fix: gateway plugin ignore project filter condition
trickMin Sep 11, 2023
bc9b18c
feat: add session state filter to route
markGbug Aug 22, 2023
c1f5552
fix: junit error
markGbug Sep 12, 2023
555229f
fix: fix cherry-pick missing content
trickMin Oct 16, 2023
cbb43f0
feat: add virtualGwType for RouteDto and PluginBindingDto
trickMin Sep 13, 2023
c62b93a
fix: remove audit route apiId
trickMin Sep 21, 2023
3843cb3
feat: add kubernetes isolation logic
markGbug Sep 21, 2023
84f53a6
feat: remove bakup
shuxingzfw Sep 21, 2023
743695b
fix: route with plugin offline error & session states sync logic sinc…
markGbug Sep 20, 2023
d6ff63f
feat: only LoadBalance virtual gateway support session state
markGbug Sep 21, 2023
dbcfe1e
fix: copy route to loadbalance only support one service
trickMin Oct 8, 2023
4c77c1f
fix: copy global plugin failed
trickMin Oct 8, 2023
af1b986
fix: wrong scope of envoy plugin
trickMin Oct 8, 2023
a7e9348
feat: custom plugin add inject info
shuxingzfw Sep 6, 2023
01356de
feat: ingress support custom port
shuxingzfw Sep 11, 2023
5e585e7
feat: add default secret
shuxingzfw Sep 22, 2023
2d26bec
fix: fix cherry-pick missing content
trickMin Oct 16, 2023
812a317
feat: add plugin sort
shuxingzfw Sep 27, 2023
458d25c
fix: resort plugin fix
shuxingzfw Oct 10, 2023
5e3ce80
feat: refresh the gateway engine rules
xianyanglin Oct 8, 2023
52e6644
fix: cve fix
shuxingzfw Oct 12, 2023
5304442
fix: fix gateway binding error msg
trickMin Oct 12, 2023
57c42d7
fix: remove advanced module and fit junit
trickMin Oct 16, 2023
97c92c7
fix: add spring bean overriding config and fit new SQL
trickMin Oct 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
java-version: '8'
distribution: 'adopt'
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B clean package -U -Dmaven.test.skip=true --file pom.xml
121 changes: 0 additions & 121 deletions common-advanced/pom.xml

This file was deleted.

Loading
Loading