Skip to content

Latest commit

 

History

History
94 lines (56 loc) · 1.92 KB

CHANGES.adoc

File metadata and controls

94 lines (56 loc) · 1.92 KB

Changelog

Version 0.7.0

Date: unreleased

  • Set default clojure version to 1.7.0

Version 0.6.0

Date: 2015-06-28

  • Update to buddy-sign 0.6.0

  • Update to buddy-core 0.6.0

  • Update cuerdas to 0.5.0

Version 0.5.3

Date: 2015-05-16

  • Remove ring dependency.

  • Implement some http related functios as protocols for easy extensibility by third party. Making it more compatible with funcool/catacumba as example.

Version 0.5.2

Date: 2015-05-09

  • Update clout version to 2.1.2

  • Update buddy-sign version to 0.5.1 (that fixes unexpected exceptions on parsing wrong tokens)

Version 0.5.1

Date: 2015-04-16

  • Add support for access to uri matching tokens when clout url matching system is used in access rules.

Version 0.5.0

Date: 2015-04-03

  • Update buddy-sign to 0.5.0

  • Add JWE (Json Web Token) auth backend.

  • Improved exception based ahorization functions.

  • Add on-error parameter to JWS backend.

  • Add support for multiple backends. (thanks to @r0man)

  • Add support for match for http method for acces rules (thanks to @r0man)

  • Fix wrong behavior :or logic operator on access rules dsl (thanks to @r0man)

  • Removed any java source, now is 100% clojure.

Version 0.4.2

Date: 2015-03-29

  • Update buddy-sign to 0.4.2

Version 0.4.1

Date: 2015-03-14

  • Fix bug in uri handling in accessrules.

  • Remove unnecesary headers normalization.

  • Upgrade buddy-sign to 0.4.1

  • Upgrade buddy-core to 0.4.2

  • Upgrade cuerdas to 0.3.1

Version 0.4.0

Date: 2014-02-22

  • Removed signed token backend.

  • Add jws backend, as replacement for signed token backend.

  • Update buddy-core version to 0.4.0

  • Update buddy-sign vetsion to 0.4.0

  • Update slingshot to 0.12.2

Version 0.3.0

Date: 2015-01-24