Releases: Dwolla/scala-secure-config
v0.4.1
What's Changed
This library now uses a KMS client generated by Smithy4s instead of using the AWS SDK. Users of this library should not interact with the embedded Smithy4s client as the binary compatibility of the embedded client is not guaranteed.
- Smithy4s by @bpholt in #67
- properly decode the ciphertext into a blob using base64 decoding by @bpholt in #93
Other Build and Dependency Updates
- Update sbt to 1.5.7 by @scala-steward in #8
- Update sbt to 1.5.8 by @scala-steward in #9
- Update sbt to 1.6.0 by @scala-steward in #10
- Update sbt to 1.6.1 by @scala-steward in #11
- Update sbt to 1.6.2 by @scala-steward in #13
- Update shapeless to 2.3.8 by @scala-steward in #14
- Update sbt-tpolecat to 0.1.22 by @scala-steward in #15
- Update shapeless to 2.3.9 by @scala-steward in #16
- Update sbt-tpolecat to 0.2.0 by @scala-steward in #17
- Update sbt-tpolecat to 0.2.1 by @scala-steward in #18
- Update sbt-tpolecat to 0.2.2 by @scala-steward in #19
- Update sbt-github-actions to 0.14.2 by @scala-steward in #6
- Update scala-library to 2.13.8 by @scala-steward in #12
- Update sbt-tpolecat to 0.2.3 by @scala-steward in #20
- Update sbt-tpolecat to 0.3.0 by @scala-steward in #21
- Update sbt-tpolecat to 0.3.1 by @scala-steward in #22
- Updates mergify for Scala Steward by @aquilesg in #25
- Update sbt-tpolecat to 0.3.3 by @dwolla-oss-scala-steward in #23
- Update sbt to 1.7.0 by @dwolla-oss-scala-steward in #27
- Update sbt to 1.7.1 by @dwolla-oss-scala-steward in #28
- Update sbt-tpolecat to 0.4.0 by @dwolla-oss-scala-steward in #29
- Update sbt-tpolecat to 0.4.1 by @dwolla-oss-scala-steward in #30
- Update shapeless to 2.3.10 by @dwolla-oss-scala-steward in #33
- Update sbt to 1.7.2 by @dwolla-oss-scala-steward in #36
- Add @Dwolla/scala-oss to GitHub CODEOWNERS by @bpholt in #37
- Update sbt-ci-release to 1.5.11 by @dwolla-oss-scala-steward in #39
- Update sbt to 1.7.3 by @dwolla-oss-scala-steward in #40
- Update scala-library to 2.13.10 by @dwolla-oss-scala-steward in #38
- Update scala-library to 2.12.17 by @dwolla-oss-scala-steward in #34
- Update sbt to 1.8.0 by @dwolla-oss-scala-steward in #41
- Update sbt to 1.8.1 by @dwolla-oss-scala-steward in #42
- Update sbt-tpolecat to 0.4.2 by @dwolla-oss-scala-steward in #44
- Update sbt to 1.8.2 by @dwolla-oss-scala-steward in #43
- Update sbt to 1.8.3 by @dwolla-oss-scala-steward in #46
- Update sbt-ci-release to 1.5.12 by @dwolla-oss-scala-steward in #45
- Update sbt to 1.9.0 by @dwolla-oss-scala-steward in #47
- Update sbt to 1.9.1 by @dwolla-oss-scala-steward in #51
- Update sbt to 1.9.4 by @dwolla-oss-scala-steward in #57
- Update sbt-tpolecat to 0.4.4 by @dwolla-oss-scala-steward in #55
- Update fs2-aws-java-sdk2 to 3.0.0-RC2 by @dwolla-oss-scala-steward in #52
- Update sbt-tpolecat to 0.5.0 by @dwolla-oss-scala-steward in #58
- Update sbt to 1.9.7 by @dwolla-oss-scala-steward in #65
- Update sbt-ci-release to 1.6.1 by @dwolla-oss-scala-steward in #84
- Update sbt-github-actions to 0.24.0 by @dwolla-oss-scala-steward in #81
- Update kind-projector to 0.13.3 by @dwolla-oss-scala-steward in #74
- Update scala-library to 2.12.20 by @dwolla-oss-scala-steward in #85
- Update scala-library to 2.13.14 by @dwolla-oss-scala-steward in #78
- Update sbt-tpolecat to 0.5.2 by @dwolla-oss-scala-steward in #83
- Update sbt to 1.9.9 by @dwolla-oss-scala-steward in #73
- Update shapeless to 2.3.12 by @dwolla-oss-scala-steward in #80
- Update sbt to 1.10.2 by @dwolla-oss-scala-steward in #86
- publish snapshots when PRs are merged into main by @bpholt in #87
- update Mergify config to work with our Scala Steward instance and merge minor versions by @bpholt in #90
- Update pureconfig-cats-effect to 0.17.7 by @dwolla-oss-scala-steward in #88
- Update mouse to 1.3.2 by @dwolla-oss-scala-steward in #89
- tweak tlCommandAliases to avoid smithy4s regenerating code when switching between Scala versions by @bpholt in #92
- Update protobuf-java to 3.25.5 if otherwise present in the project dependencies by @bpholt in #91
New Contributors
- @scala-steward made their first contribution in #8
- @aquilesg made their first contribution in #25
- @dwolla-oss-scala-steward made their first contribution in #23
Full Changelog: v0.3.0-RC1...v0.4.1
v0.4.0
DO NOT USE
This version is broken and should not be used. I plan to publish a fix tomorrow.
What's Changed
This library now uses a KMS client generated by Smithy4s instead of using the AWS SDK. Users of this library should not interact with the embedded Smithy4s client as the binary compatibility of the embedded client is not guaranteed.
Other Build and Dependency Updates
- Update sbt to 1.5.7 by @scala-steward in #8
- Update sbt to 1.5.8 by @scala-steward in #9
- Update sbt to 1.6.0 by @scala-steward in #10
- Update sbt to 1.6.1 by @scala-steward in #11
- Update sbt to 1.6.2 by @scala-steward in #13
- Update shapeless to 2.3.8 by @scala-steward in #14
- Update sbt-tpolecat to 0.1.22 by @scala-steward in #15
- Update shapeless to 2.3.9 by @scala-steward in #16
- Update sbt-tpolecat to 0.2.0 by @scala-steward in #17
- Update sbt-tpolecat to 0.2.1 by @scala-steward in #18
- Update sbt-tpolecat to 0.2.2 by @scala-steward in #19
- Update sbt-github-actions to 0.14.2 by @scala-steward in #6
- Update scala-library to 2.13.8 by @scala-steward in #12
- Update sbt-tpolecat to 0.2.3 by @scala-steward in #20
- Update sbt-tpolecat to 0.3.0 by @scala-steward in #21
- Update sbt-tpolecat to 0.3.1 by @scala-steward in #22
- Updates mergify for Scala Steward by @aquilesg in #25
- Update sbt-tpolecat to 0.3.3 by @dwolla-oss-scala-steward in #23
- Update sbt to 1.7.0 by @dwolla-oss-scala-steward in #27
- Update sbt to 1.7.1 by @dwolla-oss-scala-steward in #28
- Update sbt-tpolecat to 0.4.0 by @dwolla-oss-scala-steward in #29
- Update sbt-tpolecat to 0.4.1 by @dwolla-oss-scala-steward in #30
- Update shapeless to 2.3.10 by @dwolla-oss-scala-steward in #33
- Update sbt to 1.7.2 by @dwolla-oss-scala-steward in #36
- Add @Dwolla/scala-oss to GitHub CODEOWNERS by @bpholt in #37
- Update sbt-ci-release to 1.5.11 by @dwolla-oss-scala-steward in #39
- Update sbt to 1.7.3 by @dwolla-oss-scala-steward in #40
- Update scala-library to 2.13.10 by @dwolla-oss-scala-steward in #38
- Update scala-library to 2.12.17 by @dwolla-oss-scala-steward in #34
- Update sbt to 1.8.0 by @dwolla-oss-scala-steward in #41
- Update sbt to 1.8.1 by @dwolla-oss-scala-steward in #42
- Update sbt-tpolecat to 0.4.2 by @dwolla-oss-scala-steward in #44
- Update sbt to 1.8.2 by @dwolla-oss-scala-steward in #43
- Update sbt to 1.8.3 by @dwolla-oss-scala-steward in #46
- Update sbt-ci-release to 1.5.12 by @dwolla-oss-scala-steward in #45
- Update sbt to 1.9.0 by @dwolla-oss-scala-steward in #47
- Update sbt to 1.9.1 by @dwolla-oss-scala-steward in #51
- Update sbt to 1.9.4 by @dwolla-oss-scala-steward in #57
- Update sbt-tpolecat to 0.4.4 by @dwolla-oss-scala-steward in #55
- Update fs2-aws-java-sdk2 to 3.0.0-RC2 by @dwolla-oss-scala-steward in #52
- Update sbt-tpolecat to 0.5.0 by @dwolla-oss-scala-steward in #58
- Update sbt to 1.9.7 by @dwolla-oss-scala-steward in #65
- Update sbt-ci-release to 1.6.1 by @dwolla-oss-scala-steward in #84
- Update sbt-github-actions to 0.24.0 by @dwolla-oss-scala-steward in #81
- Update kind-projector to 0.13.3 by @dwolla-oss-scala-steward in #74
- Update scala-library to 2.12.20 by @dwolla-oss-scala-steward in #85
- Update scala-library to 2.13.14 by @dwolla-oss-scala-steward in #78
- Update sbt-tpolecat to 0.5.2 by @dwolla-oss-scala-steward in #83
- Update sbt to 1.9.9 by @dwolla-oss-scala-steward in #73
- Update shapeless to 2.3.12 by @dwolla-oss-scala-steward in #80
- Update sbt to 1.10.2 by @dwolla-oss-scala-steward in #86
- publish snapshots when PRs are merged into main by @bpholt in #87
- update Mergify config to work with our Scala Steward instance and merge minor versions by @bpholt in #90
- Update pureconfig-cats-effect to 0.17.7 by @dwolla-oss-scala-steward in #88
- Update mouse to 1.3.2 by @dwolla-oss-scala-steward in #89
- tweak tlCommandAliases to avoid smithy4s regenerating code when switching between Scala versions by @bpholt in #92
- Update protobuf-java to 3.25.5 if otherwise present in the project dependencies by @bpholt in #91
New Contributors
- @scala-steward made their first contribution in #8
- @aquilesg made their first contribution in #25
- @dwolla-oss-scala-steward made their first contribution in #23
Full Changelog: v0.3.0-RC1...v0.4.0
v0.3.0-RC1
Release candidate for 0.3.0 series of this library, which updates fs2 and cats-effect to the 3.x versions of those libraries. (This can be released once fs2-aws releases its 3.0 version.)