Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Releases: jmcardon/tsec

v0.2.0-RC1

28 Jan 18:11
Compare
Choose a tag to compare
v0.2.0-RC1 Pre-release
Pre-release
  • circe 0.13.0-RC1
  • http4s 0.21.0-RC2
  • commons-codec 1.14
  • fs2 2.2.1

v0.1.0

23 Apr 03:46
Compare
Choose a tag to compare
  • cats 1.6.0
  • cats-effect 1.2.0
  • fs2 1.0.4
  • http4s 0.20.0
  • circe 0.11.1

First binary compatible release!

0.0.1-M11

31 Mar 03:34
17d325c
Compare
Choose a tag to compare

Version updates:

  • fs2 0.10.3
  • Http4s 0.18.5
  • circe 0.9.3

More changes and changelog coming soon

0.0.1-M9

17 Feb 20:58
612bc5f
Compare
Choose a tag to compare
Merge pull request #118 from jmcardon/0.0.1-M9

Release 0.0.1 m9

0.0.1-M8

17 Feb 20:25
71d9d52
Compare
Choose a tag to compare
Merge pull request #117 from jmcardon/0.0.1-M8

Release 0.0.1-M8

0.0.1-M7

03 Jan 18:31
Compare
Choose a tag to compare

Please refer to the changelog for migration guide

0.0.1-M6

11 Dec 03:36
Compare
Choose a tag to compare

Changes are large, please refer to the Changelog

0.0.1-M4

07 Nov 18:57
Compare
Choose a tag to compare

This release adds:

  • Credentials-based authentication
  • CSRF
  • Improved Documentation
  • Bearer Token Authenticator
  • SecureRandomId generation

Breaking changes:

  • JWTClaims jwtId changed from UUID to String, to be able to use SecureRandomId
  • TaggedByteSyntax changed from toArray to asByteArray
  • Alg type parameter removed from authenticator
  • BackingStore signature changed.
  • Authorization signature changed to include the token type
  • Type parameters are now consistent across all authorization and authentication related classes, with left
    to right ordering with priority: Effect type > Id type > User Type > Token type. Auth token type is always last.
  • SignedCookie and AEADCookie method fromRaw changed to apply

0.0.1-M3

03 Nov 17:21
Compare
Choose a tag to compare

Updated versions of cats RC1, Circe and http4s.

Big Thank you to @aeons and @rsoeldner for helping this quick change.

0.0.1-M2

17 Oct 22:15
Compare
Choose a tag to compare

Wrapper types to existential newtypes
Improve cipher
Add Http4s Authorization and Authentication