Skip to content

Releases: tokensmith/otter

1.5.7

01 Aug 14:21
362559b
Compare
Choose a tag to compare

Replaced Log4j with SLF4J
Fixed Bug passing cause to Error Handlers.

1.5.6

19 Jul 21:18
79265ec
Compare
Choose a tag to compare
  • Request now has, scheme, authority, port.
  • RestRequest now has, scheme, authority, port.

1.5.5

12 Jul 19:49
8c38738
Compare
Choose a tag to compare

Added CookieSigner which will make and read Signed cookies.
Fixed bug in Shape, it used to use an immutable Map with defaults for cookie config.

1.5.4

05 Jun 20:03
8a4a8bb
Compare
Choose a tag to compare

These issues were included:

  • Inject Security Between into a Group and RestGroup (CSRF, Session)
  • Set before and afters for a Group and RestGroup that will run for all their Targets and RestTargets
  • Inject in BiFunction to execute when session or CSRF fails.
  • Protects against duplicate request cookies from clients.

1.5.3

21 Mar 22:03
5c2d2cb
Compare
Choose a tag to compare
  • Payload Validation
  • Sessions for RestBetween
  • CSRF for RestResources

1.5.2

03 Feb 12:46
85b2e75
Compare
Choose a tag to compare

Fixed a bug in CSRF. When the CSRF cookie was already there then the request's CSRF value was only the token value and not the JWT. This was erroneously causing 403s.

1.5.1

27 Oct 01:37
c8b3355
Compare
Choose a tag to compare

Moved Otter Translatable to this repo

1.5.0

24 Oct 23:52
efc131a
Compare
Choose a tag to compare
  • Targets and RestTargets can provide accept expectations.
  • Fixed a bug when attempting to handle 404s with POST
  • Added RawBody to Response and RestResponse
  • Improved writing JSON performance

1.4.1

24 Aug 13:40
a9c36ac
Compare
Choose a tag to compare

HTTP 2
GZip Content Encoding

1.4

18 Aug 00:10
6bcfeb3
Compare
Choose a tag to compare
1.4

Turbo Charged Jackson
Error Handling interfaces are cleaner
Session and CSRF cookies are http-only
A bit better documentation