Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

1.0.0

Compare
Choose a tag to compare
@harti2006 harti2006 released this 26 Aug 12:52
· 239 commits to master since this release

Migration from 0.X.X to 1.X.X

These non-backward compatible changes have been made with version 1.0.0:

Initializing the HTTP component

The http component does now have a lot of dependencies. For convenience you can use org.zalando.stups.friboo.system/http-system-map to build your system map.

Audit logging

The audit logger moved from http namespace to its own component. It has also got its own config namespace :audit_log. Please change your environment configuration accordingly:

HTTP_AUDIT_LOGS_BUCKET=my-bucket-name becomes AUDIT_LOG_BUCKET

Important dependency updates

  • [org.clojure/clojure "1.7.0"]
  • [ring "1.4.0"], includes [org.eclipse.jetty/jetty "9.2.10.v20150310"]