Skip to content

Releases: godaddy/asherah

[Go] AppEncryption v0.7.1

27 Jan 19:11
ecd3514
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • github.com/godaddy/asherah/go/securememory: updated from v0.1.5 to v0.1.6
  • github.com/aws/aws-sdk-go: updated from v1.51.21 to v1.55.6
  • github.com/aws/aws-sdk-go-v2: updated from v1.30.4 to 1.33.0
  • github.com/aws/aws-sdk-go-v2/config: updated from v1.27.27 to v.29.1
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: updated from v1.14.11 to v1.15.28
  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression: updated from v1.7.33 to v1.7.63
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: updated from v1.34.5 to v1.39.5
  • github.com/aws/aws-sdk-go-v2/service/kms: updated from v1.35.3 to v1.37.13
  • github.com/stretchr/testify: updated from v1.9.0 to v1.10.0

Full Changelog: go/appencryption/v0.7.0...go/appencryption/v0.7.1

[C#] AppEncryption v0.2.11

23 Jan 18:54
a16f373
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • GoDaddy.Asherah.Logging: updated from v0.1.5 to v0.1.6
  • Godaddy.Asherah.SecureMemory: updated from v0.2.4 to v0.2.5
  • AWSSDK.DynamoDBv2: updated from v3.7.203.10 to v3.7.405.9
  • AWSSDK.KeyManagementService: updated from v3.7.200.62 to v3.7.400.74
  • Microsoft.Extensions.Caching.Memory: updated from v7.0.0 to v9.0.1
  • System.Text.Encodings.Web: updated from v7.0.0 to v9.0.1
  • System.Text.Json: updated from v7.0.3 to v9.0.1

Full Changelog: csharp/AppEncryption/v0.2.10...csharp/AppEncryption/v0.2.11

[Java] AppEncryption v0.3.2

23 Jan 18:53
442b2ab
Compare
Choose a tag to compare

What's Changed

Dependency Updates

  • com.godaddy.asherah/securememory: updated from v0.1.4 to v0.1.5
  • software.amazon.awssdk/kms: updated from v2.21.10 to v2.30.3
  • software.amazon.awssdk/dynamodb: updated from v2.21.10 to v2.30.3
  • org.bouncycastle/bcprov-jdk15on → org.bouncycastle/bcprov-jdk18on: updated from v1.70 to v1.80
  • com.google.guava/guava: updated from v32.1.2-jre to v33.4.0-jre
  • com.github.ben-manes.caffeine/caffeine: updated from v3.1.8 to v3.2.0
  • io.micrometer/micrometer-core: updated from v1.11.4 to v1.14.3
  • org.slf4j/slf4j-api: updated from v2.0.9 to v2.0.16
  • org.json/json: updated from v20231013 to v20250107
  • com.fasterxml.jackson.dataformat/jackson-dataformat-cbor: updated from v2.14.2 to v2.18.2
  • org.checkerframework/checker-qual: updated from v3.39.0 to v3.48.4

Test Dependencies:

  • com.amazonaws/DynamoDBLocal: updated from v1.21.1 to v2.0.0
  • com.amazonaws/aws-java-sdk-dynamodb: updated from v1.12.468 to v1.12.780
  • ch.qos.logback/logback-classic: updated from v1.4.7 to v1.5.16
  • org.junit.jupiter/junit-jupiter-api: updated from v5.9.3 to v5.11.4
  • org.junit.jupiter/junit-jupiter-params: updated from v5.9.3 to v5.11.4
  • org.mockito/mockito-core: updated from v5.1.1 to v5.15.2
  • org.mockito/mockito-junit-jupiter: updated from v5.1.1 to v5.15.2
  • com.fasterxml.jackson.core/jackson-databind: updated from v2.14.2 to v2.18.2
  • com.fasterxml.jackson.dataformat/jackson-dataformat-yaml: updated from v2.14.2 to v2.18.2
  • org.apache.commons/commons-text: updated from v1.10.0 to v1.13.0
  • org.apache.commons/commons-lang3: updated from v3.12.0 to v3.17.0
  • com.zaxxer/HikariCP: updated from v5.0.1 to v6.2.1

New Contributors


Full Changelog: java/appencryption/v0.3.1...java/appencryption/v0.3.2

[Go] AppEncryption v0.7.0

16 Sep 19:10
470b401
Compare
Choose a tag to compare

What's Changed

  • [Go] AWS KMS & DynamoDB Metastore implementations for AWS SDK for Go v2 by @aka-bo in #1058
    Checkout the updated README for more on the new aws-v2 plugins.

Full Changelog: go/appencryption/v0.6.0...go/appencryption/v0.7.0

[Go] AppEncryption v0.6.0

17 Jul 17:46
57079d3
Compare
Choose a tag to compare

What's Changed

  • [Go] new key cache backend: "simple" by @aka-bo in #1048

    SK and IK caching has been updated to utilize the "simple" cache backend by default. This lightweight cache implementation does not evict keys and provides a similar caching experience to that of previous versions of the SDK (<0.4.0).

Full Changelog: go/appencryption/v0.5.0...go/appencryption/v0.6.0

[Go] AppEncryption v0.5.0

05 Jun 20:21
06b2db8
Compare
Choose a tag to compare

What's Changed

Full Changelog: go/appencryption/v0.4.1...go/appencryption/v0.5.0

[Go] AppEncryption v0.4.1

14 Dec 18:09
df59656
Compare
Choose a tag to compare

What's Changed

Full Changelog: go/appencryption/v0.4.0...go/appencryption/v0.4.1

[Go] AppEncryption v0.4.0

02 Nov 21:51
2b38b72
Compare
Choose a tag to compare

What's Changed

Full Changelog: go/appencryption/v0.3.1...go/appencryption/v0.4.0

[Java] AppEncryption v0.3.1

30 Oct 22:58
494db81
Compare
Choose a tag to compare

[Go] AppEncryption v0.3.1

30 Oct 22:55
494db81
Compare
Choose a tag to compare

What's Changed

  • dependency updates

Full Changelog: go/appencryption/v0.3.0...go/appencryption/v0.3.1