Releases: Ahoo-Wang/CoSec
Releases · Ahoo-Wang/CoSec
v1.10.9
What's Changed
- Update dependency me.ahoo.cosky:cosky-bom to 3.1.5
- Update dependency me.ahoo.cosid:cosid-bom to 1.16.11
- Update dependency me.ahoo.cocache:cocache-bom to 0.5.2
Full Changelog: v1.10.8...v1.10.9
v1.10.8
What's Changed
- Update dependency me.ahoo.cosid:cosid-bom to v1.16.10 by @renovate in #73
- Update dependency me.ahoo.cosky:cosky-bom to v3.1.2 by @renovate in #74
- Refactor: remove dependency
org.junit-pioneer:junit-pioneer
by @Ahoo-Wang in #76 - Update dependency me.ahoo.cocache:cocache-bom to v0.5.1 by @renovate in #75
- Update dependency me.ahoo.cosky:cosky-bom to 3.1.3 by @Ahoo-Wang in #77
Full Changelog: v1.10.6...v1.10.8
v1.10.6
What's Changed
- Update dependency io.mockk:mockk to v1.13.4 by @renovate in #68
- Update docker/build-push-action action to v4 by @renovate in #69
- Update plugin org.jetbrains.kotlin.jvm to v1.8.10 by @renovate in #70
- Update plugin org.jetbrains.kotlin.plugin.spring to v1.8.10 by @renovate in #71
Full Changelog: v1.10.5...v1.10.6
v1.10.5
v1.10.4
What's Changed
- Refactor:
AbstractConditionMatcher
- Document: add
OpenTelemetry
to README - Document: update
cosec-policy.schema.json
Full Changelog: v1.10.3...v1.10.4
v1.10.3
What's Changed
- Feature: add
EndsWithConditionMatcher
by @Ahoo-Wang in #65
{
"name": "TestEndsWith",
"effect": "allow",
"actions": [
{
"type": "all"
}
],
"condition": {
"type": "ends_with",
"part": "request.attributes.remoteIp",
"pattern": ".168.0.1"
}
}
Full Changelog: v1.10.2...v1.10.3
v1.10.2
What's Changed
- Feature: add
StartsWithConditionMatcher
by @Ahoo-Wang in #64
{
"name": "TestStartsWith",
"effect": "allow",
"actions": [
{
"type": "all"
}
],
"condition": {
"type": "starts_with",
"part": "request.attributes.ipRegion",
"pattern": "中国"
}
}
Full Changelog: v1.10.1...v1.10.2
v1.10.1
What's Changed
- Feature: add
ContainsConditionMatcher
{
"name": "TestContains",
"effect": "allow",
"actions": [
{
"type": "all"
}
],
"condition": {
"type": "contains",
"part": "request.attributes.ipRegion",
"pattern": "上海"
}
}
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Breaking change: Remove
Statement.conditions
by @Ahoo-Wang in #63 , UseStatement.condition
instead to enhance condition semantics.
Full Changelog: v1.9.3...v1.10.0
v1.9.3
What's Changed
- Refactor: Enhance
Statement.condition
by @Ahoo-Wang in #62
Full Changelog: v1.9.2...v1.9.3