Skip to content

Releases: porscheinformatik/tapestry-csrf-protection

4.0.0

19 Apr 14:58
Compare
Choose a tag to compare

Full Changelog: v3.0.1.RELEASE...v4.0.0.RELEASE

2.0.2

08 Sep 19:35
Compare
Choose a tag to compare
  • Update to Tapestry 5.6.4

3.0.1

02 May 10:40
ae37241
Compare
Choose a tag to compare
  • Update to Tapestry 5.7.2 #24

3.0.0

17 Mar 12:31
bf03612
Compare
Choose a tag to compare
  • Tapestry 5.7 compatibility (#21, #22)

2.0.1.RELEASE

23 Feb 08:03
Compare
Choose a tag to compare
  • Security upgrade org.springframework.security:spring-security-web from 5.3.5.RELEASE to 5.3.8.RELEASE (#20)

Release 2.0.0

03 Sep 09:40
Compare
Choose a tag to compare
  • Switch to Tapestry 5.6, Spring 5 #17
    • Change to Java 8
    • Change to Tapestry 5.6.0
    • Use Spring Security Web 5.3.4.RELEASE
  • Switch to OpenJDK for build
  • Use JDK 8 and 11 for build

1.2 Release

16 Jun 11:03
Compare
Choose a tag to compare

Changes from 1.1:

  • Switch to Tapestry 5.3.8 for Java 8 Support #15
  • CsrfToken is now Serializable #14
  • Make Spring dependency really optional #14
  • Remove dependency to tapestry-xpath #14

Thanks to @dmitrygusev for #14

1.1 Release

16 Jul 15:00
Compare
Choose a tag to compare

Changes from 1.0:

  • #2 Better generation of CSRF token
  • #3 Integration with Spring Security 3.2+ CSRF mechanism
  • #5 Exception when Spring is on Classpath, AppContext is confgured but no CsrfTokenRepository is defined
  • #6 CSRF token not added when application contributes own ComponentEventLinkTransformer
  • #7 Add InheritedNotCsrfProtected annotation

Changes since RC3:

  • #7 Add InheritedNotCsrfProtected annotation

1.1 Release Candidate 3

08 May 07:09
Compare
Choose a tag to compare
Pre-release
  • #5 Exception when Spring is on Classpath, AppContext is confgured but no CsrfTokenRepository is defined
  • #6 CSRF token not added when application contributes own ComponentEventLinkTransformer

1.1 Release Candidate 1

15 Jan 12:12
Compare
Choose a tag to compare
Pre-release
  • #2 Better generation of CSRF token
  • #3 Integration with Spring Security 3.2+ CSRF mechanism