Skip to content

Releases: Ahoo-Wang/CoSec

v1.10.9

03 Feb 10:17
c76edc4
Compare
Choose a tag to compare

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

03 Feb 08:30
af39e0f
Compare
Choose a tag to compare

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

03 Feb 02:22
Compare
Choose a tag to compare

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

25 Jan 11:32
2d725f9
Compare
Choose a tag to compare

What's Changed

  • Update dependency com.auth0:java-jwt to v4.2.2 by @renovate in #66
  • Update dependency org.springframework.boot:spring-boot-dependencies to v2.7.8 by @renovate in #67

Full Changelog: v1.10.4...v1.10.5

v1.10.4

10 Jan 12:45
Compare
Choose a tag to compare

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

10 Jan 09:29
faaf08b
Compare
Choose a tag to compare

What's Changed

    {
      "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

10 Jan 06:34
09cb0a2
Compare
Choose a tag to compare

What's Changed

    {
      "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

10 Jan 05:54
Compare
Choose a tag to compare

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

07 Jan 17:06
4117211
Compare
Choose a tag to compare

What's Changed

  • Breaking change: Remove Statement.conditions by @Ahoo-Wang in #63 , Use Statement.condition instead to enhance condition semantics.

Full Changelog: v1.9.3...v1.10.0

v1.9.3

07 Jan 16:28
02c3aaf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.2...v1.9.3