Skip to content

Releases: wneessen/iocrypter

v0.1.0: SCS Codec interface

04 Mar 17:02
3f4f043
Compare
Choose a tag to compare

Welcome to iocrypter v0.1.0!

This release adds support for Alex Edward's SCS session management codec interface. It allows you to use iocrypter to encrypt and authenticate data before they are stored in any supported SCS storage.

What's Changed

  • Bump golangci/golangci-lint-action from 6.3.2 to 6.4.0 by @dependabot in #9
  • Bump golangci/golangci-lint-action from 6.4.0 to 6.5.0 by @dependabot in #11
  • Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #10
  • Update .golangci.toml by @wneessen in #12
  • Bump github/codeql-action from 3.28.9 to 3.28.10 by @dependabot in #14
  • Bump golang.org/x/crypto from 0.33.0 to 0.34.0 by @dependabot in #13
  • Update Go versions in CI and go.mod by @wneessen in #15
  • Bump golang.org/x/crypto from 0.34.0 to 0.35.0 by @dependabot in #16
  • Bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot in #17
  • Codec Interface support for Alex Edwards' SCS: HTTP Session Management by @wneessen in #18
  • Add SCS codec implementation details to documentation by @wneessen in #19

Full Changelog: v0.0.2...v0.1.0

v0.0.2: Code cleanup and test coverage

13 Feb 10:01
1010cdc
Compare
Choose a tag to compare

This release cleans up the code at some places and added test coverage. While writing the tests some minor bugs were fixed as well.

What's Changed

Full Changelog: v0.0.1...v0.0.2

What's Changed

  • Add tests by @wneessen in #2
  • Add test coverage, CI and update deps by @wneessen in #3
  • Bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #4
  • Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #8
  • Bump golangci/golangci-lint-action from 6.1.1 to 6.3.2 by @dependabot in #7
  • Bump step-security/harden-runner from 2.10.2 to 2.10.4 by @dependabot in #6
  • Bump github/codeql-action from 3.27.9 to 3.28.9 by @dependabot in #5

New Contributors

Full Changelog: v0.0.1...v0.0.2

v0.0.1: Initial release

05 Feb 17:32
e8d4ed7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/wneessen/iocrypter/commits/v0.0.1